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
*
Add cast on `S_ISDIR`
gingerBill
2021-04-24
1
-1
/
+1
*
Remove redundant `auto_cast`
gingerBill
2021-04-23
1
-1
/
+1
*
Add truncate_to_byte and truncate_to_rune for packages strings and bytes
gingerBill
2021-04-22
2
-0
/
+30
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
6
-29
/
+8
*
Add @(cold) tag
gingerBill
2021-04-22
1
-0
/
+1
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
2
-6
/
+12
*
fix variable name in path_unix
André
2021-04-20
1
-2
/
+2
*
Fix #906
gingerBill
2021-04-20
3
-17
/
+10
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
8
-57
/
+61
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
12
-272
/
+382
*
Add package flags
gingerBill
2021-04-18
1
-2
/
+11
*
Add calling_convention to Type
gingerBill
2021-04-18
1
-3
/
+4
*
Remove dead comment
gingerBill
2021-04-18
1
-1
/
+0
*
Change elem_counts to `i64le` from `u64`
gingerBill
2021-04-18
1
-1
/
+2
*
Change `u32` to `u32le`
gingerBill
2021-04-18
1
-32
/
+32
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ge...
gingerBill
2021-04-18
1
-0
/
+251
*
Clean-up fallback `io.read_at` and `io.write_at` behaviour
gingerBill
2021-04-14
1
-9
/
+13
*
Fix `floattidf`
gingerBill
2021-04-14
2
-11
/
+11
*
Fix style issues; Use new attribute `@(cold)` where appropriate in the new sy...
gingerBill
2021-04-14
3
-94
/
+96
*
Add extra error to io.Error
gingerBill
2021-04-14
1
-0
/
+6
*
Add buffer_read_at buffer_write_at
gingerBill
2021-04-14
1
-0
/
+42
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
21
-0
/
+1621
*
Merge pull request #902 from Kelimion/run_as_user
gingerBill
2021-04-14
5
-2
/
+941
|
\
|
*
Placate -vet for unrelated core:thread update.
Jeroen van Rijn
2021-04-13
1
-1
/
+0
|
*
Placate -vet.
Jeroen van Rijn
2021-04-13
1
-2
/
+0
|
*
Add support to core:windows to add/delete users.
Jeroen van Rijn
2021-04-13
5
-2
/
+943
*
|
Fix typo
gingerBill
2021-04-14
1
-2
/
+2
*
|
Fix typo
gingerBill
2021-04-13
1
-1
/
+1
*
|
Revert *nix thread stuff to old sync
gingerBill
2021-04-13
2
-11
/
+23
*
|
Default to pthreads in sync2 for *nix
gingerBill
2021-04-13
5
-18
/
+12
|
/
*
Fix typo
gingerBill
2021-04-12
1
-1
/
+1
*
Update sync2 to just use atomic intrinsics rather than the parapoly wrappers
gingerBill
2021-04-12
7
-237
/
+170
*
Clean up path_unix.odin to make it not depend on `package os`
gingerBill
2021-04-11
1
-6
/
+38
*
Remove thread stuff from sync2; Cleanup package thread
gingerBill
2021-04-11
7
-570
/
+103
*
Add Thread stuff to new sync package
gingerBill
2021-04-11
3
-0
/
+491
*
New redesign of core:sync (stored under core:sync/sync2 for the time being)
gingerBill
2021-04-11
9
-0
/
+1981
*
Fix missing newlines in core:math/linalg/specific.odin
vassvik
2021-04-09
1
-2
/
+4
*
Add `__extendhfsf2` for macOS
gingerBill
2021-04-05
1
-0
/
+5
*
Add core:math/fixed
gingerBill
2021-04-01
1
-0
/
+133
*
Add `f16` support to core:math/linalg
gingerBill
2021-04-01
4
-124
/
+2284
*
Add f16 specific procedures to core:math
gingerBill
2021-04-01
1
-59
/
+240
*
Implement `f16` functionality
gingerBill
2021-04-01
6
-2
/
+192
*
Merge remote-tracking branch 'upstream/master' into parser
DanielGavin
2021-03-30
2
-6
/
+6
|
\
|
*
Merge pull request #879 from Kelimion/partial_hash_updates
gingerBill
2021-03-30
2
-6
/
+6
|
|
\
|
|
*
Allow seeding CRC32, CRC64 & Adler32 with previous partial hash.
Jeroen van Rijn
2021-03-25
2
-6
/
+6
*
|
|
changed error
DanielGavin
2021-03-30
1
-1
/
+1
*
|
|
Give error if raw literal hits EOF, and stop removing .Using if it exists in ...
DanielGavin
2021-03-30
2
-6
/
+2
|
/
/
*
|
Fix typo
gingerBill
2021-03-29
1
-1
/
+1
*
|
Fix byte swapping for endian specific types in `-llvm-api`
gingerBill
2021-03-27
1
-4
/
+13
*
|
Add `linalg.matrix_cast`
gingerBill
2021-03-26
2
-3
/
+4
[next]