aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update radlink.exebill/disallow-128-bitgingerBill2024-11-171-0/+0
* Fix for benchmarksgingerBill2024-11-151-12/+12
* Clean up 128-bit checkinggingerBill2024-11-152-9/+30
* `ODIN_ALLOW_128_BIT` support in encoding/json; Keep -vet happygingerBill2024-11-154-74/+132
* Support `-disallow-128-bit` for math/big and math/randgingerBill2024-11-155-4/+21
* Restrict `bit_set` to max-integer size where possiblegingerBill2024-11-151-1/+9
* Add `-disallow-128-bit`gingerBill2024-11-1516-88/+235
* Make lowercasegingerBill2024-11-141-1/+1
* Fix typogingerBill2024-11-141-1/+1
* Add `-linker:<string>` to replace `-lld` and `-radlink`gingerBill2024-11-143-20/+70
* Check for more errors in json.unmarshalgingerBill2024-11-141-15/+34
* Disallow `-lld` and `-radlink` to be used togethergingerBill2024-11-141-0/+8
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-11-144-3/+94
|\
| * Merge pull request #4482 from A1029384756/mastergingerBill2024-11-144-3/+94
| |\
| | * core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constantsA10293847562024-11-132-38/+46
| | * core:sys/linux - flags, spacing, inotify_initA10293847562024-11-134-23/+37
| | * core:sys/linux - fixed vet errorsA10293847562024-11-132-2/+2
| | * core:sys/linux - implemented inotifyA10293847562024-11-134-3/+72
* | | Add radlink.exegingerBill2024-11-142-0/+19
* | | Add `-radlink`gingerBill2024-11-143-21/+52
|/ /
* | Remove relative types from json marshallergingerBill2024-11-141-6/+0
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-11-142-0/+71
|\ \
| * \ Merge pull request #4486 from alexover1/mastergingerBill2024-11-131-0/+61
| |\ \
| | * | Use tabs instead of spacesAlex Overstreet2024-11-131-10/+10
| | * | Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYSAlex Overstreet2024-11-131-0/+61
| |/ /
| * | Merge pull request #4484 from spahnke/add-bindingsLaytan2024-11-131-0/+10
| |\ \
| | * | Add NSApplication bindings for `mainWindow` and `keyWindow`Sebastian Pahnke2024-11-131-0/+10
| | |/
* | | Remove `#relative` types from the compilergingerBill2024-11-1418-602/+31
* | | Make `#relative` types an error in parsinggingerBill2024-11-141-0/+1
|/ /
* / Keep ASAN happy on type assertionsgingerBill2024-11-131-2/+10
|/
* Merge pull request #4479 from p2jason/mastergingerBill2024-11-122-4/+4
|\
| * Increase size of JS keyboard event key/code buffer sizep2jason2024-11-122-4/+4
|/
* Merge pull request #4477 from laytan/enum-value-has-namegingerBill2024-11-111-0/+21
|\
| * reflect: add `enum_value_has_name` procLaytan Laats2024-11-111-0/+21
* | Merge pull request #4454 from amekusa/fix-build-shLaytan2024-11-111-5/+9
|\ \ | |/ |/|
| * Fix: build_odin.sh always runs demo regardless of argumentSatoshi Soma2024-11-051-5/+9
* | Merge pull request #4476 from Bazzas-Forks/slice-sizeJeroen van Rijn2024-11-111-0/+6
|\ \
| * | Add core:slice.size to get the byte size of a slice's backing dataBazzagibbs2024-11-111-0/+6
* | | Merge pull request #4471 from bayo-code/list-supported-targetsJeroen van Rijn2024-11-111-21/+23
|\ \ \ | |/ / |/| |
| * | Added support for `odin build -target:?`bayo-code2024-11-111-21/+23
| * | Revert "List the supported targets using `odin targets`"bayo-code2024-11-111-7/+0
| * | List the supported targets using `odin targets`bayo-code2024-11-101-0/+7
|/ /
* | Merge pull request #4470 from clankill3r/patch-2Jeroen van Rijn2024-11-091-1/+1
|\ \
| * | Update demo.odinDoeke Wartena2024-11-091-1/+1
|/ /
* | Merge pull request #4468 from Cthuflu/patch-doc-1Jeroen van Rijn2024-11-091-1/+2
|\ \
| * | Correct zlib usage in docJacob Pfeiffer2024-11-081-1/+2
|/ /
* | Merge pull request #4465 from apatterndarkly/examples-readme-relative-linksgingerBill2024-11-081-2/+2
|\ \
| * | fix relative links in examples/README.mdAP Darkly2024-11-071-2/+2
* | | Merge pull request #4467 from clankill3r/patch-1gingerBill2024-11-081-1/+1
|\ \ \
| * | | Update scanner.odinDoeke Wartena2024-11-071-1/+1