aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* darwin: actually honor no-crt by not linking with `-lSystem -lm`Laytan Laats2024-01-021-3/+6
* Fixed Typo / Added check for 1Platin212024-01-022-2/+2
* Adds missing spacePlatin212024-01-021-1/+1
* Fixed git issue..Platin212024-01-021-0/+2
* Adds new flag for linker to know if it should link the system library or notPlatin212024-01-023-1/+25
* Removes macOS min version and supports default latestPlatin212024-01-021-4/+0
* Merge pull request #3036 from laytan/error-when-c-vararg-is-not-on-last-paramgingerBill2024-01-021-17/+17
|\
| * error when #c_vararg is not applied to the last parameterLaytan Laats2023-12-201-17/+17
* | Merge pull request #3048 from ThomasL81/mastergingerBill2024-01-021-1/+1
|\ \
| * | Fixing a pdb linker error when the path contains spacesThomas Louis2023-12-271-1/+1
* | | Fix #3056korvahkh2023-12-291-1/+1
* | | Merge pull request #3051 from laytan/fix-double-execution-of-testsJeroen van Rijn2023-12-271-3/+3
|\ \ \
| * | | fix double execution of testsLaytan Laats2023-12-271-3/+3
| |/ /
* / / fix load directive with absolute pathsLaytan Laats2023-12-271-6/+9
|/ /
* / fix wrong string type assertLaytan Laats2023-12-201-1/+1
|/
* Check test procedures after all minimum dependency set calls are donegingerBill2023-12-181-5/+8
* Fix: Bill was a numptygingerBill2023-12-151-15/+19
* Remove neighbouring duplicates from neighbouring sorted array of entities; fi...gingerBill2023-12-151-20/+15
* Reduce repetition on initializing global type info member arraysgingerBill2023-12-131-52/+10
* Add `-obfuscate-source-code-locations`gingerBill2023-12-135-7/+68
* Minor fix to call expr in tilde with variadic parametersgingerBill2023-12-133-7/+2
* Update TildegingerBill2023-12-1310-164/+270
* Remove duplicates from `init`/`fini` procedure listgingerBill2023-12-121-0/+26
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-12-123-146/+154
|\
| * Silence writable string warnings when compiling Odin on Linux.Jeroen van Rijn2023-12-032-11/+11
| * Fix oversights, apply minor improvementsTarık B2023-11-251-15/+16
| * Apply consistent usage of third-person singularTarık B2023-11-251-43/+43
| * Standardize to consistent 3-space indentation for inline commentsTarık B2023-11-251-24/+24
| * Remove redundant exampleTarık B2023-11-251-1/+0
| * Fix newly introduced capitalization and punctuation errorTarık B2023-11-251-1/+1
| * Increase indentation for -vet extra check listingTarık B2023-11-251-3/+3
| * Unify showing of available optionsTarık B2023-11-251-15/+21
| * Capitalize first word of sentencesTarık B2023-11-251-10/+10
| * Add period at the end of sentences.Tarık B2023-11-251-104/+104
| * Fix typoTarık B2023-11-251-1/+1
| * Fix indentationTarık B2023-11-251-3/+3
| * Merge pull request #2946 from laytan/fix-test-name-flagJeroen van Rijn2023-11-241-3/+5
| |\
| | * fix -test-name flagLaytan Laats2023-11-111-3/+5
* | | Fix race condition caused by lack of checking specialized parapoly procedures...gingerBill2023-12-121-117/+147
|/ /
* | Improve returning a struct directly for certain ABIs; reuse the temp callee r...gingerBill2023-11-242-3/+21
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-11-241-3/+0
|\ \
| * | Remove code that skipped checking blank paramsjakubtomsu2023-11-231-3/+0
* | | mem zero rather than store to a union where the variant is of size zerogingerBill2023-11-243-3/+14
|/ /
* | Add missing type information for soa structsgingerBill2023-11-234-1/+19
* | Fix `&x[i]` of `^#soa` typesgingerBill2023-11-231-2/+2
* | Merge pull request #2894 from jakubtomsu/union-tag-intrinsicsgingerBill2023-11-222-1/+209
|\ \
| * \ Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-271-3/+3
| |\ \
| * | | Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...jakubtomsu2023-10-272-29/+64
| * | | Rename type_union_tag to type_union_tag_typejakubtomsu2023-10-252-3/+3
| * | | Fix indentationjakubtomsu2023-10-251-2/+2