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
*
Update threading.cpp to have helgrind annotations
gingerBill
2023-01-16
2
-8
/
+43
*
Fix potential race condition when determining the package name
gingerBill
2023-01-16
2
-1
/
+6
*
Fix minor possible race condition
gingerBill
2023-01-16
2
-8
/
+7
*
Replace `BlockingMutex` with `RwMutex`
gingerBill
2023-01-16
2
-15
/
+15
*
Replace `RecursiveMutex` with a `BlockingMutex`
gingerBill
2023-01-16
3
-13
/
+14
*
Move the mutex up a little
gingerBill
2023-01-16
1
-1
/
+1
*
Fix `cnd_timedwait`
gingerBill
2023-01-16
1
-1
/
+1
*
Fix memory leak in `os.get_current_directory` on failure on *nix systems
gingerBill
2023-01-16
4
-0
/
+4
*
Make static value atomic too
gingerBill
2023-01-16
1
-2
/
+2
*
Remove initialization on static atomic
gingerBill
2023-01-16
1
-1
/
+1
*
Enforce atomic on hasher id
gingerBill
2023-01-16
2
-2
/
+3
*
Fix #2286 by printing an error correctly
gingerBill
2023-01-16
3
-1
/
+12
*
Remove `auto_cast`
gingerBill
2023-01-16
1
-1
/
+1
*
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
7
-35
/
+7
*
Fix #2267 by making it an error
gingerBill
2023-01-16
1
-2
/
+4
*
Add error message for atomic intrinsics to prevent arbitrary types
gingerBill
2023-01-16
2
-0
/
+45
*
Fix #2301
gingerBill
2023-01-16
1
-1
/
+1
*
Fix #2305
gingerBill
2023-01-16
2
-1
/
+11
*
Fix compiler error on clang
gingerBill
2023-01-16
1
-2
/
+2
*
Fix #2304
gingerBill
2023-01-16
1
-3
/
+4
*
Add `/NOIMPLIB /NOEXP` on MSVC linker by default when building an executable
gingerBill
2023-01-14
1
-0
/
+6
*
Update `debugf` usage
gingerBill
2023-01-14
3
-6
/
+10
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
7
-117
/
+126
*
Minor changes to `StringMap` allocation
gingerBill
2023-01-14
3
-5
/
+11
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
9
-119
/
+146
*
Clean up use of `StringMap`
gingerBill
2023-01-13
4
-49
/
+39
*
Split out object generation more
gingerBill
2023-01-12
1
-2
/
+4
*
Prepare for arbitrary separate modules
gingerBill
2023-01-12
3
-7
/
+28
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
5
-16
/
+21
*
Correct missing procedures in other build modules which cause a linkage problem
gingerBill
2023-01-12
4
-16
/
+21
*
Fix race condition with polymorphic record generation
gingerBill
2023-01-12
1
-12
/
+12
*
`add_deps_from_child_to_parent` always
gingerBill
2023-01-12
1
-4
/
+1
*
Minimize contention on the deps for decls
gingerBill
2023-01-12
4
-1
/
+18
*
Minor clean up
gingerBill
2023-01-12
2
-20
/
+12
*
Replace all queues with MPSCQueue where possible
gingerBill
2023-01-12
5
-20
/
+26
*
Correct `mpsc_dequeue`
gingerBill
2023-01-12
7
-33
/
+37
*
Implement `MPSCQueue`
gingerBill
2023-01-12
3
-6
/
+87
*
Comment out allocator guards for the time being
gingerBill
2023-01-12
2
-3
/
+6
*
Add `ArenaTemp` to the compiler
gingerBill
2023-01-12
8
-12
/
+107
*
Make the `heap_allocator` just be the `permanent_allocator`
gingerBill
2023-01-12
4
-12
/
+17
*
Fix random race condition for poly records
gingerBill
2023-01-12
1
-1
/
+14
*
Merge pull request #2288 from odin-lang/compiler-improvements-2023-01
gingerBill
2023-01-11
35
-2157
/
+2594
|
\
|
*
Remove unneeded CI stage
gingerBill
2023-01-11
1
-5
/
+0
|
*
Move check for type info above
gingerBill
2023-01-11
1
-4
/
+8
|
*
General optimizations
gingerBill
2023-01-11
5
-11
/
+99
|
*
Remove possible race condition in `type_size_of`/`type_align_of`
gingerBill
2023-01-11
1
-38
/
+36
|
*
Make `-threaded-checker` the default not (opt out with `-no-threaded-checker`)
gingerBill
2023-01-11
3
-17
/
+3
|
*
Fix macro issue
gingerBill
2023-01-11
2
-2
/
+2
|
*
Add Odin check -threaded-checker test for windows
gingerBill
2023-01-10
1
-0
/
+5
|
*
Merge branch 'master' into compiler-improvements-2023-01
gingerBill
2023-01-10
27
-85
/
+320
|
|
\
|
|
/
|
/
|
[next]