aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix #2561 - ARM64 ABI bug for homogenous structs with more than 4 elementsgingerBill2023-05-291-1/+5
| * | | | | | Merge pull request #2535 from jasonKercher/fix2515gingerBill2023-05-292-6/+23
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | implement random map seedjason2023-05-162-6/+23
| * | | | | | Fix #2560gingerBill2023-05-291-2/+12
| * | | | | | Add debug messages to docs_writer.cppgingerBill2023-05-221-0/+15
| * | | | | | Disable stable_type_cache for the time beinggingerBill2023-05-221-4/+4
| * | | | | | Improve doc_writer.cpp performancegingerBill2023-05-221-0/+11
| * | | | | | Correct entity flag generationgingerBill2023-05-221-7/+6
| * | | | | | Inline `are_types_identical_unique_tuples` to improve `odin_doc_type` perform...gingerBill2023-05-221-5/+36
| * | | | | | Minor change to handling of propagation of errors with `---` as a valuegingerBill2023-05-2215-82/+69
| * | | | | | Fix `---` on variable declarationsgingerBill2023-05-221-1/+4
| * | | | | | Restrict `---` to variable declarations onlygingerBill2023-05-223-8/+27
| | |_|_|_|/ | |/| | | |
| * | | | | Enforce an `icmp` when casting to `i1` to correct behaviour for booleans whic...gingerBill2023-05-201-45/+32
| * | | | | Merge pull request #2479 from Naught00/masterJeroen van Rijn2023-05-192-3/+84
| |\ \ \ \ \
| | * | | | | Fix accidental check inMark Naughton2023-05-191-8/+0
| | * | | | | Fix windows write_directory()Mark Naughton2023-05-191-1/+1
| | * | | | | Add write permissions check on output folderMark Naughton2023-05-192-1/+54
| | * | | | | Fix single-file package caseMark Naughton2023-05-182-1/+8
| | * | | | | Simplify extension addition logicMark Naughton2023-04-261-9/+2
| | * | | | | Use buildpath instead of init_filenameMark Naughton2023-04-261-1/+1
| | * | | | | Fix .bin not being applied for relative directoryMark Naughton2023-04-261-1/+2
| | * | | | | Fix Windows version of get_current_directoryMark Naughton2023-04-251-3/+3
| | * | | | | Add Windows equivalent of get_current_directoryMark Naughton2023-04-241-0/+15
| | * | | | | Add .bin extension in extra caseMark Naughton2023-04-241-3/+9
| | * | | | | Add get_current_directory()Mark Naughton2023-04-241-0/+12
| | * | | | | Use last element for directory collision checkMark Naughton2023-04-231-1/+1
| | * | | | | Add .bin extension the case of a collisionMark Naughton2023-04-231-0/+4
| | * | | | | Change default executable extensionMark Naughton2023-04-231-4/+2
| * | | | | | Make `intrinsics.type_merge` form a union of the types; ignoring duplicatesgingerBill2023-05-191-4/+18
| * | | | | | Add `intrinsics.type_merge`gingerBill2023-05-194-1/+81
| * | | | | | Fix #2526gingerBill2023-05-182-4/+14
| * | | | | | Fix #2536gingerBill2023-05-181-1/+11
| * | | | | | Fix #2544gingerBill2023-05-181-0/+1
* | | | | | | Remove unused variablegingerBill2023-05-181-2/+0
* | | | | | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-05-185-11/+27
|\| | | | | |
| * | | | | | Merge pull request #2514 from ryuukk/patch-2gingerBill2023-05-181-1/+1
| |\ \ \ \ \ \
| | * | | | | | Missing castryuukk2023-05-061-1/+1
| * | | | | | | Merge pull request #2523 from jcmoyer/fix-2056gingerBill2023-05-181-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Zero non-diagonal elements when converting to matrixJ.C. Moyer2023-05-091-4/+6
| | |/ / / / / /
| * | | | | | | Allow implicit conversion between boolean types within `or_return`gingerBill2023-05-181-2/+5
| * | | | | | | Add extra mutex for error block stuffgingerBill2023-05-161-3/+14
| | |_|/ / / / | |/| | | | |
| * | | | | | Revert "Change `intrinsics.read_cycle_counter` on ARM64"gingerBill2023-05-121-1/+1
| * | | | | | Change `intrinsics.read_cycle_counter` on ARM64gingerBill2023-05-121-1/+1
| * | | | | | Patch "no_copy" typo in parser.cppmatias2023-05-101-1/+1
| |/ / / / /
* | | | | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-05-0310-28/+147
|\| | | | |
| * | | | | When using `-debug`, default to `-o:none` unless explicitly specifiedgingerBill2023-05-022-3/+11
| | |/ / / | |/| | |
| * | | | Fix #2481gingerBill2023-04-271-1/+1
| * | | | Fix #2487gingerBill2023-04-271-0/+3
| * | | | Make `!x` be an untyped booleangingerBill2023-04-271-0/+2
| * | | | Add extra nullptr checkgingerBill2023-04-271-1/+1