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 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1ecf2211f92e79f1802cda0f069f8cc2e8c4fb8
c3c
/
test
/
unit
/
stdlib
History
Christoffer Lerno
a1ecf2211f
as_str()
replaced by
str_view()
2023-09-24 23:50:16 +02:00
..
collections
as_str()
replaced by
str_view()
2023-09-24 23:50:16 +02:00
core
Remove cast from void! to anyfault. Rename
@catchof
to
@catch
2023-09-09 22:49:32 +02:00
crypto
Use "String" consistently for "char[]" (
#694
)
2023-01-07 22:50:33 +01:00
encoding
fix Object.free (
#982
)
2023-09-12 13:49:52 +02:00
hash
Sha1.
2023-02-24 10:49:01 +01:00
io
as_str()
replaced by
str_view()
2023-09-24 23:50:16 +02:00
macros
Add --strip-unused.
2023-02-16 22:11:42 +01:00
math
Add
log(x, base)
function to
std::math
module.
2023-09-15 09:22:34 +02:00
mem
Fix of
#862
where enums declarations where not regenerated. Updated @pool implementation.
2023-07-18 23:23:53 +02:00
net
Remove cast from void! to anyfault. Rename
@catchof
to
@catch
2023-09-09 22:49:32 +02:00
sort
support for List in quicksort; add HashMap.@each (
#861
)
2023-07-18 12:18:12 +02:00
threads
Update tests and CI (
#979
)
2023-09-06 22:43:07 +02:00
time
add NanoDuration.to_format() (
#935
)
2023-08-17 10:30:20 +02:00
atomic_types.c3
Architecture generic Atomics (C11 + extras) (
#958
)
2023-08-29 14:25:43 +02:00
atomic.c3
Architecture generic Atomics (C11 + extras) (
#958
)
2023-08-29 14:25:43 +02:00
conv_tests.c3
Remove cast from void! to anyfault. Rename
@catchof
to
@catch
2023-09-09 22:49:32 +02:00
string_to_float.c3
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow
l
suffix. Simplifying flatpath.
any
replaces
variant
,
anyfault
replaces
anyerr
. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
2023-04-21 10:56:39 +02:00
string.c3
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow
l
suffix. Simplifying flatpath.
any
replaces
variant
,
anyfault
replaces
anyerr
. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
2023-04-21 10:56:39 +02:00