index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Align committed to a page size
gingerBill
2023-08-15
1
-0
/
+5
*
|
`alloc_from_memory_block` to commit amounts equal to multiples of the `DEFAUL...
gingerBill
2023-08-15
1
-5
/
+8
*
|
Require parentheses for `#align(N)`
gingerBill
2023-08-15
14
-46
/
+47
*
|
Merge pull request #2719 from laytan/add-waitgroup-to-wait-proc-group
gingerBill
2023-08-15
1
-0
/
+2
|
\
\
|
*
|
add wait group to wait proc group
Laytan Laats
2023-08-11
1
-0
/
+2
|
|
/
*
|
Merge pull request #2747 from Pix-xiP/loc-into-strings
gingerBill
2023-08-15
3
-37
/
+37
|
\
\
|
*
|
Strings makes added caller function
Pix
2023-08-15
1
-23
/
+23
|
*
|
Intern add location to init.
Pix
2023-08-15
1
-2
/
+2
|
*
|
Builder makes added caller location
Pix
2023-08-15
1
-12
/
+12
|
|
/
*
|
Use `or_return` on `resize`/`reserve`
gingerBill
2023-08-15
1
-13
/
+5
*
|
Fix `_random_u64`
gingerBill
2023-08-15
1
-3
/
+4
*
|
Change algorithm to work on 64-bit integers rather than 32-bit integers inter...
gingerBill
2023-08-15
4
-131
/
+28
*
|
Fix range comment from `(0, n]` to `[0, n)`
gingerBill
2023-08-15
1
-8
/
+8
|
/
*
Adhere to `-vet-style`
gingerBill
2023-08-08
2
-4
/
+4
*
Fix typo
gingerBill
2023-08-08
1
-1
/
+1
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
*
Make `for init; ; {}` an error without an explicit cond or post
gingerBill
2023-08-08
1
-3
/
+3
*
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
4
-7
/
+7
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
5
-9
/
+9
*
Fix docs typo
gingerBill
2023-08-07
1
-1
/
+1
*
Merge pull request #2649 from hchac/allow-newline-field-list-separator
gingerBill
2023-08-07
1
-2
/
+4
|
\
|
*
Match CPP parser behavior in allowing newlines before a closing brace.
hchac
2023-07-11
1
-2
/
+4
*
|
Merge pull request #2661 from Beefster09/fixed-f64-conversion
gingerBill
2023-08-07
1
-5
/
+7
|
\
\
|
*
|
Update fixed.odin
Justin Snyder
2023-07-15
1
-5
/
+7
*
|
|
Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipses
gingerBill
2023-08-05
1
-2
/
+8
|
\
\
\
|
*
|
|
core:odin/parser allow args after varargs in parse_call_expr
Walther Chen
2023-08-03
1
-2
/
+8
*
|
|
|
Merge pull request #2652 from ftphikari/master
gingerBill
2023-08-05
2
-0
/
+9
|
\
\
\
\
|
*
\
\
\
Merge branch 'odin-lang:master' into master
ftphikari
2023-07-25
99
-1354
/
+2882
|
|
\
\
\
\
|
*
|
|
|
|
[core:sys/windows] Added a couple of procedures
hikari
2023-07-17
1
-0
/
+3
|
*
|
|
|
|
[core:sys/windows] Added missing `MONITORINFOEXW` type
ftphikari
2023-07-14
1
-0
/
+6
*
|
|
|
|
|
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
7
-125
/
+102
*
|
|
|
|
|
Remove the use of `import` within `when`
gingerBill
2023-08-04
1
-2
/
+5
*
|
|
|
|
|
Merge branch 'master' into tilde
gingerBill
2023-08-03
22
-463
/
+497
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Keep -vet happy
gingerBill
2023-07-31
1
-12
/
+12
|
*
|
|
|
|
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
10
-136
/
+140
|
*
|
|
|
|
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
7
-176
/
+163
|
*
|
|
|
|
Fix #2684
Jeroen van Rijn
2023-07-28
6
-57
/
+80
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
coalesce tombstones in map insert
jason
2023-07-21
1
-98
/
+118
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
2
-10
/
+15
*
|
|
|
Update Tilde
gingerBill
2023-07-24
4
-19
/
+28
|
/
/
/
*
|
/
Fix small doc mistakes in arena.odin
Eric Johnson
2023-07-11
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge pull request #2640 from z64/z64/mutex
Jeroen van Rijn
2023-07-11
1
-3
/
+14
|
\
\
|
*
|
Fixup link format
Zac Nowicki
2023-07-11
1
-1
/
+1
|
*
|
Improve Mutex struct documentation
Zac Nowicki
2023-07-09
1
-3
/
+14
*
|
|
Fix attribute
ryuukk
2023-07-11
1
-2
/
+2
*
|
|
Deprecate htons, htonl, ntohl, ntohs
ryuukk
2023-07-11
1
-0
/
+2
*
|
|
Merge pull request #2642 from ryuukk/patch-4
Jeroen van Rijn
2023-07-10
1
-0
/
+8
|
\
\
\
|
*
|
|
Fix doc links
ryuukk
2023-07-10
1
-4
/
+4
|
*
|
|
Add definitions for network byte order conversion procs
ryuukk
2023-07-10
1
-0
/
+8
|
|
/
/
*
/
/
Add CopyFileW
ryuukk
2023-07-10
1
-0
/
+5
|
/
/
[prev]
[next]