Jeroen van Rijn
|
7a9ea3ee6d
|
Further overhaul of package line comments.
|
2025-10-09 23:05:29 +02:00 |
|
Jeroen van Rijn
|
4b36306674
|
Deprecate old @(deprecated) things.
|
2025-06-06 10:42:34 +02:00 |
|
gingerBill
|
3e7e779abf
|
Replace core:* to base:* where appropriate
|
2024-01-28 22:18:51 +00:00 |
|
Despacito696969
|
2feb1bf847
|
Commit a040be9 but for core:sort
|
2023-08-23 15:46:32 +02:00 |
|
gingerBill
|
7bbcf22deb
|
Remove dead code (sort/map.odin)
|
2023-02-05 18:33:53 +00:00 |
|
Atanas Dimitrov
|
4cb489b9e4
|
Fix sort.compare_strings for prefixes
|
2022-08-03 16:22:54 +03:00 |
|
Jeroen van Rijn
|
566a750899
|
Fix unused imports.
|
2022-01-07 06:12:00 +01:00 |
|
gingerBill
|
50188f0308
|
Add sort.map_entries_by_key sort.map_entries_by_value
|
2022-01-01 17:13:11 +00:00 |
|
gingerBill
|
360f75a65c
|
Keep -vet happy
|
2021-09-23 12:19:08 +01:00 |
|
gingerBill
|
720884e0f1
|
Strip even more semicolons if followed by a } or ) on the same line
|
2021-08-31 23:47:57 +01:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
f0437a4242
|
Enforce core:builtin and core:intrinsics for imports
|
2021-08-21 13:44:16 +01:00 |
|
gingerBill
|
212d294b84
|
Deprecate sort.slice and sort.reverse_slice
|
2021-07-03 14:37:55 +01:00 |
|
gingerBill
|
41f6a684e1
|
Rename slice.sort_proc to slice.sort_by; add slice.sort_by_key
|
2020-10-16 14:55:36 +01:00 |
|
gingerBill
|
7fc3030c63
|
Update path/filepath to use new slice.sort; Add sort.reverse_interface
|
2020-10-14 20:47:13 +01:00 |
|
gingerBill
|
edd802e1ff
|
Add package slice; New sort.Interface with default sort.sort
|
2020-10-14 19:52:05 +01:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
gingerBill
|
ec178825ec
|
Add more sort.compare_* procedures
|
2020-08-16 12:40:28 +01:00 |
|
gingerBill
|
cbfbff7240
|
Add intrinsics.type_is_comparable; Add sort.linear_search
|
2020-05-23 14:02:21 +01:00 |
|
gingerBill
|
7d11ee605c
|
Add sort.binary_search (uses interpolation sort for ordered numeric types)
|
2020-05-23 13:57:24 +01:00 |
|
Tyler Erickson
|
391e2a5120
|
Removed 'where' clause from merge_sort_proc
|
2020-02-03 19:20:12 -08:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
gingerBill
|
b75d59d6e0
|
Make sort.merge_sort in place; Add sort.heap_sort
|
2019-11-27 16:06:07 +00:00 |
|
gingerBill
|
657103c4cf
|
ThreadPool for the parser
|
2019-09-01 20:02:39 +01:00 |
|
gingerBill
|
8ee7ee7120
|
Fix core library for the new procedure parameter addressing mode
|
2019-07-15 22:16:27 +01:00 |
|
gingerBill
|
fb3d73cb20
|
Make core library use a..<b rather than doing a..b-1
|
2019-05-28 12:52:20 +01:00 |
|
gingerBill
|
ab0afa548b
|
Fix ||= and &&=
|
2019-05-06 11:32:35 +01:00 |
|
gingerBill
|
0718f14774
|
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
|
2018-08-01 21:34:59 +01:00 |
|
gingerBill
|
b027b1d60f
|
Fix min type info for polymorphic procedures and named types
|
2018-06-03 21:09:08 +01:00 |
|
gingerBill
|
d556fa2cd8
|
Remove special shared scope for runtime stuff
|
2018-06-03 15:06:40 +01:00 |
|
gingerBill
|
5b6770f3d2
|
Parse directories to be packages
|
2018-05-21 20:47:52 +01:00 |
|