Kurtis Rader 306e2d7b8d Issue 1570 order key option (#1616) 1 vuosi sitten
..
errs 27f6ab2aa1 pkg/eval/errs: Fix misleading message in OutOfRange.Error. 1 vuosi sitten
evaltest 93e28d846b Fixup for #1618. 1 vuosi sitten
vals 306e2d7b8d Issue 1570 order key option (#1616) 1 vuosi sitten
vars d4dd11a981 pkg/eval/vars: Deexport EnvVariable, use Unset/IsSet via interface 2 vuotta sitten
benchmarks_test.go 9e6555a4fb pkg/eval: Reorganize benchmarks. 2 vuotta sitten
builtin_fn_cmd.go ed97664695 pkg/eval: Test the exit command by faking os.Exit. 1 vuosi sitten
builtin_fn_cmd_test.go ed97664695 pkg/eval: Test the exit command by faking os.Exit. 1 vuosi sitten
builtin_fn_cmd_unix.go 6a1e7b3996 pkg/shell: Add more daemon-related tests. 1 vuosi sitten
builtin_fn_cmd_unix_test.go f7cb556d9b Require Go 1.18. 2 vuotta sitten
builtin_fn_cmd_windows.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
builtin_fn_container.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
builtin_fn_container_test.go f8f0f3e889 Fixup for #1588 1 vuosi sitten
builtin_fn_debug.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
builtin_fn_env.go a57275564b Document relationship between *-env commands and E: namespace. 2 vuotta sitten
builtin_fn_env_test.go 4fcffc5671 Remove most uses of the legacy assignment syntax. 2 vuotta sitten
builtin_fn_flow.go a549dba0ba Add missing "usage" text for three commands 1 vuosi sitten
builtin_fn_flow_test.go 8ed351e386 Add a new "defer" command. 2 vuotta sitten
builtin_fn_fs.go 6c6797b4c1 Remove use of "e.g.," and "i.e.,". 1 vuosi sitten
builtin_fn_fs_test.go 4afbb71c07 Move pkg/testutil/must.go to a new pkg/must. 1 vuosi sitten
builtin_fn_io.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
builtin_fn_io_test.go 68bce3b4a4 Clarify error message when writing values to port not supporting it. 2 vuotta sitten
builtin_fn_misc.go 3a0b1242ac Fixup for #1591. 1 vuosi sitten
builtin_fn_misc_test.go 358e52a7f5 Make testing compilation errors more deterministic 1 vuosi sitten
builtin_fn_misc_unix_test.go 6723b9a226 Use consistent pattern for mutating variables in tests. 1 vuosi sitten
builtin_fn_num.go 8cb125c911 Improve documentation for %. 1 vuosi sitten
builtin_fn_num_test.go 46008d111b Add -randseed to set RNG seed. 1 vuosi sitten
builtin_fn_pred.go f8f0f3e889 Fixup for #1588 1 vuosi sitten
builtin_fn_pred_test.go f8f0f3e889 Fixup for #1588 1 vuosi sitten
builtin_fn_str.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
builtin_fn_str_test.go 87656c99fa Replace `AnyError` in tests with a specific error 2 vuotta sitten
builtin_fn_stream.go 306e2d7b8d Issue 1570 order key option (#1616) 1 vuosi sitten
builtin_fn_stream_test.go 306e2d7b8d Issue 1570 order key option (#1616) 1 vuosi sitten
builtin_fn_styled.go 40275b97f1 Rewrite elvdoc for styled and styled-segment. 1 vuosi sitten
builtin_fn_styled_test.go 42c6c3b1aa pkg/ui: Make styled text context-insensitive, and remove the "default" color. 1 vuosi sitten
builtin_ns.go c6e10f12a2 Some minor documentation fixes 1 vuosi sitten
builtin_ns_test.go c1dce661b7 Fix use of the builtin module via explicit "builtin". 2 vuotta sitten
builtin_special.go 93e28d846b Fixup for #1618. 1 vuosi sitten
builtin_special_test.go 93e28d846b Fixup for #1618. 1 vuosi sitten
callable.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
chdir_test.go 4afbb71c07 Move pkg/testutil/must.go to a new pkg/must. 1 vuosi sitten
closure.go d48b6f1843 pkg/eval/vals: Replace MakeListFromStrings with a generic MakeListSlice. 1 vuosi sitten
closure_test.go 4fcffc5671 Remove most uses of the legacy assignment syntax. 2 vuotta sitten
compile_effect.go 68bce3b4a4 Clarify error message when writing values to port not supporting it. 2 vuotta sitten
compile_effect_test.go 93e28d846b Fixup for #1618. 1 vuosi sitten
compile_effect_unix_test.go 358e52a7f5 Make testing compilation errors more deterministic 1 vuosi sitten
compile_lvalue.go 3ff0e4bcd9 pkg/eval: Check whether variable name is empty when parsing lvalue. 1 vuosi sitten
compile_value.go 358e52a7f5 Make testing compilation errors more deterministic 1 vuosi sitten
compile_value_test.go 93e28d846b Fixup for #1618. 1 vuosi sitten
compiler.go f8f60953ad Properly deprecate float64. 2 vuotta sitten
compiler_test.go 14321f9e82 Make parse.Source naming more consistent 2 vuotta sitten
deprecation.go 196eea21d4 Change module import path to src.elv.sh 3 vuotta sitten
eval.go c6e10f12a2 Some minor documentation fixes 1 vuosi sitten
eval_test.go 358e52a7f5 Make testing compilation errors more deterministic 1 vuosi sitten
exception.go c6e10f12a2 Some minor documentation fixes 1 vuosi sitten
exception_test.go 71cd3835bc Don't dot import pkg/tt 2 vuotta sitten
exception_unix_test.go 71cd3835bc Don't dot import pkg/tt 2 vuotta sitten
external_cmd.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
external_cmd_test.go 957c8a7521 evaltest: Check that stderr is empty if PrintsStderrWith is not called. 2 vuotta sitten
external_cmd_unix.go f7cb556d9b Require Go 1.18. 2 vuotta sitten
external_cmd_unix_internal_test.go f681a73a1d Don't dot import pkg/testutil 2 vuotta sitten
external_cmd_unix_test.go 6c6797b4c1 Remove use of "e.g.," and "i.e.,". 1 vuosi sitten
external_cmd_windows.go 641f0ebf04 Detect and suppress SIGPIPE caused by the next command in a pipeline exiting early. 3 vuotta sitten
external_cmd_windows_test.go 8b0c7fdb36 Fix some lint warnings found on Windows. 2 vuotta sitten
frame.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
fuzz_test.go 3dcfa88c8d Remove go1.18 build tags as 1.18 is required. 1 vuosi sitten
glob.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
glob_test.go 4afbb71c07 Move pkg/testutil/must.go to a new pkg/must. 1 vuosi sitten
go_fn.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
go_fn_internal_test.go 68168da9fc pkg/eval: Convert elements of slice return value from a GoFn to individual outputs. 2 vuotta sitten
go_fn_test.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
interrupts.go 7fa09ac1d3 Use buffered channels with signal.Notify. 2 vuotta sitten
node_utils.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
ns.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
ns_test.go 358e52a7f5 Make testing compilation errors more deterministic 1 vuosi sitten
options.go 6c6797b4c1 Remove use of "e.g.," and "i.e.,". 1 vuosi sitten
options_test.go 71cd3835bc Don't dot import pkg/tt 2 vuotta sitten
plugin.go f7cb556d9b Require Go 1.18. 2 vuotta sitten
plugin_gccgo.go 51e4d97568 interface{} -> any now that Elvish requires Go 1.18. 2 vuotta sitten
port.go a18aec1ac8 Fixup for #1598. 1 vuosi sitten
port_helper_test.go 9076934395 Remove most uses of the ioutil package. 2 vuotta sitten
port_unix.go f7cb556d9b Require Go 1.18. 2 vuotta sitten
port_windows.go 6ced40733c pkg/eval: Fix EPIPE on Windows. 3 vuotta sitten
process_unix.go a18aec1ac8 Fixup for #1598. 1 vuosi sitten
process_windows.go e45fdf7228 Move all libraries to new pkg/. 4 vuotta sitten
purely_eval.go 94e43cd2fd pkg/eval: Add tests for errors in tilde expansion. 1 vuosi sitten
purely_eval_test.go d71e52cbd7 Refactor the API of eval.NsBuilder to be completely based on methods. 2 vuotta sitten
pwd.go 6723b9a226 Use consistent pattern for mutating variables in tests. 1 vuosi sitten
pwd_test.go 4afbb71c07 Move pkg/testutil/must.go to a new pkg/must. 1 vuosi sitten
testexport_test.go ed97664695 pkg/eval: Test the exit command by faking os.Exit. 1 vuosi sitten
value_test.go ae9e6d1565 Fixup for #1531. 2 vuotta sitten
var_parse.go f67c7ed387 A couple of TODO cleanups 3 vuotta sitten
var_parse_test.go 71cd3835bc Don't dot import pkg/tt 2 vuotta sitten
var_ref.go be1e144b45 Remove support for the "local:", "up:" and ":" special namespaces. 2 vuotta sitten