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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CI and Makefile and build.bat
llvm-12-support
gingerBill
2021-07-10
3
-11
/
+12
*
Upgrade to LLVM-12.0.1
gingerBill
2021-07-10
33
-79
/
+91
*
Merge branch 'master' into llvm-12-support
gingerBill
2021-07-10
49
-1093
/
+3182
|
\
|
*
Prepare for multithreading the semantic checker by giving mutexes to variable...
gingerBill
2021-07-10
6
-56
/
+144
|
*
Improve CheckerContext usage
gingerBill
2021-07-10
7
-115
/
+134
|
*
Remove dead variable
gingerBill
2021-07-10
2
-6
/
+0
|
*
Fix #1050
gingerBill
2021-07-10
1
-1
/
+1
|
*
Fix #1028
gingerBill
2021-07-10
1
-2
/
+3
|
*
Fix #1054
gingerBill
2021-07-10
1
-3
/
+11
|
*
Fix #1051
gingerBill
2021-07-10
1
-1
/
+3
|
*
Allow `x in ptr_to_map_or_bit_set`
gingerBill
2021-07-10
3
-10
/
+18
|
*
Enable Damerau-Levenshtein
gingerBill
2021-07-10
1
-1
/
+12
|
*
Improve update expr type semantics for ternary expressions
gingerBill
2021-07-10
2
-15
/
+20
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-07-09
1
-1
/
+2
|
|
\
|
|
*
Merge pull request #1055 from streof/fix-typos-container-package
gingerBill
2021-07-09
1
-1
/
+2
|
|
|
\
|
|
|
*
Fix error: Cannot assign to a procedure parameter
streof
2021-07-09
1
-0
/
+1
|
|
|
*
Fix error: Undeclared name: p
streof
2021-07-09
1
-1
/
+1
|
|
|
/
|
*
/
Use builtin.min and builtin.max in package slice
gingerBill
2021-07-09
1
-2
/
+2
|
|
/
|
*
Add "Suggestion: Did you mean?" for selector expression typos
gingerBill
2021-07-08
6
-50
/
+168
|
*
Add `slice.min` and add `slice.max`
gingerBill
2021-07-08
1
-0
/
+24
|
*
Fix `thread_unix.odin`
gingerBill
2021-07-05
1
-0
/
+1
|
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
5
-29
/
+6
|
*
Fix comments
gingerBill
2021-07-05
1
-3
/
+3
|
*
Remove `try`; Replace `try x else y` with `or_else(x, y)`
gingerBill
2021-07-05
9
-395
/
+169
|
*
Fix `try` parsing for expression statements
gingerBill
2021-07-04
1
-0
/
+1
|
*
`delete_key` now returns the deleted key and deleted value (if found)
gingerBill
2021-07-04
1
-2
/
+13
|
*
Add documentation for the overview of `package fmt`
gingerBill
2021-07-04
2
-1
/
+143
|
*
Improve error messages for try expressions
gingerBill
2021-07-04
1
-31
/
+62
|
*
Try `try` and `or_else` built-in procedures with operators `try` and `try else`
gingerBill
2021-07-04
11
-307
/
+335
|
*
Refactor `return` logic to be more reusable with `lb_emit_try`
gingerBill
2021-07-04
1
-44
/
+24
|
*
Simplify `lb_emit_try` return logic
gingerBill
2021-07-04
1
-88
/
+18
|
*
Fix `lb_emit_try`
gingerBill
2021-07-04
1
-9
/
+13
|
*
[Experimental] Add 'try' and `or_else' built-in procedures
gingerBill
2021-07-04
6
-50
/
+628
|
*
Add `slice.sort_by_cmp` Ordering based sorting algorithms
gingerBill
2021-07-03
1
-8
/
+229
|
*
Add `#no_bounds_check` to linalg procedures
gingerBill
2021-07-03
1
-15
/
+10
|
*
Be more consistent with runtime intrinsics usage
gingerBill
2021-07-03
1
-3
/
+3
|
*
Deprecate `sort.slice` and `sort.reverse_slice`
gingerBill
2021-07-03
1
-54
/
+9
|
*
Correct `does_field_type_allow_using`
dev-2021-07
gingerBill
2021-06-29
1
-4
/
+0
|
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
|
*
Fix #1042
gingerBill
2021-06-28
2
-19
/
+35
|
*
Fix #1043
gingerBill
2021-06-28
1
-0
/
+3
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-28
7
-332
/
+550
|
|
\
|
|
*
Merge pull request #1047 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-27
1
-6
/
+4
|
|
|
\
|
|
|
*
ZLIB: Fix edge case where initial buffer < 258 bytes.
Jeroen van Rijn
2021-06-27
1
-6
/
+4
|
|
*
|
Merge pull request #1046 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-27
7
-332
/
+552
|
|
|
\
|
|
|
|
*
Merge branch 'master' into zlib_optimize
Jeroen van Rijn
2021-06-27
5
-24
/
+178
|
|
|
|
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
ZLIB: cleanup.
Jeroen van Rijn
2021-06-27
5
-59
/
+67
|
|
|
*
PNG: Inform `inflate` about expected output size for extra speed.
Jeroen van Rijn
2021-06-27
1
-26
/
+28
|
|
|
*
PNG: Let PNG use the new compress I/O routines.
Jeroen van Rijn
2021-06-27
4
-342
/
+32
|
|
|
*
ZLIB: Split up input from stream and memory into own code paths.
Jeroen van Rijn
2021-06-27
5
-74
/
+475
[next]