aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added alternate reduce-add/reduce-mul intrinsics.Barinzaya2025-05-053-0/+78
| |/ / /
* | | | Also allow comparing SOA pointers against each otherJeroen van Rijn2025-05-061-1/+5
* | | | Add support for SoaPointer nil comparison in lb_emit_comp_against_nilbogwi2025-05-061-0/+12
|/ / /
* | | Fix `type_union_tag_offset` when all members are zero sizedJeroen van Rijn2025-05-052-5/+6
* | | Add `intrinsics.simd_indices`gingerBill2025-05-053-0/+53
| |/ |/|
* | Clarify error messages for types that aren't simply comparable.Jeroen van Rijn2025-05-031-5/+16
* | Fix #5107Jeroen van Rijn2025-05-031-1/+1
* | Allow polymorphic #simd array as return typeJeroen van Rijn2025-05-021-1/+4
* | Merge pull request #5098 from laytan/fix-nan-comparisonsgingerBill2025-05-022-3/+3
|\ \
| * | fix variable NaN comparisonsLaytan Laats2025-04-302-3/+3
* | | Merge pull request #5102 from Lperlind/attribute-no-sanitize-addressgingerBill2025-05-015-2/+11
|\ \ \
| * | | Add attribute @(no_sanitize_address)Lucas Perlind2025-05-015-2/+11
| |/ /
* / / fixes assigning null as a type if it's an alias but the base type isn't resol...Laytan Laats2025-04-301-1/+4
|/ /
* | All N-valued (N>=2) expressions in `or_else` expressionsgingerBill2025-04-291-1/+13
* | Warn if someone imports the same case-folded path twiceJeroen van Rijn2025-04-271-0/+13
* | Add missing cast to global/static var alignments.Barinzaya2025-04-242-2/+2
* | Correctly align global and static variables.Barinzaya2025-04-242-0/+2
|/
* fix not resolving to alias in a recursive declarationLaytan2025-04-161-1/+5
* Change hashing rules for float-like types to make `0 == -0`gingerBill2025-04-163-1/+63
* More improvements doc writer name canonicalizationgingerBill2025-04-152-33/+74
* Improve name canonicalization rules for the doc writergingerBill2025-04-151-1/+19
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-151-1/+1
|\
| * Merge pull request #5038 from mtarik34b/noteq-comparison-for-nan-must-be-trueJeroen van Rijn2025-04-151-1/+1
| |\
| | * Remove reference to git issuemtarik34b2025-04-151-1/+1
| | * Ensure NaN != any_float_value evaluates to true for constant NaN valuesmtarik34b2025-04-151-1/+1
* | | Improve name canonization rules for doc writergingerBill2025-04-151-1/+5
|/ /
* / Fix SysV ABI buggingerBill2025-04-151-9/+82
|/
* Remove `bit_field` -> `bit_set` warning.Jeroen van Rijn2025-04-121-3/+2
* Allow intrinsics.type_elem_type(simd_vector) to return the element type.Jeroen van Rijn2025-04-111-0/+1
* Fix Darwin version reporting for older macOSFeoramund2025-04-101-1/+1
* Simplify condition, op = Token_Sub was trivially trueJeroen van Rijn2025-04-101-1/+1
* Fixes #5026Jeroen van Rijn2025-04-101-0/+3
* Support subtargets in build tags: `#build darwin:generic` and `#build linux:a...gingerBill2025-04-103-8/+115
* Fix `init_android_values` SDK check for `odin check`gingerBill2025-04-101-1/+1
* Merge pull request #5023 from justgook/masterJeroen van Rijn2025-04-091-1/+1
|\
| * add quotes for absolute pathRomāns Potašovs2025-04-091-1/+1
* | Actually maybe fix #5015gingerBill2025-04-091-0/+1
* | Fix #5015gingerBill2025-04-091-0/+10
|/
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-092-12/+28
|\
| * gb.h: fix buffer overflow when printing long strings. fix #4831IllusionMan12122025-04-091-9/+17
| * Merge pull request #5013 from IllusionMan1212/one-last-android-fix-maybegingerBill2025-04-081-3/+11
| |\
| | * android: always link liblogIllusionMan12122025-04-081-0/+1
| | * fix: use the clang binary that's provided by the android NDKIllusionMan12122025-04-071-3/+10
* | | Remove warning on struct field parameters being too big for the stackgingerBill2025-04-091-1/+1
|/ /
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-081-1/+3
|\ \
| * | Fix #5020Jeroen van Rijn2025-04-081-1/+3
* | | Propagate `@(link_section=<string>)` to nested declarationsgingerBill2025-04-087-63/+99
|/ /
* | Add trivial sanity check for assigning to return values within `defer` #5011gingerBill2025-04-071-0/+41
* | Fix `syscall_bsd` on NetBSD ARM64Feoramund2025-04-061-8/+31
|/
* Merge pull request #5003 from IllusionMan1212/more-android-fixesgingerBill2025-04-064-89/+92
|\