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
...
|
*
|
|
Improve handling of passing constants to implicit immutable const ref parameters
gingerBill
2023-02-17
1
-2
/
+18
|
*
|
|
Minimize stack wastage with compound literals defining variables
gingerBill
2023-02-17
4
-2
/
+45
|
*
|
|
Fix #2330
gingerBill
2023-02-17
1
-0
/
+11
|
*
|
|
Add constant data to the identifier directly
gingerBill
2023-02-17
1
-17
/
+13
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-02-17
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
fix #by_ptr argument overrides for Linux
Phil Homan
2023-02-15
1
-0
/
+4
|
*
|
|
|
Fix overriding procedure information for literals
gingerBill
2023-02-17
7
-11
/
+33
|
|
/
/
/
|
*
|
|
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
6
-11
/
+95
*
|
|
|
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-14
1
-3
/
+3
|
\
|
|
|
|
*
|
|
Remove set volatile for store
gingerBill
2023-02-14
1
-1
/
+1
|
*
|
|
Move in_multi_assignment check tighter
gingerBill
2023-02-14
1
-2
/
+2
*
|
|
|
Warn on 'expand_to_tuple' has been replaced with 'expand_values'
gingerBill
2023-02-10
2
-0
/
+11
|
/
/
/
*
|
|
Fix crash when a variable declaration must be an identifier
gingerBill
2023-02-08
1
-4
/
+3
*
|
|
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
3
-6
/
+5
*
|
|
Rename built-in procedure to `expand_values`
gingerBill
2023-02-07
4
-10
/
+10
*
|
|
Enforce dynamic map calls for the time being
gingerBill
2023-02-03
2
-2
/
+5
*
|
|
Minor change to `byval` for readonly parameters
gingerBill
2023-02-03
4
-5
/
+56
*
|
|
Change attributes for the static map get
gingerBill
2023-02-03
1
-3
/
+3
*
|
|
Remove internal `readonly` attribute
gingerBill
2023-02-03
2
-6
/
+6
*
|
|
Temporarily make all `map` get calls dynamic
gingerBill
2023-02-03
2
-4
/
+4
*
|
|
Make static map calls the default; add `-dynamic-map-calls`
gingerBill
2023-02-03
4
-32
/
+37
*
|
|
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
*
|
|
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
[prev]
[next]