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
fd642e333b24842e56269e886b49967b2de8b708
c3c
/
test
/
test_suite
/
cast
History
Christoffer Lerno
44df6eb75b
Cleanup.
2022-08-12 18:13:24 +02:00
..
cast_from_ptr.c3t
Optimize multiple int casts on ptrtoint, into a single cast. Fixed incorrect widening cast from signed -> unsigned.
2022-01-17 00:45:26 +01:00
cast_ok.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_parse_fails2.c3
Cast no longer needs (type)(expr) format. Ordinary C (type)expr now works.
2022-01-18 22:32:12 +01:00
cast_parse_fails.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_struct_fails.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_struct.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_to_failable.c3
Allocators. Rename of "optenum" to fault. Memcpy and memset added. Cleanup of declaration use.
2022-04-09 20:07:59 +02:00
top_down_cast_fails.c3
Remove old try-catch. Top down promotion for binary etc. Prevent non-simple widening. Introducing wildcard failable. Move LLVM GEP usage. Regcall test and fix. Optimized slice assign.
2021-10-26 18:40:41 +02:00
top_down_casts.c3t
Cleanup.
2022-08-12 18:13:24 +02:00