BWindey
|
12eea4a98d
|
[STDLIB] Add macro return types (#2487)
* add return types to macros where applicable
* std::time::clock::now() -> clock::now()
|
2025-09-18 14:06:58 +02:00 |
|
Christoffer Lerno
|
946c167bf1
|
Improve error for default args #2096. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side: foo[1..2] = bar[..] rather than the old foo[1..2] = bar. The old behaviour can be mostly retained with --use-old-slice-copy).
|
2025-04-18 17:19:04 +02:00 |
|
Christoffer Lerno
|
c0b80eccad
|
Change @return! syntax to require ":" after faults. Update all contracts to consistently use ":" before the description.
|
2025-03-05 17:11:45 +01:00 |
|
Christoffer Lerno
|
2a895ec7be
|
First 0.7 update, removing all deprecated features.
|
2025-03-03 00:32:20 +01:00 |
|
Christoffer Lerno
|
31cd839063
|
Switch to <* *> docs. Fix issue with dynamically loaded C3 libs with other C3 code.
|
2024-10-14 02:14:34 +02:00 |
|
Christoffer Lerno
|
c8018c5543
|
Added generic PBKDF2 implementation.
|
2024-09-30 00:07:49 +02:00 |
|
Christoffer Lerno
|
3b009e0b50
|
Added generic HMAC.
|
2024-09-28 23:28:11 +02:00 |
|