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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
More `[^][N]T` usage for `UniformNuiv`
gingerBill
2021-08-24
2
-12
/
+12
*
More `[^][N]T` usage
gingerBill
2021-08-24
2
-24
/
+24
*
Improve signatures for `[^][N*M]T` like matrix parameters
gingerBill
2021-08-24
2
-171
/
+171
*
Change some usages of `[^]T` to `^[N]T` where appropriate
gingerBill
2021-08-24
2
-213
/
+213
*
Update more uses of `[^]T` types
gingerBill
2021-08-23
2
-146
/
+146
*
Correct `int` to `i32` usage
gingerBill
2021-08-23
2
-6
/
+6
*
Add more indirect command structs to the procedure calls
gingerBill
2021-08-23
2
-22
/
+28
*
More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...
gingerBill
2021-08-23
2
-86
/
+67
*
Remove dead procedure
gingerBill
2021-08-23
1
-6
/
+0
*
Remove space prefix
gingerBill
2021-08-23
1
-84
/
+84
*
Add `vendor:OpenGL`
gingerBill
2021-08-23
8
-0
/
+6491
*
Correct core library usage of the new `mem.new` behaviour
gingerBill
2021-08-23
2
-2
/
+2
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
6
-28
/
+58
*
Fix bug in `check_is_terminating`
gingerBill
2021-08-23
1
-0
/
+3
*
Add extra message to assert
gingerBill
2021-08-23
1
-1
/
+2
*
Correct `mem.clone_slice`
gingerBill
2021-08-23
2
-4
/
+4
*
Remove the old `inline` and `no_inline` tokens
gingerBill
2021-08-23
2
-26
/
+1
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
3
-50
/
+77
*
Add suggestions when trying to take the address the a value from a `for`/`swi...
gingerBill
2021-08-23
3
-5
/
+21
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-23
2
-89
/
+25
|
\
|
*
Merge pull request #1097 from nakst/master
Jeroen van Rijn
2021-08-23
1
-4
/
+6
|
|
\
|
|
*
Thread pool: create threads in thread_pool_wait
nakst
2021-08-23
1
-4
/
+6
|
|
/
|
*
Merge pull request #1096 from nakst/master
gingerBill
2021-08-23
2
-85
/
+19
|
|
\
|
|
*
thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code
nakst
2021-08-23
2
-85
/
+19
|
|
/
*
/
Make SDL_image.Init return `InitFlags`
gingerBill
2021-08-23
1
-1
/
+1
|
/
*
Make `ThreadPool` use `std::atomic` and `heap_allocator()`
gingerBill
2021-08-22
1
-18
/
+8
*
Merge pull request #1095 from nakst/master
gingerBill
2021-08-22
3
-136
/
+71
|
\
|
*
Thread pool fix on Win32
nakst
2021-08-22
1
-1
/
+5
|
*
Rewrite thread_pool.cpp
nakst
2021-08-22
3
-136
/
+67
|
/
*
Add debug information for `[^]T`
gingerBill
2021-08-22
1
-0
/
+2
*
Correct build.bat
gingerBill
2021-08-22
1
-1
/
+1
*
Fix build.bat
gingerBill
2021-08-22
2
-9
/
+7
*
Embed the SDL2 libraries into `vendor:sdl2`
gingerBill
2021-08-22
74
-3
/
+6396
*
Keep `-vet` happy
gingerBill
2021-08-22
1
-1
/
+0
*
Fix indexing code gen for multi-pointers
gingerBill
2021-08-22
1
-1
/
+1
*
Fix code gen for compare against `nil` for multi pointers
gingerBill
2021-08-22
1
-0
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-22
18
-0
/
+1878
|
\
|
*
Merge pull request #1094 from graphitemaster/master
gingerBill
2021-08-22
18
-0
/
+1878
|
|
\
|
|
*
cleanup
Dale Weiler
2021-08-22
18
-21
/
+19
|
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
Dale Weiler
2021-08-22
24
-105
/
+491
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #1093 from odin-lang/multi-pointers
gingerBill
2021-08-22
24
-91
/
+455
|
|
\
\
|
|
|
*
libc projection
Dale Weiler
2021-08-22
18
-0
/
+1880
*
|
|
|
Remove the deprecated `fmt.print*_err` procedures
gingerBill
2021-08-22
1
-5
/
+0
*
|
|
|
Remove deprecated procedure `slice_ptr_to_bytes`
gingerBill
2021-08-22
1
-5
/
+0
*
|
|
|
Use multi-pointers when appropriate
gingerBill
2021-08-22
4
-16
/
+12
*
|
|
|
Update `signature_parameter_similar_enough` for multi pointers
gingerBill
2021-08-22
1
-2
/
+14
|
|
/
/
|
/
|
|
*
|
|
Update doc format for multi-pointers
gingerBill
2021-08-22
3
-0
/
+7
*
|
|
Update odin/ast for multi pointers
gingerBill
2021-08-22
4
-8
/
+34
*
|
|
Merge branch 'master' into multi-pointers
gingerBill
2021-08-22
2
-14
/
+36
|
\
|
|
|
*
|
Improve error handling for missing semicolon separators in a `for` loop
gingerBill
2021-08-22
2
-14
/
+36
|
|
/
[prev]
[next]