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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
2
-28
/
+49
*
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
*
Correct mutex usage for `path_to_fullpath`; make `ThreadPool` use `BlockingMu...
gingerBill
2021-08-18
3
-15
/
+16
*
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
*
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
*
Add mutex for `add_type_and_value`
gingerBill
2021-08-17
2
-15
/
+17
*
Allow `+` in import paths
gingerBill
2021-08-16
1
-2
/
+1
*
Correct struct tag bug
gingerBill
2021-08-16
1
-1
/
+6
*
Make flags atomic for `Entity` and `Type`
gingerBill
2021-08-16
3
-6
/
+6
*
Fix race condition when adding a dependency
gingerBill
2021-08-16
3
-8
/
+14
*
Improve parsing for `or_return`; allow `#force_inline foo() or_return;`
gingerBill
2021-08-16
2
-21
/
+21
*
Correct `or_return` logic for debug printing and expression is not used checking
gingerBill
2021-08-16
2
-4
/
+36
*
Add `clone_ast` for `or_else` and `or_return`
gingerBill
2021-08-15
1
-0
/
+7
*
Update semi-colon insertion rules for `or_return`
gingerBill
2021-08-15
1
-0
/
+1
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
9
-136
/
+188
*
`or_return` built-in procedure
gingerBill
2021-08-15
4
-7
/
+161
*
Remove some dead code
gingerBill
2021-08-15
3
-24
/
+7
*
Improve error handling for field list prefixes
gingerBill
2021-08-15
2
-23
/
+30
*
Minor clean up of `parse_field_prefixes`
gingerBill
2021-08-15
2
-38
/
+49
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
5
-5
/
+46
*
Add assignment statement to `#no_bounds_check` etc rules. Correct `os_linux.o...
gingerBill
2021-08-15
1
-1
/
+2
*
Define where `#bounds_check`/`#no_bounds_check` can be applied
gingerBill
2021-08-15
2
-44
/
+72
*
Fix lower and upper values for a `bit_set[Enum]` type.
gingerBill
2021-08-13
1
-2
/
+6
*
Add extra error message check to `lb_big_int_to_llvm`
gingerBill
2021-08-13
1
-0
/
+4
*
Fix #1026
gingerBill
2021-08-13
1
-2
/
+25
*
Fix #1077
gingerBill
2021-08-13
3
-5
/
+15
*
Fix column in tokenizer (due to removed line)
gingerBill
2021-08-13
1
-1
/
+2
*
Fix #1076
gingerBill
2021-08-13
2
-3
/
+14
*
Fix #1061
gingerBill
2021-08-09
1
-1
/
+20
*
Correct DllMain behaviour
gingerBill
2021-08-09
1
-3
/
+19
*
Correct and improve type inference for swizzling expressions
gingerBill
2021-08-09
2
-31
/
+26
*
Unify semantics of the built-in `swizzle` procedure with the selector express...
gingerBill
2021-08-09
6
-27
/
+174
*
Allow `len` and `cap` to return a `uint` if a type hint is `uint` to aid peop...
gingerBill
2021-08-09
1
-0
/
+10
*
Improve parsing handling for the `{ return }` cases
gingerBill
2021-08-09
1
-1
/
+12
*
Minor code changes to Map/StringMap
gingerBill
2021-08-09
2
-8
/
+7
*
Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array dat...
gingerBill
2021-08-08
3
-37
/
+55
*
Correct error message for `add_import_dependency_node`
gingerBill
2021-08-08
1
-6
/
+2
[prev]
[next]