| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct race condition and incorrect usage of `condition_signal` outside of a... | gingerBill | 2021-08-26 | 1 | -0/+2 |
| * | Correct procedure checking flag handling, and correct the (bodge) handle of u... | gingerBill | 2021-08-23 | 1 | -1/+1 |
| * | Fix race condition from `add_entity_use` due to Entity.identifier | gingerBill | 2021-08-19 | 1 | -2/+3 |
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -7/+3 |
| * | Make `or_else` and `or_return` operators (binary and suffix respectively) | gingerBill | 2021-08-15 | 1 | -5/+0 |
| * | `or_return` built-in procedure | gingerBill | 2021-08-15 | 1 | -0/+2 |
| * | Fix #1077 | gingerBill | 2021-08-13 | 1 | -1/+1 |
| * | Unify semantics of the built-in `swizzle` procedure with the selector express... | gingerBill | 2021-08-09 | 1 | -24/+2 |
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+2221 |