aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into devcodename-irvin2024-01-161-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #3084 from stan680/semaphore-fixgingerBill2024-01-161-1/+1
| |\ \ \ \
| | * | | | fix loop condition on compare_exhange_strong result in semaphore_wait - it wa...Stan Irvin-Wilmot2024-01-101-1/+1
* | | | | | Use default calling convention for arm target for now - not 100% sure this is...codename-irvin2024-01-161-3/+2
* | | | | | Add freestanding aarch64 targetcodename-irvin2024-01-152-2/+10
|/ / / / /
* | | / / darwin: add library paths for default Homebrew and MacPorts locationsLaytan Laats2024-01-131-0/+11
| |_|/ / |/| | |
* | | | Fixed version matchingPlatin212024-01-101-59/+66
* | | | Added macOS versions for a lot of revisionsPlatin212024-01-101-0/+47
|/ / /
* | | Update instrumentation signature to support `runtime.Source_Code_Location` as...gingerBill2024-01-093-7/+20
* | | Implement instrumentation passgingerBill2024-01-077-11/+123
* | | Add frontend stuff instrumentation toolinggingerBill2024-01-076-12/+140
* | | src: `enable_target_feature` should add features, not overwriteYawning Angel2024-01-072-2/+43
* | | Fix the type inference in `builtin.quaternion`gingerBill2024-01-051-7/+14
* | | Fix `builtin.quaternion` generationgingerBill2024-01-052-73/+55
* | | Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-052-28/+154
* | | Clean up error block usagegingerBill2024-01-057-43/+50
* | | Add `@(entry_point_only)` for proceduresgingerBill2024-01-055-0/+14
| |/ |/|
* | 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