.. |
errs
|
|
|
evaltest
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
testdata/fuzz/FuzzCheck
|
pkg/eval: Don't use panics for propagating compilation errors.
|
2022-11-29 21:17:13 +00:00 |
vals
|
Various has-key fixes (#1647)
|
2023-02-26 20:49:31 +00:00 |
vars
|
Standardize spelling: UNIX -> Unix.
|
2023-01-04 18:09:11 +00:00 |
benchmarks_test.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
builtin_fn_cmd_test.go
|
|
|
builtin_fn_cmd_unix_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
builtin_fn_cmd_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
builtin_fn_cmd_windows.go
|
|
|
builtin_fn_cmd.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_cmd.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_container_test.go
|
Various has-key fixes (#1647)
|
2023-02-26 20:49:31 +00:00 |
builtin_fn_container.d.elv
|
Various has-key fixes (#1647)
|
2023-02-26 20:49:31 +00:00 |
builtin_fn_container.go
|
Add a new "conj" command for appending values to a list.
|
2023-01-04 18:57:08 +00:00 |
builtin_fn_debug.d.elv
|
Parse comment blocks preceding var and fn declarations as doc comments.
|
2022-11-22 22:59:31 +00:00 |
builtin_fn_debug.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_env_test.go
|
|
|
builtin_fn_env.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_env.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_flow_test.go
|
Fixup for #1691.
|
2023-05-06 23:55:34 +01:00 |
builtin_fn_flow.d.elv
|
Fixup for #1691.
|
2023-05-06 23:55:34 +01:00 |
builtin_fn_flow.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
builtin_fn_fs_test.go
|
|
|
builtin_fn_fs.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_fs.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_io_test.go
|
pkg/eval: Move tests of builtin commands to match implementation files.
|
2023-01-04 18:37:47 +00:00 |
builtin_fn_io.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_io.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_misc_test.go
|
Generalize parse.Errors and move it to diag.
|
2022-11-30 01:05:16 +00:00 |
builtin_fn_misc.d.elv
|
Remove superfluous content from example for the deprecate builtin.
|
2023-01-13 00:21:33 +00:00 |
builtin_fn_misc.go
|
pkg/eval: Remove leftover registration of time commands.
|
2022-11-26 15:22:18 +00:00 |
builtin_fn_num_test.go
|
Bump prog.DeprecationLevel to 19.
|
2023-02-27 00:00:12 +00:00 |
builtin_fn_num.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_num.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_pred_test.go
|
|
|
builtin_fn_pred.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_pred.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_str_test.go
|
|
|
builtin_fn_str.d.elv
|
Parse comment blocks preceding var and fn declarations as doc comments.
|
2022-11-22 22:59:31 +00:00 |
builtin_fn_str.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_stream_test.go
|
Bump prog.DeprecationLevel to 19.
|
2023-02-27 00:00:12 +00:00 |
builtin_fn_stream.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_stream.go
|
Move all elvdocs into .d.elv files.
|
2022-11-20 21:59:45 +00:00 |
builtin_fn_styled_test.go
|
Bump prog.DeprecationLevel to 19.
|
2023-02-27 00:00:12 +00:00 |
builtin_fn_styled.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_styled.go
|
pkg/eval: Construct ui.Text using the functions from the ui package.
|
2023-03-14 21:47:38 +00:00 |
builtin_fn_time_test.go
|
pkg/eval: Move time-related builtins to separate file.
|
2022-11-26 10:41:58 +00:00 |
builtin_fn_time_unix_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
builtin_fn_time.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_fn_time.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
builtin_ns_test.go
|
|
|
builtin_ns.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
builtin_ns.go
|
Add a doc: module for accessing documentation of Elvish modules.
|
2022-12-26 21:36:07 +00:00 |
builtin_special_test.go
|
Remove support for the "except" keyword.
|
2023-02-26 23:55:48 +00:00 |
builtin_special.go
|
Remove support for the "except" keyword.
|
2023-02-26 23:55:48 +00:00 |
callable.go
|
pkg/eval/vals: Avoid the .Name hack for allowing using $nil for callable.
|
2022-11-20 19:31:07 +00:00 |
chdir_test.go
|
|
|
closure_test.go
|
|
|
closure.go
|
|
|
compile_effect_test.go
|
Standardize spelling: UNIX -> Unix.
|
2023-01-04 18:09:11 +00:00 |
compile_effect_unix_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
compile_effect.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
compile_lvalue.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
compile_value_test.go
|
Fixup for #1618.
|
2022-11-20 16:39:01 +00:00 |
compile_value.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
compiler_test.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
compiler.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
deprecation.go
|
|
|
eval_test.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
eval.d.elv
|
website/cmd/md2html: Support implicit link targets to elvdoc sections.
|
2023-01-02 02:36:58 +00:00 |
eval.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
exception_test.go
|
Expose stack traces in exceptions as opaque values.
|
2023-02-26 23:52:26 +00:00 |
exception_unix_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
exception.go
|
Expose stack traces in exceptions as opaque values.
|
2023-02-26 23:52:26 +00:00 |
external_cmd_test.go
|
|
|
external_cmd_unix_internal_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
external_cmd_unix_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
external_cmd_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
external_cmd_windows_test.go
|
pkg/eval: Support slashes in relative command paths on Windows.
|
2023-02-27 22:57:02 +00:00 |
external_cmd_windows.go
|
|
|
external_cmd.go
|
pkg/eval: Support slashes in relative command paths on Windows.
|
2023-02-27 22:57:02 +00:00 |
frame.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
fuzz_test.go
|
|
|
generic_utils.go
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
glob_test.go
|
|
|
glob.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
go_fn_internal_test.go
|
|
|
go_fn_test.go
|
|
|
go_fn.go
|
|
|
interrupts.go
|
pkg/eval: Use a Context inside Frame to pass interrupts.
|
2023-05-07 21:44:28 +01:00 |
node_utils.go
|
pkg/eval: Refactor index tracking out of argsWalker.
|
2022-11-29 21:17:07 +00:00 |
ns_test.go
|
Make testing compilation errors more deterministic
|
2022-11-20 16:33:29 +00:00 |
ns.go
|
eval: Fix godocs with wrong function name
|
2022-12-28 12:27:17 +00:00 |
options_test.go
|
|
|
options.go
|
|
|
plugin_gccgo.go
|
|
|
plugin.go
|
|
|
port_helper_test.go
|
|
|
port_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
port_windows.go
|
|
|
port.go
|
evaltest.capturePort -> eval.CapturePort.
|
2023-01-15 16:44:25 +00:00 |
process_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
process_windows.go
|
|
|
purely_eval_test.go
|
|
|
purely_eval.go
|
|
|
pwd_test.go
|
|
|
pwd.go
|
|
|
testexport_test.go
|
pkg/eval: Move time-related builtins to separate file.
|
2022-11-26 10:41:58 +00:00 |
value_test.go
|
|
|
var_parse_test.go
|
|
|
var_parse.go
|
|
|
var_ref.go
|
|
|