aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2169 from odin-lang/location-byvaldev-2022-11gingerBill2022-11-014-9/+16
|\
| * Ad-hoc pass source code location directly by pointer without stack copygingerBill2022-10-314-9/+16
* | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2022-11-011-1/+5
|\ \
| * \ Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-11-012-17/+23
| |\ \
| * | | Add extra check in `add_entity_and_decl_info` #2161gingerBill2022-11-011-1/+5
* | | | Temporarily disable certain tests.Jeroen van Rijn2022-11-011-13/+0
| |/ / |/| |
* | | Merge pull request #2168 from Kelimion/target_versionJeroen van Rijn2022-11-012-17/+23
|\ \ \ | |/ / |/| |
| * | Add -minimum-os-version flagJeroen van Rijn2022-11-012-17/+23
* | | Fix #2160 (deep subtyping through `using` of `_`)gingerBill2022-11-012-24/+61
* | | Add safety check for #2161gingerBill2022-11-011-1/+8
|/ /
* | Fix #2167 `context.assertion_failure_proc = nil` (context field assignments)gingerBill2022-11-011-8/+19
* | Add missing newline.Jeroen van Rijn2022-11-011-1/+1
* | Merge pull request #2166 from Kelimion/clarify-define-helpJeroen van Rijn2022-11-011-2/+2
|\ \
| * | Clarify -define help.Jeroen van Rijn2022-11-011-2/+2
|/ /
* | Merge pull request #2164 from colrdavidson/fix-osx-readJeroen van Rijn2022-10-311-0/+3
|\ \ | |/ |/|
| * terminate read if we read EOFColin Davidson2022-10-311-0/+3
|/
* Optimize `#caller_location` and `#location` to use read only data section whe...gingerBill2022-10-314-6/+23
* Use direct parameter value in `lb_find_ident` when possiblegingerBill2022-10-303-0/+14
* Improve SysV ABI LLVM IR generation for development purposesgingerBill2022-10-301-1/+26
* Make `raw_data` an intrinsic rather a `@(builtin)` runtime proceduregingerBill2022-10-305-34/+90
* Merge pull request #2159 from jceipek/fix-stb-darwin-lib-refsJeroen van Rijn2022-10-303-3/+3
|\
| * Fix STB lib import references on `ODIN_OS == .Darwin`Julian Ceipek2022-10-293-3/+3
|/
* Merge pull request #2156 from Kelimion/remove_optJeroen van Rijn2022-10-281-36/+16
|\
| * Remove formerly deprecated `-opt` flag.Jeroen van Rijn2022-10-281-36/+16
|/
* Merge pull request #2154 from Kelimion/llvm-15-checkJeroen van Rijn2022-10-272-0/+15
|\
| * Add LLVM > 14 check to main.cpp for Darwin.Jeroen van Rijn2022-10-271-0/+3
| * Panic if LLVM > 14.Jeroen van Rijn2022-10-271-0/+12
|/
* Merge pull request #2153 from oskarnp/fix-fmt-string-widthJeroen van Rijn2022-10-261-1/+1
|\
| * Fix behavior of fmt_string() to not truncate strings to widthOskar Nordquist2022-10-261-1/+1
* | Change name to `windows_set_file_info_times`gingerBill2022-10-262-6/+5
* | Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-266-49/+77
* | Fix typogingerBill2022-10-261-1/+1
* | Add `GetSystemTimePreciseAsFileTime`gingerBill2022-10-261-0/+1
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-262-3/+11
|\ \
| * \ Merge pull request #2151 from nowheredevel/masterJeroen van Rijn2022-10-261-3/+3
| |\ \ | | |/ | |/|
| | * Fix printf typo in documentationnowheredevel2022-10-251-3/+3
| |/
| * Merge pull request #2149 from Kelimion/whichJeroen van Rijn2022-10-251-0/+8
| |\
| | * Detect `which` and complain if not found.Jeroen van Rijn2022-10-251-0/+8
| |/
* / Add `Arena_Kind.Buffer` to `core:mem/virtual`gingerBill2022-10-262-10/+45
|/
* Update many `enum`s to `bit_set`s for D3D11gingerBill2022-10-231-141/+183
* Fix `#defined(I)`.Jeroen van Rijn2022-10-231-2/+2
* Add `core:math/rand.choice`Jeroen van Rijn2022-10-231-0/+9
* Merge pull request #2145 from jaspergeer/fix-scalar-cast-to-non-square-matrixJeroen van Rijn2022-10-211-5/+6
|\
| * throw type checker error when scalar cast to non-square matrixJasper Geer2022-10-211-5/+6
|/
* Merge pull request #2144 from Kelimion/glfwJeroen van Rijn2022-10-212-0/+4
|\
| * Add RawMouseMotionSupportedJeroen van Rijn2022-10-212-0/+4
|/
* Merge pull request #2134 from jrfondren/errno-linkfixgingerBill2022-10-211-2/+15
|\
| * fix core:c/libc.errno link_name for Linux and FreeBSDJulian Fondren2022-10-171-2/+15
* | Merge pull request #2142 from jceipek/fix-objc_allocateClassPairgingerBill2022-10-212-2/+3
|\ \
| * | Fix indentationJulian Ceipek2022-10-201-1/+1