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 (
Collapse
)
Author
Age
Files
Lines
*
Fix `when` within `foreign` block (again)
gingerBill
2023-02-02
1
-13
/
+9
|
*
Fix `when` within `foreign` blocks at the file scope
gingerBill
2023-02-01
1
-0
/
+8
|
*
Separate `check_stmt` code into separate procedures
gingerBill
2023-02-01
1
-271
/
+288
|
*
Improve ternary logic for untyped nil stuff
gingerBill
2023-01-30
1
-3
/
+5
|
*
Improve ternary if expression type inference rues
gingerBill
2023-01-30
1
-2
/
+11
|
|
|
|
|
|
Allow for expression like this `x: union{f32} = f32(123) if cond else nil`
*
Add for C++ for loop uses
gingerBill
2023-01-30
2
-15
/
+10
|
*
Use C++ `for` rather than `for_array` macro
gingerBill
2023-01-29
1
-72
/
+47
|
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
4
-517
/
+537
|
*
Use a separate arena for `heap_allocator`
gingerBill
2023-01-28
1
-1
/
+3
|
*
Add extra checks for multiple assignments when emitting stores
gingerBill
2023-01-27
3
-5
/
+22
|
*
Add extra `add_type_info_type` calls
gingerBill
2023-01-23
2
-3
/
+3
|
*
Disable arena guards
gingerBill
2023-01-23
1
-4
/
+4
|
*
Use `heap_allocator()` with `-debug`; Reinstate the arena guards
gingerBill
2023-01-23
5
-21
/
+39
|
*
Change current requirements for valgrind targets
gingerBill
2023-01-23
1
-1
/
+8
|
*
Use `~{}` syntax
gingerBill
2023-01-23
1
-1
/
+1
|
*
Escape `$` in asm
gingerBill
2023-01-23
1
-1
/
+1
|
*
Fix bug when `.` is passed to `remove_extension_from_path`
gingerBill
2023-01-20
1
-0
/
+3
|
*
Fix #2282 caused by a typo
gingerBill
2023-01-20
1
-3
/
+3
|
*
Fix #2299 by handling very large value cases correctly
gingerBill
2023-01-20
2
-26
/
+49
|
*
Minor fix to `string_compare`
gingerBill
2023-01-18
1
-1
/
+1
|
*
Improve `odin doc` string printing (Fixes #2246)
gingerBill
2023-01-18
2
-47
/
+24
|
*
Fix #2264
gingerBill
2023-01-18
1
-4
/
+4
|
*
Fix #2274
gingerBill
2023-01-18
1
-0
/
+5
|
*
Minor changes to Semaphore to make it trivially copyable
gingerBill
2023-01-18
1
-12
/
+17
|
*
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
|
*
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` procedure field flag
gingerBill
2023-01-16
6
-33
/
+5
|
|
|
|
Fixes #2285
*
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
|
*
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
|
[next]