aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-042-2/+2
|\
| * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-282-2/+2
* | Fix #5176gingerBill2025-11-041-1/+1
* | Add nullptr assert for #5875Jeroen van Rijn2025-11-031-0/+2
* | Improve error handling for #5506gingerBill2025-11-021-2/+48
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-11-021-0/+8
|\ \
| * | Add spaceJeroen van Rijn2025-11-021-2/+2
| * | Merge branch 'master' into bug-5865Jeroen van Rijn2025-11-021-0/+6
| |\ \
| * | | Add #subtype using to name canonicalizationJeroen van Rijn2025-11-021-0/+8
* | | | Fix #5506gingerBill2025-11-021-0/+14
| |/ / |/| |
* | | Fix constant `nil` assignment to union of nillable types in backendgingerBill2025-11-021-0/+6
|/ /
* | Fix `union(T){}` constant initializationgingerBill2025-10-311-2/+7
* | Remove duplicate importJeroen van Rijn2025-10-301-7/+1
* | For test runner, try to look for `os.exit` or `os2.exit`gingerBill2025-10-302-1/+34
* | `constant_truncate` -> `constant_trunc` to be consistent with other intrinsicsgingerBill2025-10-302-7/+7
* | Add suggestion for `T[]` to be `[]T` if a type is allowed in that parsing con...gingerBill2025-10-301-3/+11
* | Add `intrinsics.constant_(floor|truncate|ceil|round)`gingerBill2025-10-303-1/+55
* | Fix declaration of `type_is_bit_field`gingerBill2025-10-302-14/+14
* | Just retry again with `lb_generate_missing_procedures`gingerBill2025-10-291-0/+10
* | Merge pull request #5860 from harold-b/hb.fix-export-link-libs-fileJeroen van Rijn2025-10-291-11/+11
|\ \ | |/ |/|
| * Fix `-export-linked-libs-file` issue where it multiple libraries in a single ...Harold Brenes2025-10-281-11/+11
* | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-271-1/+2
|\ \
| * | Change `static_assert` for `OrderedInsertPtrMapEntry`gingerBill2025-10-271-1/+2
* | | Make Karl Zylinski happyJeroen van Rijn2025-10-272-1/+15
|/ /
* | Just use a method insteadgingerBill2025-10-271-9/+15
* | One more time with a different cast?gingerBill2025-10-271-2/+2
* | Try C-cast with reintepret castgingerBill2025-10-271-1/+1
* | Use `reinterpret_cast`gingerBill2025-10-271-1/+1
* | Try to make `PtrMap` work for 32-bit compilersgingerBill2025-10-272-8/+27
* | Improve error message for missing `&` in some parapoly messagesgingerBill2025-10-271-0/+6
|/
* Merge pull request #5812 from Kelimion/data-alignmentgingerBill2025-10-222-2/+7
|\
| * Set minimum #load(file, type) alignment to 16 bytesJeroen van Rijn2025-10-152-2/+7
* | Merge pull request #5811 from wrathdoesthat/mastergingerBill2025-10-221-1/+1
|\ \
| * | Merge branch 'odin-lang:master' into masterwrathdoesthat2025-10-151-0/+8
| |\|
| * | Fix orca linking pathWrath2025-10-151-1/+1
* | | Merge pull request #5814 from laytan/wgpu-27.0.2.0gingerBill2025-10-221-2/+1
|\ \ \
| * | | vendor/wgpu: update to 27.0.2.0Laytan2025-10-151-2/+1
| | |/ | |/|
* | | Add target triple and LLVM code mode debug prints (#5839)Jeroen van Rijn2025-10-222-0/+7
* | | Fix #5831gingerBill2025-10-221-0/+7
* | | commentjakubtomsu2025-10-181-0/+3
* | | prefer Type pointer over LLVMTypeRef when doing a struct_field_remapping lookupjakubtomsu2025-10-181-2/+2
|/ /
* | Merge branch 'master' of https://github.com/LeonardoTemperanza/OdinUsername-Leon2025-10-1523-316/+1849
|\|
| * llvm 21 supportLaytan2025-10-149-69/+613
| * Fix hang, courtesy of cloin.Jeroen van Rijn2025-10-131-0/+1
| * Merge pull request #5797 from harold-b/hb.export-linked-libsgingerBill2025-10-122-0/+73
| |\
| | * Fix `-export-linked-libs-file` system lib checkHarold Brenes2025-10-121-1/+1
| | * Use exact value to determine system linked libs with `-export-linked-libs-file`Harold Brenes2025-10-121-2/+2
| | * Add `-export-linked-libs-file` build flag.Harold Brenes2025-10-122-0/+73
| * | Merge pull request #5794 from alsakandari/improve-target-featuresgingerBill2025-10-123-1/+21
| |\ \ | | |/ | |/|
| | * Check for `+` and `-` in the target features setYhya Ibrahim2025-10-111-0/+12