.. |
aliased_types_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
aliased_types.go
|
pkg/eval/vals: Replace MakeListFromStrings with a generic MakeListSlice.
|
2022-06-17 16:50:38 +01:00 |
assoc_test.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
assoc.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
bool_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
bool.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
cmp_test.go
|
pkg/eval/vals: Test that structmaps are treated like maps by CmpTotal.
|
2023-08-22 22:07:26 -04:00 |
cmp.go
|
pkg/eval/vals/cmp.go: Use compareBuiltin for strings too.
|
2023-08-25 22:18:05 -04:00 |
concat_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
concat.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
conversion_test.go
|
pkg/eval/vals: Avoid the .Name hack for allowing using $nil for callable.
|
2022-11-20 19:31:07 +00:00 |
conversion.go
|
pkg/eval/vals: Avoid the .Name hack for allowing using $nil for callable.
|
2022-11-20 19:31:07 +00:00 |
dissoc_test.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
dissoc.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
doc.go
|
|
|
equal_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
equal.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
errors_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
feed_test.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
feed.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
has_key_test.go
|
Various has-key fixes (#1647)
|
2023-02-26 20:49:31 +00:00 |
has_key.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
hash_test.go
|
Fix the hash code of maps.
|
2023-07-14 22:01:32 +01:00 |
hash.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
index_list.go
|
Various has-key fixes (#1647)
|
2023-02-26 20:49:31 +00:00 |
index_string.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
index_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
index.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
iterate_keys_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
iterate_keys.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
iterate_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
iterate.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
kind_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
kind.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
len_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
len.go
|
Make struct maps indistinguishable from maps to Elvish code.
|
2023-07-14 23:57:38 +01:00 |
num_test.go
|
pkg/eval/vals: Add utils {Int64,Uint64}ToNum.
|
2023-08-13 22:46:22 -04:00 |
num.go
|
pkg/eval/vals: Add utils {Int64,Uint64}ToNum.
|
2023-08-13 22:46:22 -04:00 |
pipe.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
reflect_wrappers.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
repr_helpers.go
|
|
|
repr_test.go
|
pkg/eval/vals: Make Repr sort map keys before printing.
|
2023-05-20 10:52:52 +01:00 |
repr.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
string_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |
string.go
|
interface{} -> any now that Elvish requires Go 1.18.
|
2022-03-20 16:17:19 +00:00 |
struct_map_test.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
struct_map.go
|
Make pseudomaps print like [^tag &key=value].
|
2023-07-17 23:41:43 +01:00 |
tester.go
|
Get coverage on IsStructMap methods with a hack.
|
2022-06-20 22:08:19 +01:00 |
testutils_test.go
|
Don't dot import pkg/tt
|
2022-06-04 23:39:19 +01:00 |