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
76da7936e5251ab71084f9b02cfdef8b249bc1e9
c3c
/
lib
/
std
History
Christoffer Lerno
5ba9acad5d
Fix bug where
&i[0] = null
was not detected to be an error.
#1833
2025-01-14 01:43:59 +01:00
..
collections
Improved error message when accessing
@private
from other modules. Added convenience functions to
Maybe
.
2025-01-04 14:58:06 +01:00
compression
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00
core
Prevent temp arena scribbling from causing an asan warning.
#1825
2025-01-13 16:58:55 +01:00
crypto
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00
encoding
Return type inference bugs with macros
#1757
2025-01-02 17:34:37 +01:00
hash
Deprecated '&' macro arguments.
2025-01-08 22:13:49 +01:00
io
Fix formatter output length calculation.
2025-01-12 22:54:43 +01:00
libc
libc: add isatty()
2025-01-04 15:41:51 +01:00
math
math: macros to set floating-point numbers with uint (
#1826
)
2025-01-13 13:37:49 +01:00
net
net/url: implement url encoding (RFC 3986) (
#1795
)
2025-01-12 22:52:25 +01:00
os
Fix bug where
&i[0] = null
was not detected to be an error.
#1833
2025-01-14 01:43:59 +01:00
sort
Improved
#foo
resolution inside of the compiler.
2025-01-08 12:55:20 +01:00
threads
Improve posix thread error handling.
2024-12-31 17:27:13 +01:00
time
Date/Time formatters (
#1782
)
2025-01-10 13:16:51 +01:00
ascii.c3
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00
atomic_nolibc.c3
0.6.0: init_new/init_temp removed. LinkedList API rewritten. List "pop" and "remove" function now return Optionals. RingBuffer API rewritten. Allocator interface changed. Deprecated Allocator, DString and mem functions removed. "identity" functions are now constants for Matrix and Complex numbers.
@default
implementations for interfaces removed.
any*
=>
any
, same for interfaces. Emit local/private globals as "private" in LLVM, following C "static". Updated enum syntax. Add support [rgba] properties in vectors. Improved checks of aliased "void". Subarray -> slice. Fix of llvm codegen enum check. Improved alignment handling. Add --output-dir
#1155
. Removed List/Object append.
GenericList
renamed
AnyList
. Remove unused "unwrap". Fixes to cond. Optimize output in dead branches. Better checking of operator methods. Disallow
any
from implementing dynamic methods. Check for operator mismatch. Remove unnecessary bitfield. Remove numbering in --list* commands Old style enum declaration for params/type, but now the type is optional. Add note on
#1086
. Allow making distinct types out of "void", "typeid", "anyfault" and faults. Remove system linker build options. "Try" expressions must be simple expressions. Add optimized build to Mac tests. Register int.
assert(false)
only allowed in unused branches or in tests. Compile time failed asserts is a compile time error. Remove current_block_is_target. Bug when assigning an optional from an optional. Remove unused emit_zstring. Simplify phi code. Remove unnecessary unreachable blocks and remove unnecessary current_block NULL assignments. Proper handling of '.' and Win32 '//server' paths. Add "no discard" to expression blocks with a return value. Detect "unsigned >= 0" as errors. Fix issue with distinct void as a member
#1147
. Improve callstack debug information
#1184
. Fix issue with absolute output-dir paths. Lambdas were not type checked thoroughly
#1185
. Fix compilation warning
#1187
. Request jump table using @jump for switches. Path normalization - fix possible null terminator out of bounds. Improved error messages on inlined macros.
2024-06-12 10:14:26 +02:00
atomic.c3
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00
bits.c3
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00