aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #725 from Skytrias/masterv0.13.0Mikkel Hjortshøj2020-08-291-1/+1
|\
| * Update specific.odinMichael Kutowski2020-08-291-1/+1
| * Merge pull request #1 from odin-lang/masterMichael Kutowski2020-08-290-0/+0
| |\ | |/ |/|
* | Merge pull request #724 from Skytrias/masterMikkel Hjortshøj2020-08-291-1/+3
|\|
| * fix hsl math.mod to usual hsl conversionMichael Kutowski2020-08-291-1/+3
|/
* Merge pull request #721 from Tetralux/fix-getcwd-allocatorgingerBill2020-08-271-2/+2
|\
| * Fix os.get_current_directory() allocatorTetralux2020-08-261-2/+2
* | Merge pull request #722 from jockus/fix-core-path-name-extensiongingerBill2020-08-271-2/+2
|\ \
| * \ Merge branch 'master' into fix-core-path-name-extensionjockus2020-08-278-12/+88
| |\ \
| * | | Fix path.name failing to remove extensionjockus2020-08-261-2/+2
| | |/ | |/|
* | | Fix `defer` on explicit `return` of a procedure with no return values for llv...gingerBill2020-08-271-0/+7
| |/ |/|
* | Fix #714gingerBill2020-08-272-1/+4
* | Fix #642gingerBill2020-08-262-1/+59
* | Fix style in parse.odingingerBill2020-08-261-7/+4
* | Revert accidental removal of `#const` for procedure variable parameters #718gingerBill2020-08-263-1/+17
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2020-08-268-44/+35
|\|
| * Merge pull request #715 from Platin21/patch-1gingerBill2020-08-231-1/+1
| |\
| | * Update ring.odinPlatin212020-08-221-1/+1
| * | Merge branch 'master' of github.com:odin-lang/OdinMikkel Hjortshoej2020-08-231-0/+24
| |\|
| * | Add git sha to `odin version` commandMikkel Hjortshoej2020-08-237-43/+34
* | | Fix #712gingerBill2020-08-261-2/+4
| |/ |/|
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2020-08-181-1/+9
|\|
| * Fix #711Mikkel Hjortshoej2020-08-181-1/+9
* | Update unicode/letter.odingingerBill2020-08-181-0/+24
|/
* Add `mem.Allocator_Query_Info` and `mem.query_info`gingerBill2020-08-165-14/+86
* Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...gingerBill2020-08-165-1/+92
* Add `mem.Tracking_Allocator`gingerBill2020-08-162-1/+69
* Add more sort.compare_* proceduresgingerBill2020-08-161-0/+75
* Make sync.atomic_* operations use `when` statements instead of `switch`; Make...gingerBill2020-08-162-147/+116
* Fix typogingerBill2020-08-121-1/+1
* Fix `multi_logger_proc` to check for `lowest_level`gingerBill2020-08-121-0/+3
* Fix #674gingerBill2020-08-061-4/+7
* Fix named results but in ir.cppgingerBill2020-08-051-1/+1
* Ensure `add_type_info_type` and `add_min_dep_type_info` are consistentgingerBill2020-08-051-20/+31
* Fix #705gingerBill2020-08-051-4/+10
* Fix #702gingerBill2020-08-051-0/+10
* Fix #708gingerBill2020-08-052-2/+26
* Fix `gb_alloc_str_len`gingerBill2020-08-051-1/+2
* Fix typos in math.odingingerBill2020-08-041-4/+4
* Fix typogingerBill2020-08-041-2/+2
* Remove unused entitiesgingerBill2020-08-021-5/+1
* Add sys/windows/synchronization.odingingerBill2020-08-022-5/+11
* Add sync/channel_*.odin filesgingerBill2020-08-022-0/+53
* Update package syncgingerBill2020-08-025-147/+606
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2020-08-025-9/+18
|\
| * Update LICENSEgingerBill2020-08-011-1/+1
| * Merge pull request #693 from powerc9000/patch-2gingerBill2020-07-221-5/+1
| |\
| | * Fix pthread_t on Macos.Clay Murray2020-07-111-5/+1
| * | Merge pull request #704 from oskarnp/log_thread_idgingerBill2020-07-222-1/+8
| |\ \
| | * | Add .Thread_Id option to log packageOskar Nordquist2020-07-222-1/+8