aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Align committed to a page sizegingerBill2023-08-151-0/+5
* | `alloc_from_memory_block` to commit amounts equal to multiples of the `DEFAUL...gingerBill2023-08-151-5/+8
* | Require parentheses for `#align(N)`gingerBill2023-08-1514-46/+47
* | Merge pull request #2719 from laytan/add-waitgroup-to-wait-proc-groupgingerBill2023-08-151-0/+2
|\ \
| * | add wait group to wait proc groupLaytan Laats2023-08-111-0/+2
| |/
* | Merge pull request #2747 from Pix-xiP/loc-into-stringsgingerBill2023-08-153-37/+37
|\ \
| * | Strings makes added caller functionPix2023-08-151-23/+23
| * | Intern add location to init.Pix2023-08-151-2/+2
| * | Builder makes added caller locationPix2023-08-151-12/+12
| |/
* | Use `or_return` on `resize`/`reserve`gingerBill2023-08-151-13/+5
* | Fix `_random_u64`gingerBill2023-08-151-3/+4
* | Change algorithm to work on 64-bit integers rather than 32-bit integers inter...gingerBill2023-08-154-131/+28
* | Fix range comment from `(0, n]` to `[0, n)`gingerBill2023-08-151-8/+8
|/
* Adhere to `-vet-style`gingerBill2023-08-082-4/+4
* Fix typogingerBill2023-08-081-1/+1
* Add `ODIN_PLATFORM_SUBTARGET`gingerBill2023-08-081-0/+10
* Make `for init; ; {}` an error without an explicit cond or postgingerBill2023-08-081-3/+3
* Remove `switch in` in favour of `switch _ in`gingerBill2023-08-084-7/+7
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-085-9/+9
* Fix docs typogingerBill2023-08-071-1/+1
* Merge pull request #2649 from hchac/allow-newline-field-list-separatorgingerBill2023-08-071-2/+4
|\
| * Match CPP parser behavior in allowing newlines before a closing brace.hchac2023-07-111-2/+4
* | Merge pull request #2661 from Beefster09/fixed-f64-conversiongingerBill2023-08-071-5/+7
|\ \
| * | Update fixed.odinJustin Snyder2023-07-151-5/+7
* | | Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipsesgingerBill2023-08-051-2/+8
|\ \ \
| * | | core:odin/parser allow args after varargs in parse_call_exprWalther Chen2023-08-031-2/+8
* | | | Merge pull request #2652 from ftphikari/mastergingerBill2023-08-052-0/+9
|\ \ \ \
| * \ \ \ Merge branch 'odin-lang:master' into masterftphikari2023-07-2599-1354/+2882
| |\ \ \ \
| * | | | | [core:sys/windows] Added a couple of procedureshikari2023-07-171-0/+3
| * | | | | [core:sys/windows] Added missing `MONITORINFOEXW` typeftphikari2023-07-141-0/+6
* | | | | | Remove #relative slices; Replace with #relative multi-pointersgingerBill2023-08-057-125/+102
* | | | | | Remove the use of `import` within `when`gingerBill2023-08-041-2/+5
* | | | | | Merge branch 'master' into tildegingerBill2023-08-0322-463/+497
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Keep -vet happygingerBill2023-07-311-12/+12
| * | | | | Clean up usage of `using` throughout core and vendorgingerBill2023-07-3110-136/+140
| * | | | | Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...gingerBill2023-07-317-176/+163
| * | | | | Fix #2684Jeroen van Rijn2023-07-286-57/+80
| | |/ / / | |/| | |
| * | | | coalesce tombstones in map insertjason2023-07-211-98/+118
| | |/ / | |/| |
* | | | Update Tilde for the new TB_Passes approachgingerBill2023-07-282-10/+15
* | | | Update TildegingerBill2023-07-244-19/+28
|/ / /
* | / Fix small doc mistakes in arena.odinEric Johnson2023-07-111-4/+4
| |/ |/|
* | Merge pull request #2640 from z64/z64/mutexJeroen van Rijn2023-07-111-3/+14
|\ \
| * | Fixup link formatZac Nowicki2023-07-111-1/+1
| * | Improve Mutex struct documentationZac Nowicki2023-07-091-3/+14
* | | Fix attributeryuukk2023-07-111-2/+2
* | | Deprecate htons, htonl, ntohl, ntohsryuukk2023-07-111-0/+2
* | | Merge pull request #2642 from ryuukk/patch-4Jeroen van Rijn2023-07-101-0/+8
|\ \ \
| * | | Fix doc linksryuukk2023-07-101-4/+4
| * | | Add definitions for network byte order conversion procsryuukk2023-07-101-0/+8
| |/ /
* / / Add CopyFileWryuukk2023-07-101-0/+5
|/ /