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
*
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
*
Improve error message for `check_is_expressible` (Cannot convert X to Y from Z)
gingerBill
2022-09-22
1
-3
/
+6
*
Improve error messages for compile time known bounds checking
gingerBill
2022-09-22
2
-7
/
+8
*
Clean up private internal constant global handling
gingerBill
2022-09-22
3
-21
/
+21
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
7
-9
/
+11
*
Remove more dead code for map header stuff
gingerBill
2022-09-21
1
-34
/
+8
*
Remove header cache code
gingerBill
2022-09-21
3
-31
/
+0
*
Remove debug code
gingerBill
2022-09-21
1
-4
/
+0
*
Reduce unnecessary map gets
gingerBill
2022-09-21
5
-44
/
+82
*
Split header table data and the map pointer
gingerBill
2022-09-21
3
-35
/
+40
*
Temporary patch for `lb_gen_map_header`
gingerBill
2022-09-21
1
-39
/
+53
*
Correct `get_fullpath_relative` to remove all trailing path separators (`/` a...
gingerBill
2022-09-21
1
-0
/
+9
*
Improve parapoly support for `^T` to `[^]$V` and vice versa
gingerBill
2022-09-20
2
-0
/
+52
[next]