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
*
Change spaces to tabs
gingerBill
2020-05-24
1
-178
/
+179
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-05-24
1
-0
/
+186
|
\
|
*
Merge pull request #655 from ThisDrunkDane/master
Mikkel Hjortshøj
2020-05-24
1
-0
/
+186
|
|
\
|
|
*
Add case conversions by @dotbmp
Mikkel Hjortshoej
2020-05-24
1
-0
/
+186
|
|
/
*
/
Fix #656
gingerBill
2020-05-24
1
-50
/
+16
|
/
*
Add intrinsics.type_is_comparable; Add sort.linear_search
gingerBill
2020-05-23
4
-1
/
+16
*
Revert demo.odin
gingerBill
2020-05-23
1
-15
/
+2
*
Add `sort.binary_search` (uses interpolation sort for ordered numeric types)
gingerBill
2020-05-23
2
-1
/
+55
*
Make the `using import` deprecation warning an error
gingerBill
2020-05-23
1
-1
/
+1
*
Add `"pure"` procedure types
gingerBill
2020-05-23
9
-17
/
+72
*
Strip carriage return `\r` from raw string literals
gingerBill
2020-05-23
2
-2
/
+26
*
Fix SelectorCallExpr with no return values
gingerBill
2020-05-22
3
-3
/
+19
*
Revert demo.odin
gingerBill
2020-05-22
1
-23
/
+1980
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
7
-2019
/
+240
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-05-22
1
-1
/
+1
|
\
|
*
Merge pull request #653 from lkppo/master
gingerBill
2020-05-22
1
-1
/
+1
|
|
\
|
|
*
Fix the shebang portability of the build.sh script
Stéphane Aulery
2020-05-22
1
-1
/
+1
|
|
/
*
/
Remove the need for `type_of`, `size_of`, `align_of`, `offset_of` to be keywords
gingerBill
2020-05-22
3
-37
/
+0
|
/
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
6
-34
/
+28
*
Add `string.h`
gingerBill
2020-05-21
1
-0
/
+1
*
Use `memcmp` for `str_eq`
gingerBill
2020-05-21
1
-6
/
+1
*
Add extra information to `-show-more-timings`
gingerBill
2020-05-21
3
-62
/
+89
*
Fix edge cases of relative pointers
gingerBill
2020-05-17
3
-5
/
+64
*
Merge pull request #645 from Tetralux/llvm-noabc-obey-directive
gingerBill
2020-05-16
2
-1
/
+61
|
\
|
*
LLVM C backend: Obey directives on blocks, procedures, and expressions
Tetralux
2020-05-16
2
-1
/
+61
|
/
*
Merge pull request #644 from Tetralux/llvm-bounds-checks
gingerBill
2020-05-16
1
-8
/
+58
|
\
|
*
Add bounds checks to LLVM C backend
Tetralux
2020-05-16
1
-8
/
+58
|
/
*
Relative pointer and relative slices
gingerBill
2020-05-15
6
-91
/
+287
*
Relative pointers in old backend
gingerBill
2020-05-15
3
-16
/
+102
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-05-15
1
-5
/
+8
|
\
|
*
Merge pull request #641 from Tetralux/fix-container-arraypushelems
gingerBill
2020-05-15
1
-5
/
+8
|
|
\
|
|
*
Fix container.Array.array_push_back_elems
Tetralux
2020-05-15
1
-5
/
+8
|
|
/
*
/
Relative pointers
gingerBill
2020-05-15
14
-40
/
+534
|
/
*
Fix `runtime.memset` issue
gingerBill
2020-05-14
2
-31
/
+1
*
Add explicit context to thread_unix.odin
gingerBill
2020-05-14
1
-0
/
+2
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-05-14
0
-0
/
+0
|
\
|
*
Alright, things work. Reverting broken stuff
Mikkel Hjortshoej
2020-05-14
1
-1
/
+1
|
*
Another test sorry
Mikkel Hjortshoej
2020-05-14
1
-1
/
+1
|
*
Remove test for webhook
Mikkel Hjortshoej
2020-05-14
1
-1
/
+1
|
*
Briefly break master to test webhook
Mikkel Hjortshoej
2020-05-14
1
-1
/
+1
*
|
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
9
-40
/
+68
|
/
*
Fix Assertion failure in ir_print_exact_value #620
gingerBill
2020-05-14
2
-12
/
+16
*
Implement Explicit context creation #639
gingerBill
2020-05-14
6
-11
/
+39
*
Implement Allow `.?` operator to unwrap any union #549
gingerBill
2020-05-14
2
-2
/
+21
*
Fix -llvm-api `memset` "bug"
gingerBill
2020-05-13
1
-19
/
+7
*
Fix #561 `where` statements that eval to false do not show incorrect usage lo...
gingerBill
2020-05-13
3
-2
/
+33
*
#591 Improve type switch statement error for `fallthrough`
gingerBill
2020-05-13
2
-2
/
+8
*
(#594) Add `#config` to replace `#defined`; Restrict `#defined` within proced...
gingerBill
2020-05-13
4
-3
/
+60
*
Fix #632 behaviour
gingerBill
2020-05-13
1
-3
/
+19
*
Fix #622 on both backends
gingerBill
2020-05-13
2
-4
/
+8
[next]