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
322d714305af9229b9cd05ee05f384d2b084e28e
c3c
/
test
/
test_suite
/
cast
History
Christoffer Lerno
322d714305
Dev (
#404
)
...
Remove 'errtype' name and reduce Expr / TypeInfo memory footprint.
2022-03-08 23:38:27 +01: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
Dev (
#404
)
2022-03-08 23:38:27 +01: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
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