aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Update specific.odinMichael Kutowski2020-08-291-1/+1
* 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 branch 'master' into fix-core-path-name-extensionjockus2020-08-272-9/+8
|\ \
| * | Fix style in parse.odingingerBill2020-08-261-7/+4
| * | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2020-08-261-1/+1
| |\|
| * | Fix #712gingerBill2020-08-261-2/+4
* | | Fix path.name failing to remove extensionjockus2020-08-261-2/+2
| |/ |/|
* | Update ring.odinPlatin212020-08-221-1/+1
|/
* 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-161-146/+111
* Fix typogingerBill2020-08-121-1/+1
* Fix `multi_logger_proc` to check for `lowest_level`gingerBill2020-08-121-0/+3
* 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-024-8/+17
|\
| * 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
| * | | Implement os.current_thread_id() for Darwin (assumes OSX 10.6 / iOS 3.2 and l...Oskar Nordquist2020-07-221-2/+8
| |/ /
* / / Add `intrinsics.alloca`gingerBill2020-08-022-0/+90
|/ /
* | Add `sync.Wait_Group`gingerBill2020-07-152-5/+87
* | Add `-no-dynamic-literals` to disallow dynamic array and map literalsgingerBill2020-07-141-1/+1
* | Add thread.join_multiplegingerBill2020-07-142-0/+32
* | Improve `sync.Channel` behaviourgingerBill2020-07-141-18/+28
* | Remove fmt from sync/channel.odingingerBill2020-07-141-1/+0
* | Add sync.OncegingerBill2020-07-141-0/+30
* | Update sync.ChannelgingerBill2020-07-141-193/+288
* | Added "sep" parameter to logging procsjharler2020-07-131-12/+12
|/
* Fix double declarationgingerBill2020-07-101-1/+0
* Add path_unix.odingingerBill2020-07-101-0/+81
* Fix new `package path`gingerBill2020-07-105-432/+291
* Merge pull request #339 from dotbmp/mastergingerBill2020-07-105-0/+553
|\
| * Merge branch 'master' into masterBrendan Punsky2019-03-1810-162/+534
| |\
| * | Fix temp allocation on linuxBrendan Punsky2019-03-181-2/+2
| * | Fix null termination detection, win32 namespacingBrendan Punsky2019-03-181-13/+22
| * | Add linux supportBrendan Punsky2019-03-181-0/+80
| * | Fix typoBrendan Punsky2019-03-131-1/+1