| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep `-vet` happy for -no-crt and wasm targets | gingerBill | 2021-11-17 | 1 | -2/+0 |
| * | Reorganize code | gingerBill | 2021-11-04 | 1 | -29/+26 |
| * | Correct foreign import library usage | gingerBill | 2021-11-04 | 1 | -2/+2 |
| * | Use `Rtl*Memory` procedures with `-no-crt` on Windows | gingerBill | 2021-11-04 | 1 | -1/+29 |
| * | Simplify logic for procs.odin | gingerBill | 2021-11-04 | 1 | -29/+4 |
| * | `@(linkage=<string>)` for procedures and variables; `@(require)` for procedur... | gingerBill | 2021-11-04 | 1 | -8/+5 |
| * | Correctly support `-default-to-nil-allocator` for all platforms | gingerBill | 2021-11-04 | 1 | -0/+3 |
| * | Add `ODIN_NO_CRT` global constant | gingerBill | 2021-11-04 | 1 | -0/+37 |
| * | Add `memmove` and `memset` support for `wasm` | gingerBill | 2021-10-31 | 1 | -7/+34 |
| * | Remove explicit link name from `runtime.memset` | gingerBill | 2021-10-16 | 1 | -2/+1 |
| * | Make `runtime.memset` use `int` for the length from `uint` | gingerBill | 2021-09-23 | 1 | -1/+1 |
| * | Add other constants to c and libc | gingerBill | 2021-09-10 | 1 | -1/+1 |
| * | Add procs.odin | gingerBill | 2021-09-10 | 1 | -0/+13 |