Christoffer Lerno
|
392c78860d
|
Add bitorder functions store_le, load_le, store_be, store_le.
|
2026-02-19 23:59:55 +01:00 |
|
Christoffer Lerno
|
e93f22fbda
|
- bitorder::read and bitorder::write may fail because of unaligned access #2734.
|
2026-01-12 01:11:31 +01:00 |
|
Christoffer Lerno
|
25bccf4883
|
New faults and syntax (#2034)
- Remove `[?]` syntax.
- Change `int!` to `int?` syntax.
- New `fault` declarations.
- Enum associated values can reference the calling enum.
|
2025-03-10 00:11:35 +01:00 |
|
Christoffer Lerno
|
e40bab2d30
|
Allow (int[*]) { 1, 2 } cast style initialization. Experimental change from [*] to [?]. Fix issue where compile time declarations in expression list would not be handled properly.
|
2025-01-25 22:10:12 +01:00 |
|
Christoffer Lerno
|
b941f93416
|
Deprecate old void! @benchmark and @test functions.
|
2025-01-09 20:33:53 +01:00 |
|
Christoffer Lerno
|
d5aebb434c
|
Eliding length for ":"-ranges is no longer allowed.
|
2023-08-18 22:25:51 +02:00 |
|
Pierre Curto
|
f439539c6e
|
lib::std::core::bitorder: add read and write
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
|
2023-06-19 23:34:30 +02:00 |
|