aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add `runtime.map_exists_dynamic`gingerBill2022-11-081-1/+24
* Correct `reflect.map_entry_info_slice`gingerBill2022-11-082-28/+21
* Correct hashing for `map` typesgingerBill2022-11-082-89/+95
* General modificationsgingerBill2022-11-082-23/+28
* Correct `fmt` printing to be robustgingerBill2022-11-071-2/+2
* Basic fmt printing for `map`gingerBill2022-11-073-42/+23
* Basic get and set support for new `map`gingerBill2022-11-071-28/+62
* Begin work on implementing the new `map` internalsgingerBill2022-11-076-344/+722
* Implement `asin` in native OdingingerBill2022-11-041-2/+103
* Implement `acos` in native OdingingerBill2022-11-041-5/+106
* Add `core:text/edit`gingerBill2022-11-041-0/+413
* Fix atrig functionsgingerBill2022-11-041-3/+3
* Fix +build ignoregingerBill2022-11-042-2/+2
* Add doc.odingingerBill2022-11-031-0/+2
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-036-7/+5
|\
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-246-7/+5
* | Merge pull request #2141 from ChuuniMage/patch-2gingerBill2022-11-031-0/+18
|\ \
| * | Update fmt.odinChuuniMage2022-10-211-2/+2
| * | Add caprintf and ctprintf to fmtChuuniMage2022-10-211-0/+18
* | | Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-0343-1634/+2179
|\ \ \
| * \ \ Merge pull request #2165 from JopStro/mastergingerBill2022-11-032-3/+34
| |\ \ \
| | * | | wasi: Add FD_FILESTAT_GET to default file open rightsJopStro2022-11-011-1/+1
| | * | | rename default_dir to current_dirJopStro2022-10-311-2/+2
| | * | | create _yeild stub for wasi_wasm32 target to avoid compile errorJopStro2022-10-311-0/+2
| | * | | implement open for wasi_wasm32 targetJopStro2022-10-311-3/+32
| * | | | Rename `fnv32` and `fnv64` to `fnv32_no_a` and `fnv64_no_a`gingerBill2022-11-031-2/+4
| * | | | Fix os.read implementation on Windows.Jeroen van Rijn2022-11-021-2/+4
| |/ / /
| * | | terminate read if we read EOFColin Davidson2022-10-311-0/+3
| * | | Make `raw_data` an intrinsic rather a `@(builtin)` runtime proceduregingerBill2022-10-302-34/+2
| * | | 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-261-3/+3
| |\ \ \ \
| | * | | | Fix printf typo in documentationnowheredevel2022-10-251-3/+3
| | |/ / /
| * / / / Add `Arena_Kind.Buffer` to `core:mem/virtual`gingerBill2022-10-262-10/+45
| |/ / /
| * | | Add `core:math/rand.choice`Jeroen van Rijn2022-10-231-0/+9
| * | | 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
| * | | | Fix signature for `objc_allocateClassPair`Julian Ceipek2022-10-201-1/+1
| | |/ / | |/| |
| * | | Remove doubly linked list of `Platform_Memory_Block` fieldsgingerBill2022-10-192-37/+0
| * | | Revert `default_resize_bytes_align` logic to previous behaviourgingerBill2022-10-191-8/+7
| * | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-1810-378/+451
| |\| |
| | * | Update sort_private.odingingerBill2022-10-181-2/+3
| | * | Merge pull request #2124 from odin-lang/virtual-arena-unificationgingerBill2022-10-177-376/+323
| | |\ \
| | | * | Wrap `intrinsics.overflow_add` to `safe_add`gingerBill2022-10-153-48/+10
| | | * | Add `overflow_add` checks to `alloc_from_memory_block`gingerBill2022-10-131-3/+7
| | | * | Add overflow check when using a growing arenagingerBill2022-10-131-1/+2