-
-
Notifications
You must be signed in to change notification settings - Fork 290
Comparing changes
Open a pull request
base repository: c3lang/c3c
base: master@{1day}
head repository: c3lang/c3c
compare: master
- 14 commits
- 23 files changed
- 6 contributors
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c8e3dd - Browse repository at this point
Copy the full SHA 7c8e3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1bf75 - Browse repository at this point
Copy the full SHA 5e1bf75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643aa47 - Browse repository at this point
Copy the full SHA 643aa47View commit details -
Temporary fix for #2398 (#2415)
* Temporary fix for #2398 * Update sema_liveness.c Remove comment --------- Co-authored-by: Christoffer Lerno <christoffer.lerno@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb32441 - Browse repository at this point
Copy the full SHA cb32441View commit details -
Configuration menu - View commit details
-
Copy full SHA for db45abd - Browse repository at this point
Copy the full SHA db45abdView commit details -
Miscompilation of do-while when the while starts with a branch #2394.…
… Also: change do-while to make the lowering follow the execution.
Configuration menu - View commit details
-
Copy full SHA for eeab73d - Browse repository at this point
Copy the full SHA eeab73dView commit details -
Miscompilation of do-while when the while starts with a branch #2394.…
… Also: change do-while to make the lowering follow the execution.
Configuration menu - View commit details
-
Copy full SHA for 7d6a864 - Browse repository at this point
Copy the full SHA 7d6a864View commit details -
Update releasenotes for fix, which was the previous commit for fixing…
… "Compiler assert when calling unassigned CT functions #2418". Fail :(
Configuration menu - View commit details
-
Copy full SHA for a52b30c - Browse repository at this point
Copy the full SHA a52b30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43163fe - Browse repository at this point
Copy the full SHA 43163feView commit details -
Fix crash when exporting functions with const enums #2384 (#2414)
* headers: handle const enums in exported signatures as base type * update releasenotes.md --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
Configuration menu - View commit details
-
Copy full SHA for 96127d4 - Browse repository at this point
Copy the full SHA 96127d4View commit details -
#2391: Improve missing $endif error message (#2413)
* Improve error message missing * remove temp comment * Update releasenotes.md * Use sema_note to print the "$if" line --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
Configuration menu - View commit details
-
Copy full SHA for 33ab180 - Browse repository at this point
Copy the full SHA 33ab180View commit details -
Fixes slicing with negative value error message - llvm_codegen_expr.c (…
…#2410) * Fixes slicing with negative value error message - llvm_codegen_expr.c Fixes printing negative value Example: ``` fn void main() { int[100] arr; usz a = 35; usz b = 36; arr[b:a - b]; } ``` output should be: ERROR: 'Negative value (-1) given for slice length.' * Update releasenotes. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
Configuration menu - View commit details
-
Copy full SHA for ba55946 - Browse repository at this point
Copy the full SHA ba55946View commit details -
- Incorrect type checking when &[] and [] return optional values.
- Failed to find subscript overloading on optional values. - Added `&[]` overload to HashMap.
Configuration menu - View commit details
-
Copy full SHA for de09a19 - Browse repository at this point
Copy the full SHA de09a19View commit details -
-
foo[x][y] = b
now interpreted as(*&foo[x])[y] = b
which allows…… overloads to do chained [] accesses.
Configuration menu - View commit details
-
Copy full SHA for 551ce34 - Browse repository at this point
Copy the full SHA 551ce34View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master@{1day}...master