elvish/pkg
Qi Xiao 584ece1c52 pkg/edit/highlight: Handle multiple compilation errors.
Also document the change in the release notes.
2022-12-09 00:58:21 +00:00
..
buildinfo Fix recording of CPU profiles when using cmd/withprof/elvish. 2022-11-26 12:05:39 +00:00
cli pkg/edit: Show dedup binding in history listing mode. 2022-12-06 22:51:15 +00:00
daemon Fix recording of CPU profiles when using cmd/withprof/elvish. 2022-11-26 12:05:39 +00:00
diag pkg/diag: Include line:col of start position in Error and Show methods. 2022-12-08 19:07:18 +00:00
diff cmd/elvmdfmt: Split Markdown formatting into own command, supporting -w and -d. 2022-11-04 16:37:47 +00:00
edit pkg/edit/highlight: Handle multiple compilation errors. 2022-12-09 00:58:21 +00:00
elvdoc Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
env Implement XDG directory support. 2021-07-10 02:20:59 +01:00
errutil Generalize parse.Errors and move it to diag. 2022-11-30 01:05:16 +00:00
eval pkg/diag: Include line:col of start position in Error and Show methods. 2022-12-08 19:07:18 +00:00
fsutil Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
getopt pkg/diag: Split Errors into another package. 2022-11-29 22:13:02 +00:00
glob Some minor documentation fixes 2022-08-29 12:04:59 +01:00
logutil pkg/logutil: Add tests. 2022-06-20 22:03:58 +01:00
lsp Generalize parse.Errors and move it to diag. 2022-11-30 01:05:16 +00:00
md pkg/md/mdrun: Support -cpuprofile. 2022-11-17 23:25:33 +00:00
mods Small documentation fixes (#1627) 2022-12-03 00:53:32 +00:00
must pkg/shell: Test signal handling. 2022-06-23 21:48:12 +01:00
parse Generalize parse.Errors and move it to diag. 2022-11-30 01:05:16 +00:00
persistent Run gofmt. 2022-08-07 22:30:11 +01:00
pprof pkg/pprof: Support -allocsprofile. 2022-11-26 12:56:43 +00:00
prog Fix recording of CPU profiles when using cmd/withprof/elvish. 2022-11-26 12:05:39 +00:00
rpc README: Clarify license. 2022-10-05 01:29:52 +01:00
shell pkg/eval: Preserve all compilation errors. 2022-11-30 01:40:03 +00:00
store Remove support for shared vars 2022-11-20 15:25:11 +00:00
strutil pkg/diag: Capitalize the error type in Error.Show. 2022-11-29 23:32:57 +00:00
sys Fixup for #1598. 2022-11-20 16:21:10 +00:00
testutil Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
tt interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
ui pkg/ui: Add more tests against Text and TextSegment. 2022-11-23 00:40:38 +00:00
wcwidth Improve the wcwidth package. 2021-02-11 00:47:21 +00:00