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
*
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
*
Correct `lb_gen_map_header` initialization
gingerBill
2022-09-17
1
-0
/
+2
*
Use a cache when generating the map header to minimize stack wastage
gingerBill
2022-09-17
3
-39
/
+51
*
Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters...
gingerBill
2022-09-17
4
-45
/
+35
*
Fixed #2044 Uninitialised constant struct member values can cause crash
gingerBill
2022-09-17
1
-1
/
+7
*
Fix #1435 type switch statements of empty union types
gingerBill
2022-09-17
1
-3
/
+14
*
Improve error message for using `offset_of` within a struct itself of that st...
gingerBill
2022-09-17
1
-0
/
+15
*
Enforce constant pointer cast on global procedure variable initialization `x ...
gingerBill
2022-09-17
1
-0
/
+3
*
Fix #2054 Differing behaviours with defer statements for single vs multiple r...
gingerBill
2022-09-17
1
-14
/
+7
*
Fix -verbose-error source lines from having last char cut off
Zac Nowicki
2022-09-15
1
-1
/
+0
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-0
/
+3
*
Revert "Just get the value directly and store it in another global variable"
gingerBill
2022-09-14
3
-33
/
+8
*
Minor fix to `lb_big_int_to_llvm`
gingerBill
2022-09-14
1
-1
/
+1
*
Just get the value directly and store it in another global variable
gingerBill
2022-09-14
3
-8
/
+33
*
Fix `ODIN_BUILD_PROJECT_NAME`
gingerBill
2022-09-12
1
-6
/
+6
*
Fix debug generation for named results
gingerBill
2022-09-12
1
-1
/
+1
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
5
-23
/
+14
*
Improve debug info to named return values
gingerBill
2022-09-12
1
-1
/
+4
*
Unify debug parameter code
gingerBill
2022-09-10
2
-69
/
+10
*
Split debug info generation for direct and indirect parameters
gingerBill
2022-09-09
2
-3
/
+68
*
Fix pointer cast of constant procedure values
gingerBill
2022-09-08
1
-10
/
+9
*
Disable buggy escape analysis
gingerBill
2022-09-08
1
-0
/
+2
*
Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_...
gingerBill
2022-09-08
2
-0
/
+43
*
Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name`
gingerBill
2022-09-08
3
-1
/
+58
*
Use `llvm.dbg.declare` for procedure parameters rather than `llvm.dbg.value`
gingerBill
2022-09-07
1
-1
/
+2
*
Add Windows 32-bit build system error
gingerBill
2022-09-07
1
-0
/
+4
*
Simplify win32 resource file linking
gingerBill
2022-09-07
1
-33
/
+20
*
Add inline debug generation for assembly target flag (#2028)
gingerBill
2022-09-07
1
-1
/
+1
[next]