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
...
*
|
Correct Multi Pointer Type handling in expressions
gingerBill
2021-08-22
1
-0
/
+6
*
|
Fix multi pointers for parapoly
gingerBill
2021-08-21
1
-2
/
+12
*
|
Add multi pointers to core
gingerBill
2021-08-21
7
-33
/
+111
*
|
Add comparisons to LLVM backend for multi pointers
gingerBill
2021-08-21
1
-0
/
+1
*
|
Add multi-pointer types `[^]T`
gingerBill
2021-08-21
10
-50
/
+286
|
/
*
Update import path
gingerBill
2021-08-21
1
-1
/
+1
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
40
-41
/
+46
*
Improve parsing for `or_return` in `core:odin/parser`
gingerBill
2021-08-21
1
-8
/
+11
*
Change to `strings.clone_from_cstring_bounded`
gingerBill
2021-08-21
1
-11
/
+1
*
Add `strings.clone_from` and `strings.clone_from_nul_terminated`
gingerBill
2021-08-21
1
-0
/
+44
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-21
1
-1
/
+18
|
\
|
*
Merge pull request #1091 from Kelimion/win11
Jeroen van Rijn
2021-08-21
1
-1
/
+18
|
|
\
|
|
*
os: Add Windows 11 detection.
Jeroen van Rijn
2021-08-21
1
-1
/
+18
*
|
|
Add library collection `vendor`
gingerBill
2021-08-21
2
-0
/
+1
|
/
/
*
/
Improve error message for `Cannot assign value` if they have the same name bu...
gingerBill
2021-08-21
1
-6
/
+61
|
/
*
Rename `mem.reinterpret` to `mem.reinterpret_copy`
gingerBill
2021-08-20
1
-1
/
+1
*
Add `mem.reinterpret`
gingerBill
2021-08-20
1
-0
/
+4
*
Correct atomic usage
gingerBill
2021-08-19
3
-12
/
+20
*
Make `global_entity_id` atomic
gingerBill
2021-08-19
1
-2
/
+2
*
Make `ThreadPool.is_running` atomic
gingerBill
2021-08-19
1
-6
/
+6
*
Fix race condition from `add_entity_use` due to Entity.identifier
gingerBill
2021-08-19
6
-15
/
+17
*
Remove unneeded disabled warnings from build.bat
gingerBill
2021-08-19
1
-4
/
+2
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
8
-1218
/
+388
*
Move more of `gb.h`'s Synchronization code into common.cpp
gingerBill
2021-08-19
4
-50
/
+120
*
Remove unused code from gb.h (which means it is heavily modified now)
gingerBill
2021-08-19
1
-2269
/
+2
*
Remove unused code
gingerBill
2021-08-19
21
-135
/
+38
*
Improve the C++ to be more correct for clang on Windows, still requiring the ...
gingerBill
2021-08-19
3
-29
/
+50
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-19
13
-45
/
+48
|
\
|
*
Merge pull request #1090 from Kelimion/bigint
Jeroen van Rijn
2021-08-19
13
-45
/
+48
|
|
\
|
|
*
big: Update license to BSD-3.
Jeroen van Rijn
2021-08-19
13
-33
/
+33
|
|
*
big: Nicely align test suite results.
Jeroen van Rijn
2021-08-19
2
-12
/
+15
|
|
/
*
/
Fix deadlock caused by typo
gingerBill
2021-08-19
2
-17
/
+14
|
/
*
Remove useless code
gingerBill
2021-08-18
1
-2
/
+1
*
Fix `odin test` not executing any tests
gingerBill
2021-08-18
1
-9
/
+3
*
Remove json import from demo
gingerBill
2021-08-18
1
-2
/
+0
*
Correct mutex usage for `path_to_fullpath`; make `ThreadPool` use `BlockingMu...
gingerBill
2021-08-18
3
-15
/
+16
*
Update ci.yml
Mikkel Hjortshøj
2021-08-18
1
-0
/
+9
*
Remove attribute parameter for `pthread_mutex_init`
gingerBill
2021-08-18
1
-3
/
+1
*
Make `BlockingMutex` non-recursive on *nix systems
gingerBill
2021-08-18
1
-6
/
+10
*
Remove unused code
gingerBill
2021-08-18
1
-3
/
+0
*
Make `Arena` allocate virtual memory directory; make it use a `BlockingMutex`
gingerBill
2021-08-18
2
-48
/
+28
*
Extra sanity check around `static`
gingerBill
2021-08-18
1
-4
/
+11
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-18
4
-12
/
+31
|
\
|
*
Merge pull request #1089 from Kelimion/bigint
Jeroen van Rijn
2021-08-18
2
-3
/
+4
|
|
\
|
|
*
Merge branch 'master' into bigint
Jeroen van Rijn
2021-08-18
0
-0
/
+0
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #1088 from Kelimion/bigint
Jeroen van Rijn
2021-08-18
4
-13
/
+31
|
|
\
\
|
|
|
*
big: Enable Toom again.
Jeroen van Rijn
2021-08-18
2
-3
/
+4
|
|
|
/
|
|
*
big: Fix signed multiplication for some inputs.
Jeroen van Rijn
2021-08-18
4
-13
/
+31
|
|
/
*
/
Remove dead code, and add an extra mutex
gingerBill
2021-08-18
2
-18
/
+6
|
/
*
Add mutex to Scope lookups and insertions
gingerBill
2021-08-18
4
-43
/
+55
[prev]
[next]