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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Make `map` get internal calls take the hash value rather than compute it inte...
gingerBill
2022-11-11
2
-14
/
+16
|
*
|
|
|
|
Add minor optimization for `lb_map_cell_index_static`
gingerBill
2022-11-11
2
-6
/
+11
|
*
|
|
|
|
Force inline of hasher proc where possible
gingerBill
2022-11-11
1
-8
/
+31
|
*
|
|
|
|
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
6
-34
/
+40
|
*
|
|
|
|
Change map internal calls to use a pointer
gingerBill
2022-11-09
3
-8
/
+8
|
*
|
|
|
|
Fix `for in` for `map`
gingerBill
2022-11-08
1
-2
/
+2
|
*
|
|
|
|
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
10
-25
/
+207
|
*
|
|
|
|
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
6
-29
/
+25
|
*
|
|
|
|
Add `intrinsics.map_cell_info` and `intrinsics.map_info`
gingerBill
2022-11-08
5
-8
/
+29
|
*
|
|
|
|
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
8
-2
/
+49
|
*
|
|
|
|
Disallow zero sized map keys
gingerBill
2022-11-08
1
-1
/
+1
|
*
|
|
|
|
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
7
-57
/
+21
|
*
|
|
|
|
Support `for in` loops for `map`
gingerBill
2022-11-08
2
-8
/
+30
|
*
|
|
|
|
General modifications
gingerBill
2022-11-08
5
-54
/
+137
|
*
|
|
|
|
Basic fmt printing for `map`
gingerBill
2022-11-07
3
-14
/
+9
|
*
|
|
|
|
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
7
-127
/
+89
*
|
|
|
|
|
Fix microsoft_craziness.h
Jeroen van Rijn
2022-11-15
1
-1
/
+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix typo
gingerBill
2022-11-11
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Check for non-zero sized elements for `intrinsics.ptr_sub`
gingerBill
2022-11-11
1
-0
/
+7
*
|
|
|
Make `intrinsics.ptr_sub` use explicit integer arithmetic internally
gingerBill
2022-11-11
1
-9
/
+9
*
|
|
|
Merge pull request #2176 from jaspergeer/fix-untyped-segfault
gingerBill
2022-11-08
1
-0
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
check for nullptr when evaluating untypedness
Jasper Geer
2022-11-04
1
-0
/
+3
*
|
|
|
`-default-to-nil-allocator` also enables `-no-dynamic-literals`
gingerBill
2022-11-07
1
-0
/
+5
|
/
/
/
*
|
|
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-0
/
+2
|
\
\
\
|
*
|
|
Emit a parser warning when encountering an unknown tag.
FancyKillerPanda
2022-02-24
1
-0
/
+2
*
|
|
|
Merge pull request #2147 from jaspergeer/tighten-slice-string-cast-error
gingerBill
2022-11-03
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
check addressing mode instead
JasperGeer
2022-10-26
1
-2
/
+2
|
*
|
|
|
don't suggest u8 slice cast to string for u8 slice literal
JasperGeer
2022-10-23
1
-2
/
+2
*
|
|
|
|
Add debug symbols for global constants of integers, bools, enums, runes, & po...
gingerBill
2022-11-02
3
-0
/
+147
*
|
|
|
|
Merge pull request #2169 from odin-lang/location-byval
dev-2022-11
gingerBill
2022-11-01
4
-9
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Ad-hoc pass source code location directly by pointer without stack copy
gingerBill
2022-10-31
4
-9
/
+16
*
|
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-11-01
2
-17
/
+23
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge pull request #2168 from Kelimion/target_version
Jeroen van Rijn
2022-11-01
2
-17
/
+23
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Add -minimum-os-version flag
Jeroen van Rijn
2022-11-01
2
-17
/
+23
*
|
|
|
|
|
|
|
Add extra check in `add_entity_and_decl_info` #2161
gingerBill
2022-11-01
1
-1
/
+5
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Fix #2160 (deep subtyping through `using` of `_`)
gingerBill
2022-11-01
2
-24
/
+61
*
|
|
|
|
|
|
Add safety check for #2161
gingerBill
2022-11-01
1
-1
/
+8
|
/
/
/
/
/
/
*
|
|
|
|
|
Fix #2167 `context.assertion_failure_proc = nil` (context field assignments)
gingerBill
2022-11-01
1
-8
/
+19
*
|
|
|
|
|
Add missing newline.
Jeroen van Rijn
2022-11-01
1
-1
/
+1
*
|
|
|
|
|
Clarify -define help.
Jeroen van Rijn
2022-11-01
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Optimize `#caller_location` and `#location` to use read only data section whe...
gingerBill
2022-10-31
4
-6
/
+23
*
|
|
|
|
Use direct parameter value in `lb_find_ident` when possible
gingerBill
2022-10-30
3
-0
/
+14
*
|
|
|
|
Improve SysV ABI LLVM IR generation for development purposes
gingerBill
2022-10-30
1
-1
/
+26
*
|
|
|
|
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
3
-0
/
+88
*
|
|
|
|
Remove formerly deprecated `-opt` flag.
Jeroen van Rijn
2022-10-28
1
-36
/
+16
*
|
|
|
|
Add LLVM > 14 check to main.cpp for Darwin.
Jeroen van Rijn
2022-10-27
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Fix `#defined(I)`.
Jeroen van Rijn
2022-10-23
1
-2
/
+2
*
|
|
|
throw type checker error when scalar cast to non-square matrix
Jasper Geer
2022-10-21
1
-5
/
+6
*
|
|
|
Allow `transmute` to be constant for integers of the same internal endianness
gingerBill
2022-10-19
2
-11
/
+52
*
|
|
|
Improve error messages with 'using _'
Lucas Perlind
2022-10-15
2
-1
/
+10
[prev]
[next]