| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Keep -vet happy | gingerBill | 2021-06-08 | 1 | -1/+0 |
| * | Remove `context.thread_id` | gingerBill | 2021-06-08 | 1 | -3/+3 |
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -3/+3 |
| * | Fix typo | gingerBill | 2020-12-27 | 1 | -1/+62 |
| * | Add `sync.Benaphore` | gingerBill | 2020-07-08 | 1 | -1/+33 |
| * | Add `sync.Barrier`; Add `sync.Blocking_Mutex` for unix | gingerBill | 2020-06-27 | 1 | -0/+3 |
| * | Merge branch 'master' into fix-sync-badopt | Tetralux | 2020-04-22 | 1 | -4/+5 |
| |\ | |||||
| | * | `sync.yield_processor` -> `sync.cpu_relax`; have it call `intrinsics.cpu_relax` | Tetralux | 2020-04-21 | 1 | -4/+5 |
| * | | Fix potential bad optimization bug in sync.Ticket_Mutex | Tetralux | 2020-04-21 | 1 | -1/+1 |
| |/ | |||||
| * | Implement core:thread and core:sync on Unix using pthreads | Tetralux | 2019-12-01 | 1 | -0/+27 |
| * | Use const & for Array<AstNode *> parameters | gingerBill | 2018-06-03 | 1 | -2/+0 |
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+2 |