aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | Correct `map_insert_hash_dynamic` and `map_insert_dynamic`gingerBill2022-11-081-88/+5
| * | Fix bug with allocator not getting set on a `map`gingerBill2022-11-083-51/+31
| * | Make `map_free_dynamic` take the total size of the allocationgingerBill2022-11-083-25/+31
| * | Minor change to `map_cell_index_static`gingerBill2022-11-081-9/+9
| * | Fix json marshal for mapsgingerBill2022-11-081-2/+2
| * | Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...gingerBill2022-11-081-9/+95
| * | Change `__dynamic_map_get` signaturegingerBill2022-11-081-85/+88
| * | Change `Raw_Map.len` to `int` from `uintptr`gingerBill2022-11-082-3/+3
| * | Add `intrinsics.map_cell_info` and `intrinsics.map_info`gingerBill2022-11-082-15/+11
| * | Make `Map_Info` store pointers to cell info rather than inlinegingerBill2022-11-083-59/+37
| * | Correct reflection usage of mapsgingerBill2022-11-084-82/+36
| * | 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
* | | Handle freeing nil in scratch allocatorMichael Freundorfer2022-11-141-0/+3
* | | Merge pull request #2193 from ftphikari/masterJeroen van Rijn2022-11-142-0/+53
|\ \ \
| * | | sys/windows: add ShellExecuteExWhikari2022-11-142-0/+53
* | | | Don't write leading + unless +Inf or we ask for it.Jeroen van Rijn2022-11-141-4/+18
* | | | Add `write_(f16|f32|f64)` callsgingerBill2022-11-141-0/+23
* | | | add floats to string builderColin Davidson2022-11-141-0/+7
| |_|/ |/| |
* | | Add `contextless` where appropriategingerBill2022-11-111-17/+17
| |/ |/|
* | 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