.. |
bundled
|
pkg/edit: Support a &full flag in edit:redraw.
|
2019-12-30 23:45:30 +00:00 |
daemon
|
pkg/daemon: Make Client an interface.
|
2019-12-26 17:23:18 +00:00 |
platform
|
pkg/eval/platform: Format.
|
2020-03-20 16:22:22 +00:00 |
re
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
store
|
pkg/store: Interface -> Store.
|
2019-12-26 18:09:26 +00:00 |
str
|
Document the str: module and add unit tests (#928)
|
2020-03-19 09:24:56 +00:00 |
vals
|
pkg/eval: Improve test coverage for exception.go.
|
2020-03-29 17:54:05 +01:00 |
vars
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
args_walker.go
|
[cleanup] pkg/eval: Let compiler.errorpf accept a single diag.Ranger.
|
2020-03-28 21:33:55 +00:00 |
builtin_fn_cmd_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_cmd_unix.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_cmd_windows.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_cmd.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_container_test.go
|
Introduce a new "one" builtin.
|
2020-01-17 09:00:23 -05:00 |
builtin_fn_container.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_debug.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_env_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_env.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_flow_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_flow.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_fs_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_fs.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_io_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_io.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_misc_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_misc.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_num_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_num.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_pred_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
builtin_fn_pred.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_str_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_str.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_fn_styled_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
builtin_fn_styled.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_ns.go
|
Move all docs for builtins to the Go code.
|
2020-01-18 08:12:50 -05:00 |
builtin_special_test.go
|
Revert "Validate namespace and function names"
|
2020-03-22 22:06:14 +00:00 |
builtin_special.go
|
pkg/eval: Move intCh from Evaler to Frame.
|
2020-03-28 23:56:47 +00:00 |
chdir_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
chdir.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
closure_test.go
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
|
2020-01-08 23:09:19 +00:00 |
closure.go
|
[cleanup] pkg/eval: use diag.Ranging in op types.
|
2020-03-28 21:33:55 +00:00 |
compilation_error.go
|
pkg/eval: Inline the use of util.{Throw,Catch} in the compiler.
|
2020-01-12 17:55:17 -05:00 |
compile_effect_test.go
|
Add a test for #754.
|
2020-01-14 08:13:49 -05:00 |
compile_effect_unix_test.go
|
Fix crash when running external command with port table nil values.
|
2020-01-12 12:32:25 +00:00 |
compile_effect.go
|
pkg/eval: Move all assignments to the start of the pipeline they belong in.
|
2020-03-28 23:49:30 +00:00 |
compile_lvalue_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
compile_lvalue.go
|
pkg/eval: Move all assignments to the start of the pipeline they belong in.
|
2020-03-28 23:49:30 +00:00 |
compile_value_test.go
|
pkg/eval: Handle ~username/* correctly.
|
2020-01-14 08:03:41 -05:00 |
compile_value.go
|
[cleanup] pkg/eval: Remove boilerplate.go.
|
2020-03-28 21:33:55 +00:00 |
compiler.go
|
pkg/eval: Move all assignments to the start of the pipeline they belong in.
|
2020-03-28 23:49:30 +00:00 |
editor.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
env_list.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
eval_test.go
|
[cleanup] pkg/eval: use diag.Ranging in op types.
|
2020-03-28 21:33:55 +00:00 |
eval.go
|
pkg/eval: Move intCh from Evaler to Frame.
|
2020-03-28 23:56:47 +00:00 |
exception_test.go
|
pkg/eval: Fix test on Windows.
|
2020-03-29 23:20:51 +01:00 |
exception_unix_test.go
|
pkg/eval: Fix test on Windows.
|
2020-03-29 23:20:51 +01:00 |
exception.go
|
[cleanup] pkg/eval: Simplify ExternalCmdExit to always contain a PID.
|
2020-03-30 23:38:40 +01:00 |
external_cmd.go
|
Fix crash when running external command with port table nil values.
|
2020-01-12 12:32:25 +00:00 |
frame.go
|
[cleanup] pkg/eval: Small stackTrace cleanup.
|
2020-03-29 14:53:34 +01:00 |
glob.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
go_fn_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
go_fn.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
interrupts.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
module_math_test.go
|
pkg/{eval,runtime}: Introduce a basic math module.
|
2020-01-04 17:24:00 +00:00 |
module_math.go
|
pkg/{eval,runtime}: Introduce a basic math module.
|
2020-01-04 17:24:00 +00:00 |
must.go
|
[cleanup] pkg/eval: Let compiler.errorpf accept a single diag.Ranger.
|
2020-03-28 21:33:55 +00:00 |
ns_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
ns.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
op.go
|
[cleanup] pkg/eval: Replace frame.{begin,end} with a Ranging.
|
2020-03-28 22:03:42 +00:00 |
options_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
options.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
port.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
process_unix.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
process_windows.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
purely_eval.go
|
pkg/eval: NewInternalSource -> NewInternalGoSource.
|
2020-01-05 14:07:03 +00:00 |
pwd.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
resolve.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
source.go
|
pkg/eval: Revamp Source.
|
2020-01-11 03:01:30 +00:00 |
state.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
std_ports_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
std_ports.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
testutils.go
|
pkg/eval: Revamp Source.
|
2020-01-11 03:01:30 +00:00 |
unwrap.go
|
[cleanup] pkg/eval: use diag.Ranging in op types.
|
2020-03-28 21:33:55 +00:00 |
value_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
value.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
variable_ref_test.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
variable_ref.go
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |