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