Christoffer Lerno
|
deb4cc7c4b
|
0.5.3: Single-module not respected. Fix issue with compiler defined types. Fix optimization levels for projects. Use GEP i8 on offsets. Optimize foreach on len 1 arrays. Move panic blocks last. Fix generic module wildcard imports. Deprecate init_temp / init_new. Fix issue with macro vaarg and untyped lists. Fix extern const globals.
|
2024-01-14 15:34:54 +01:00 |
|
Christoffer Lerno
|
ffb0021d04
|
Use backtrace on windows. Updated backtrace API
|
2023-11-17 00:36:42 +01:00 |
|
Christoffer Lerno
|
f39aa1a41e
|
Add location tracking for memory allocations.
|
2023-11-09 22:03:25 +01:00 |
|
Christoffer Lerno
|
1e38ccdd2b
|
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
|
2023-11-09 01:59:49 +01:00 |
|
Christoffer Lerno
|
b7a896805d
|
Fix bug in growable bitset. Always insert 0xAA in malloc on testing.
|
2023-10-09 14:23:41 +02:00 |
|
Christoffer Lerno
|
a1bce81ed0
|
Fix growable bitset (#1032)
|
2023-10-06 01:27:32 +02:00 |
|
Pierre Curto
|
51f76c69c4
|
lib/std/collections: add Bitset
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
|
2023-09-06 23:09:37 +02:00 |
|