| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace `sync` with `sync2` | gingerBill | 2022-03-30 | 1 | -36/+0 |
| * | core/sys/unix: Add syscalls_linux.odin | Yawning Angel | 2021-11-17 | 1 | -3/+1 |
| * | Strip semicolons in core which were missing | gingerBill | 2021-09-08 | 1 | -7/+7 |
| * | Update usage of `syscall` to use the intrinsics | gingerBill | 2021-08-29 | 1 | -7/+2 |
| * | Core library clean up: Make range expressions more consistent and replace use... | gingerBill | 2021-06-14 | 1 | -1/+1 |
| * | Remove `context.thread_id` | gingerBill | 2021-06-08 | 1 | -0/+12 |
| * | replaced pthread_yield with ssched_yield, fixed semaphore post:q | KTRosenberg | 2020-01-02 | 1 | -1/+4 |
| * | Implement core:thread and core:sync on Unix using pthreads | Tetralux | 2019-12-01 | 1 | -85/+15 |
| * | Fix on *nix | gingerBill | 2018-07-01 | 1 | -0/+3 |
| * | Use const & for Array<AstNode *> parameters | gingerBill | 2018-06-03 | 1 | -2/+4 |
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+93 |