aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | switch styling and opt.spaces maxMichael Kutowski2022-08-121-59/+44
| | * | | Merge branch 'master' into pretty-json-2gingerBill2022-08-1169-876/+1138
| | |\ \ \
| | * | | | add uint as hex optionMichael Kutowski2022-08-081-10/+21
| | * | | | ...bad pasteMichael Kutowski2022-08-051-8/+17
| | * | | | marshal output options with pretty option and other configMichael Kutowski2022-08-051-51/+214
* | | | | | Minor text alignmentgingerBill2022-08-151-3/+3
|/ / / / /
* | | | | Remove unused importgingerBill2022-08-141-1/+0
* | | | | Fix #1950gingerBill2022-08-141-6/+2
* | | | | Typo: "Get" -> "Set"matias2022-08-141-1/+1
* | | | | Add some wgl extensionsFabian Sperber2022-08-122-1/+148
* | | | | Add more windows bindingsFabian Sperber2022-08-122-1/+70
* | | | | Merge pull request #1928 from IanLilleyT/logger_extra_spacegingerBill2022-08-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | removed extra space from file_console_loggerIan Lilley2022-08-031-1/+1
* | | | | Fix to png example.odingingerBill2022-08-111-1/+1
* | | | | Eliminate use of LLVMGetElementType for pointersgingerBill2022-08-091-8/+23
* | | | | Add basic "lock" around `Log_Allocator` to minimize errors with allocation lo...gingerBill2022-08-081-43/+50
* | | | | Update `delete` to pass size in bytes to free when possiblegingerBill2022-08-083-10/+34
* | | | | Update fmt.odingingerBill2022-08-081-2/+2
* | | | | Add `#soa` pointer type to aid with refactoring to `#soa` data typesgingerBill2022-08-0811-1/+67
* | | | | Remove unnecessary pointergingerBill2022-08-081-1/+1
* | | | | Make `Growing_Arena` reserve memory first and then commit as neededgingerBill2022-08-082-1/+13
* | | | | Clean up naming conventionsgingerBill2022-08-081-6/+29
* | | | | Fix `i18n`gingerBill2022-08-082-7/+7
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-08-081-10/+17
|\ \ \ \ \
| * | | | | fixed math.log2blake2022-08-061-10/+17
* | | | | | Clean-up and unification for the allocation proceduresgingerBill2022-08-084-71/+38
* | | | | | Improve `resize` callgingerBill2022-08-084-76/+51
* | | | | | Add `log.Log_Allocator`gingerBill2022-08-082-6/+81
|/ / / / /
* | | | | fix some typoscui fliter2022-08-058-12/+12
* | | | | Change `unreachable` with `panic`gingerBill2022-08-051-3/+3
* | | | | Make `unreachable()` a built-in compiler-level proceduregingerBill2022-08-051-14/+0
* | | | | Merge pull request #1925 from neNasko1/fix-incorrect-behaviour-of-string-orde...gingerBill2022-08-032-2/+12
|\ \ \ \ \
| * | | | | Fix sort.compare_strings for prefixesAtanas Dimitrov2022-08-031-1/+6
| * | | | | Fix string orderings to account for prefix-equal stringsAtanas Dimitrov2022-08-031-1/+6
| |/ / / /
* / / / / fixed memory leak from calling get_envIan Lilley2022-08-031-10/+10
|/ / / /
* | | | Merge pull request #1921 from Hyp-X/masterdev-2022-08gingerBill2022-08-021-0/+1
|\ \ \ \
| * | | | Update user32.odinHyp-X2022-08-011-0/+1
* | | | | Simplify logic of `append` of zero sized elementsgingerBill2022-08-021-25/+31
* | | | | Remove dead `#maybe` codegingerBill2022-08-011-12/+1
* | | | | Correct parser logic for `is_token_field_prefix`gingerBill2022-08-011-5/+6
|/ / / /
* | | | Simplify field prefix handlinggingerBill2022-08-012-64/+25
* | | | Simplify ast parsing for prefixesgingerBill2022-08-012-28/+65
* | | | Added virtual memory headers for Darwin.Christoffer Lerno2022-07-291-0/+148
* | | | Fix bug unmarshalling JSON with assertions disabledWilliam Roe2022-07-281-2/+2
* | | | Minor clean up of wasi_api.odingingerBill2022-07-251-259/+171
* | | | Change open to be read only when opening directoryDaniel Gavin2022-07-251-1/+1
| |/ / |/| |
* | | Replace `insert_at` with `inject_at` and `assign_at`gingerBill2022-07-241-4/+48
* | | fix `linalg.angle_from_quaternion`Luxko2022-07-231-3/+3
* | | fix parameter for atan2 in procedure asinYeongju Kang2022-07-221-1/+1
* | | [path/slashpath] Change join() to take a slice instead of varargsTetralux2022-07-211-1/+1