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/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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Merge pull request #2721 from Kartoffelsaft/dynamic-pool-alloc
gingerBill
2023-08-16
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
fix whitespace
Benjamin Findley
2023-08-15
1
-1
/
+1
|
|
*
|
|
prevent potential segfaults when using large allocations from dynamic pool
Benjamin Findley
2023-08-11
1
-0
/
+1
*
|
|
|
|
Update Tilde
gingerBill
2023-08-21
4
-11
/
+10
*
|
|
|
|
Update Tilde
gingerBill
2023-08-19
9
-52
/
+83
|
/
/
/
/
*
|
|
|
Fix comparison of two `nil` unions against each other
gingerBill
2023-08-16
1
-2
/
+17
*
|
|
|
Disable HAS_VALGRIND logic for `BlockingMutex` (fixes #2703)
gingerBill
2023-08-16
1
-6
/
+6
*
|
|
|
Remove unused code in gb.h; Minimize use of `heap_allocator()` in parser
gingerBill
2023-08-16
2
-937
/
+51
*
|
|
|
Update to llvm@13 for Mac
gingerBill
2023-08-15
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Update demo.odin to #align(N) style
gingerBill
2023-08-15
1
-1
/
+1
*
|
|
Scale by 3/2 rather than 5/4
gingerBill
2023-08-15
1
-1
/
+1
*
|
|
Improve heuristic for committing memory with `virtual.alloc_from_memory_block`
gingerBill
2023-08-15
1
-5
/
+12
*
|
|
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
17
-48
/
+63
|
|
/
|
/
|
*
|
Merge pull request #2716 from laytan/add-libraygui-macos-arm64
gingerBill
2023-08-15
1
-0
/
+0
|
\
\
|
*
|
add libraygui.a for macos-arm64
Laytan Laats
2023-08-09
1
-0
/
+0
*
|
|
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 to LLVM@13 for ci.yml on Mac
gingerBill
2023-08-15
1
-2
/
+2
*
|
|
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
|
/
/
*
/
Correct `lb_run_function_pass_manager` behaviour
gingerBill
2023-08-10
1
-1
/
+13
|
/
*
Merge pull request #2710 from guifes/raygui
gingerBill
2023-08-08
4
-0
/
+559
|
\
|
*
Tabs for identation and spaces for aligment
Guilherme Fernandes
2023-08-08
1
-423
/
+422
|
*
Removing contextual comment
Guilherme Fernandes
2023-08-07
1
-2
/
+0
|
*
Adjusting identation
Guilherme Fernandes
2023-08-07
1
-53
/
+53
|
*
Removing unecessary line
Guilherme Fernandes
2023-08-07
1
-1
/
+0
|
*
Fixing return value missing
Guilherme Fernandes
2023-08-07
1
-1
/
+1
|
*
Improving style
Guilherme Fernandes
2023-08-07
1
-2
/
+2
|
*
Fixing minor typo: minValu -> minValue
Guilherme Fernandes
2023-08-07
1
-1
/
+1
|
*
Adding whitespaces to detach procedure declaration from category comments
Guilherme Fernandes
2023-08-07
1
-0
/
+9
|
*
Fixing identation to use tabs
Guilherme Fernandes
2023-08-07
1
-3
/
+3
|
*
Fixing Error: Redeclaration of 'VERSION' in this scope
Guilherme Fernandes
2023-08-07
1
-1
/
+1
|
*
Moving raygui to vendor/raylib
Guilherme Fernandes
2023-08-07
4
-40
/
+39
|
*
Adding raygui bindings
Guilherme Fernandes
2023-08-07
4
-0
/
+555
*
|
Adhere to `-vet-style`
gingerBill
2023-08-08
2
-4
/
+4
*
|
Make trailing commas followed by a closing token on the same an error with `-...
gingerBill
2023-08-08
1
-6
/
+13
*
|
Fix typo
gingerBill
2023-08-08
1
-1
/
+1
*
|
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
2
-0
/
+20
*
|
Fix `add_constant_switch_case`
gingerBill
2023-08-08
1
-15
/
+6
*
|
Disallow aliasing of `any` and `typeid`
gingerBill
2023-08-08
1
-0
/
+7
*
|
Make `for init; ; {}` an error without an explicit cond or post
gingerBill
2023-08-08
2
-3
/
+10
*
|
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
6
-10
/
+13
[prev]
[next]