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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated comment for Windows version of setjmp.
mv/libc-errors
vassvik
2021-08-28
1
-2
/
+13
*
Add core:c/libc tests
vassvik
2021-08-28
1
-0
/
+50
*
Fix runtime crash for setjmp in Windows related to an hidden second argument ...
vassvik
2021-08-28
1
-8
/
+27
*
Fix core:c/libc Windows compilation errors by linking to the right libraries.
vassvik
2021-08-28
14
-17
/
+73
*
Improve `strings.index_any` and `strings.last_index_any`
gingerBill
2021-08-27
2
-11
/
+82
*
Correct core library usage of the new `mem.new` behaviour
gingerBill
2021-08-23
2
-2
/
+2
*
Correct `mem.clone_slice`
gingerBill
2021-08-23
2
-4
/
+4
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
3
-50
/
+77
*
Fix build.bat
gingerBill
2021-08-22
1
-4
/
+4
*
Keep `-vet` happy
gingerBill
2021-08-22
1
-1
/
+0
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-22
18
-0
/
+1878
|
\
|
*
cleanup
Dale Weiler
2021-08-22
18
-21
/
+19
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
Dale Weiler
2021-08-22
12
-47
/
+165
|
|
\
|
*
|
libc projection
Dale Weiler
2021-08-22
18
-0
/
+1880
*
|
|
Remove the deprecated `fmt.print*_err` procedures
gingerBill
2021-08-22
1
-5
/
+0
*
|
|
Remove deprecated procedure `slice_ptr_to_bytes`
gingerBill
2021-08-22
1
-5
/
+0
*
|
|
Use multi-pointers when appropriate
gingerBill
2021-08-22
4
-16
/
+12
|
|
/
|
/
|
*
|
Update doc format for multi-pointers
gingerBill
2021-08-22
1
-0
/
+2
*
|
Update odin/ast for multi pointers
gingerBill
2021-08-22
4
-8
/
+34
*
|
Merge branch 'master' into multi-pointers
gingerBill
2021-08-22
1
-6
/
+18
|
\
\
|
*
|
Improve error handling for missing semicolon separators in a `for` loop
gingerBill
2021-08-22
1
-6
/
+18
|
|
/
*
/
Add multi pointers to core
gingerBill
2021-08-21
7
-33
/
+111
|
/
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
39
-40
/
+40
*
Improve parsing for `or_return` in `core:odin/parser`
gingerBill
2021-08-21
1
-8
/
+11
*
Change to `strings.clone_from_cstring_bounded`
gingerBill
2021-08-21
1
-11
/
+1
*
Add `strings.clone_from` and `strings.clone_from_nul_terminated`
gingerBill
2021-08-21
1
-0
/
+44
*
os: Add Windows 11 detection.
Jeroen van Rijn
2021-08-21
1
-1
/
+18
*
Rename `mem.reinterpret` to `mem.reinterpret_copy`
gingerBill
2021-08-20
1
-1
/
+1
*
Add `mem.reinterpret`
gingerBill
2021-08-20
1
-0
/
+4
*
big: Update license to BSD-3.
Jeroen van Rijn
2021-08-19
13
-33
/
+33
*
big: Nicely align test suite results.
Jeroen van Rijn
2021-08-19
2
-12
/
+15
*
big: Enable Toom again.
Jeroen van Rijn
2021-08-18
2
-3
/
+4
*
big: Fix signed multiplication for some inputs.
Jeroen van Rijn
2021-08-18
4
-13
/
+31
*
Merge branch 'master' into bigint
Jeroen van Rijn
2021-08-16
3
-2
/
+160
|
\
|
*
Merge pull request #1085 from Kelimion/bigint
Jeroen van Rijn
2021-08-16
5
-25
/
+256
|
|
\
|
*
|
Add some missing files to sync2 for linux and darwin
gingerBill
2021-08-16
3
-2
/
+160
*
|
|
big: Disable Toom for a moment.
Jeroen van Rijn
2021-08-16
4
-7
/
+15
|
|
/
|
/
|
*
|
big: `Add `_private_int_mul_toom`.
Jeroen van Rijn
2021-08-16
5
-9
/
+150
*
|
big: Add `_private_mul_karatsuba`.
Jeroen van Rijn
2021-08-16
5
-26
/
+116
|
/
*
Improve parsing for `or_return`; allow `#force_inline foo() or_return;`
gingerBill
2021-08-16
5
-38
/
+38
*
Update package encoding/json for `or_return`
gingerBill
2021-08-15
1
-24
/
+6
*
Update `core:odin/*` for `or_else` and `or_return`
gingerBill
2021-08-15
7
-77
/
+105
*
Add more uses of `or_return`
gingerBill
2021-08-15
6
-127
/
+41
*
Replace uses of `err != nil` with `or_return` where appropriate
gingerBill
2021-08-15
1
-53
/
+32
*
Replace `err != nil` with `or_return` where appropriate
gingerBill
2021-08-15
8
-428
/
+451
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
5
-5
/
+5
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
2
-10
/
+10
*
Add assignment statement to `#no_bounds_check` etc rules. Correct `os_linux.o...
gingerBill
2021-08-15
1
-1
/
+1
*
Fix typo
gingerBill
2021-08-15
1
-0
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-08-15
10
-36
/
+615
|
\
[next]