This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4ffeada3c7e8e79f70d7abd5775c34bc84a1e622
c3c
/
lib
/
std
History
Christoffer Lerno
4ffeada3c7
Updated stdlib. Prefer file::open. Fix to slice assign with distinct types.
2023-03-12 00:33:16 +01:00
..
collections
"@ensure" now correctly only runs on non-optional results. Subtypes now merge to a single type. Beginning deprecation of "std::core::str". Refreshed String functions. Consistent use of ".using" parameter. Functions moved to string methods. Tests on more string methods. Fixes to split, rindex_of.
2023-03-08 00:13:48 +01:00
core
Updated stdlib. Prefer file::open. Fix to slice assign with distinct types.
2023-03-12 00:33:16 +01:00
crypto
Added arcfour crypto.
2022-12-30 16:34:31 +01:00
encoding
"@ensure" now correctly only runs on non-optional results. Subtypes now merge to a single type. Beginning deprecation of "std::core::str". Refreshed String functions. Consistent use of ".using" parameter. Functions moved to string methods. Tests on more string methods. Fixes to split, rindex_of.
2023-03-08 00:13:48 +01:00
hash
Sha1.
2023-02-24 10:49:01 +01:00
io
Updated stdlib. Prefer file::open. Fix to slice assign with distinct types.
2023-03-12 00:33:16 +01:00
libc
Remove abs from libc. Create abstract random.
2023-02-24 00:00:36 +01:00
math
Added Matrix identity macros and few matrix unit tests (
#742
)
2023-03-05 20:39:55 +01:00
net
"@ensure" now correctly only runs on non-optional results. Subtypes now merge to a single type. Beginning deprecation of "std::core::str". Refreshed String functions. Consistent use of ".using" parameter. Functions moved to string methods. Tests on more string methods. Fixes to split, rindex_of.
2023-03-08 00:13:48 +01:00
os
More refactorings in the stdlib. More Path functions. Updated Win32 format for types. Fix bug with codegen of
defer if ...
More string functions.
2023-03-09 20:44:27 +01:00
threads
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
ascii.c3
Add
std::ascii
module. (
#611
)
2022-10-05 23:11:41 +02:00
atomic.c3
Fixes the alloca alignment on x64 for alignment > 16. Improved indexing into ConstInitializer adding const indexing into a const array during compile time. Add a temporary enum values result.
2022-02-08 11:41:34 +01:00
bits.c3
Add lambdas.
2023-01-24 10:15:23 +01:00