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
*
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
*
`-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
*
|
Fix #2016 when passing an untyped integer to a generic `typeid` parameter
gingerBill
2022-10-11
1
-1
/
+7
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-10-10
1
-0
/
+1
|
\
\
|
*
|
llvm_backend_debug: Add debug info for soa pointer
Lucas Perlind
2022-10-08
1
-0
/
+1
*
|
|
Force call site attributes for procedures (relating to #2121 causing ABI issu...
gingerBill
2022-10-10
2
-18
/
+32
*
|
|
Revert "Fix #2112"
Jeroen van Rijn
2022-10-08
1
-10
/
+30
*
|
|
Fix #2112
Jeroen van Rijn
2022-10-08
1
-30
/
+10
|
/
/
*
|
Add node data for union when using `intrinsics.type_convert_variants_to_point...
gingerBill
2022-09-27
2
-1
/
+2
*
|
Remove extra pointer indirection
gingerBill
2022-09-27
1
-2
/
+2
*
|
Override lbArgKind to be indirect for `#by_ptr` parameters
gingerBill
2022-09-27
1
-0
/
+11
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-22
1
-2
/
+5
|
\
\
|
*
|
fix target features to make wasm intrinsics happy
Colin Davidson
2022-09-21
1
-2
/
+5
*
|
|
Make `intrinsics.{count_ones, count_zeros, count_trailing_zeros, count_leadin...
gingerBill
2022-09-22
1
-1
/
+85
|
/
/
*
|
`cap(Enum)` (equivalent to `max(Enum)-min(Enum)+1`)
gingerBill
2022-09-22
1
-10
/
+15
*
|
Minor technical improvement
gingerBill
2022-09-22
1
-2
/
+5
*
|
Improve error message for slicing an enumerated array
gingerBill
2022-09-22
1
-1
/
+14
*
|
Improve suggestions for certain assignments
gingerBill
2022-09-22
1
-1
/
+13
*
|
Minor style change
gingerBill
2022-09-22
1
-3
/
+2
[next]