aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #1614 from semarie/openbsd-fpos_tgingerBill2022-03-141-1/+1
|\ \ \ \ \ \
| * | | | | | use distinct type for fpos_t on OpenBSDSébastien Marie2022-03-121-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1526 from odin-lang/freestanding_amd64gingerBill2022-03-1419-145/+450
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into freestanding_amd64gingerBill2022-03-14150-3117/+6974
| |\ \ \ \ \ \
| * | | | | | | Disallow `@(thread_local)` on wasm targetsgingerBill2022-02-283-2/+9
| * | | | | | | Correct commentgingerBill2022-02-281-1/+1
| * | | | | | | Correct calling convention for `_startup_runtime`gingerBill2022-02-281-1/+1
| * | | | | | | Clean up `generate_minimum_dependency_set` codegingerBill2022-02-281-34/+41
| * | | | | | | Enforce `-no-entry-point` on freestanding targetsgingerBill2022-02-281-7/+12
| * | | | | | | `-target-features:<string>`gingerBill2022-02-284-9/+14
| * | | | | | | Add extra checks for -disallow-rttigingerBill2022-02-282-2/+15
| * | | | | | | Only allow `-disallow-rtti` on freestanding targetsgingerBill2022-02-281-0/+5
| * | | | | | | Merge branch 'freestanding_amd64' of https://github.com/odin-lang/Odin into f...gingerBill2022-02-280-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Commit rest of code for `-disable-rtti`gingerBill2022-02-2811-19/+95
| * | | | | | | | Commit rest of code for `-disallow-rtti`gingerBill2022-02-2811-19/+95
| |/ / / / / / /
| * | | | | | | Add `-disallow-rtti`gingerBill2022-02-283-115/+146
| * | | | | | | Merge branch 'master' into freestanding_amd64gingerBill2022-02-281-1/+0
| |\ \ \ \ \ \ \
| * | | | | | | | Reorganize error check proceduresgingerBill2022-02-281-160/+157
| * | | | | | | | Change `#c_vararg` checking to only disallow odin calling conventionsgingerBill2022-02-281-2/+6
| * | | | | | | | Merge branch 'master' into freestanding_amd64gingerBill2022-02-2811-349/+364
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Correct internals for `os.read` on windows (read_console) for `os.stdin` (Fix...gingerBill2022-02-251-2/+3
| * | | | | | | | | Change target name to `freestanding_amd64_sysv`gingerBill2022-02-233-9/+9
| * | | | | | | | | Replace local `@(no_red_zone)` with global `-disable-red-zone`gingerBill2022-02-237-18/+17
| * | | | | | | | | Add `@(no_red_zone)` for proceduresgingerBill2022-02-235-0/+21
| * | | | | | | | | Add help docs for `-reloc-mode:<string>`gingerBill2022-02-233-1/+12
| * | | | | | | | | Merge branch 'master' into freestanding_amd64gingerBill2022-02-2329-318/+1072
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add `-reloc-mode:<string>`gingerBill2022-02-203-0/+49
| * | | | | | | | | | Add `-foreign-error-procedures`gingerBill2022-02-204-1/+34
| * | | | | | | | | | Add `freestanding_amd64_gnu`gingerBill2022-02-203-5/+48
* | | | | | | | | | | Merge pull request #1617 from semarie/freebsdgingerBill2022-03-1411-110/+531
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fix mode_t on darwinSébastien Marie2022-03-131-13/+13
| * | | | | | | | | | enable freebsd_amd64 inside CISébastien Marie2022-03-131-0/+3
| * | | | | | | | | | freebsd_amd64 supportSébastien Marie2022-03-139-97/+515
|/ / / / / / / / / /
* | | | | | | | | | #Fix 1615 Replace `llvm.readcyclecounter` with `cntvct_el0` on arm64gingerBill2022-03-122-7/+16
* | | | | | | | | | Remove taggingerBill2022-03-121-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1602 from hoanga/freebsd-build-supportgingerBill2022-03-123-3/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update to build for FreeBSDAl Hoang2022-03-083-3/+9
* | | | | | | | | | [examples] Add `core:encoding/varint` to `examples/all`.Jeroen van Rijn2022-03-111-0/+2
* | | | | | | | | | Correct: murmur32gingerBill2022-03-111-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Fix #1607gingerBill2022-03-091-0/+15
* | | | | | | | | Fix typogingerBill2022-03-091-1/+0
* | | | | | | | | Fix #1606 (Call `runtime._cleanup_runtime_contextless()` for `os.exit`)gingerBill2022-03-097-0/+14
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Fix typogingerBill2022-03-091-1/+1
* | | | | | | | Update .gitignoregingerBill2022-03-091-0/+2
* | | | | | | | Fix typogingerBill2022-03-091-1/+1
* | | | | | | | Replace `#if` with `if` where possiblegingerBill2022-03-081-16/+16
|/ / / / / / /
* | | | | | | Merge pull request #1598 from Kelimion/varintgingerBill2022-03-0815-1010/+1319
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | [varint] Add doc.odinJeroen van Rijn2022-03-081-0/+27
| * | | | | | [varint] Tighten max input bounds.Jeroen van Rijn2022-03-081-2/+2
| * | | | | | [crypto] Remove unused `mem` import for siphash.Jeroen van Rijn2022-03-081-1/+0