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
*
Merge pull request #3640 from harold-b/fix-darwin-libc-open
Jeroen van Rijn
2024-06-04
1
-1
/
+1
|
\
|
*
Fix open() foreign libc signature on Darwin
Harold Brenes
2024-05-27
1
-1
/
+1
*
|
Merge pull request #3666 from Feoramund/add-missing-compquat
Jeroen van Rijn
2024-06-04
2
-21
/
+19
|
\
\
|
*
|
Add aliases for `Raw_*` complex/quaternion types into `core:mem`
Feoramund
2024-06-03
1
-0
/
+10
|
*
|
Make use of `runtime.Raw_*` types in `core:math/linalg`
Feoramund
2024-06-03
1
-15
/
+10
|
*
|
Move `Raw_Complex/Quaternion` types to `base:runtime`
Feoramund
2024-06-03
1
-7
/
+0
*
|
|
Fix to `bl.tok = path`
gingerBill
2024-06-03
1
-1
/
+1
*
|
|
Add attributes to Foreign_Import_Decl in `clone`
gingerBill
2024-06-03
1
-1
/
+2
*
|
|
Add `ast.Foreign_Import_Decl` to `ast.clone`
gingerBill
2024-06-03
1
-0
/
+1
*
|
|
Add `ast.Foreign_Impot_Decl.fullpaths` to walk.odin
gingerBill
2024-06-03
1
-0
/
+1
*
|
|
Fix type of two Win32 functions
Laurent Dufresne
2024-06-03
1
-2
/
+2
|
/
/
*
|
core/crypto/aes: Add AES implementation
Yawning Angel
2024-06-01
7
-1
/
+617
*
|
core/crypto/_aes/ct64: Add GHASH
Yawning Angel
2024-06-01
2
-0
/
+141
*
|
core/crypto/_aes: 64-bit portable implementation
Yawning Angel
2024-06-01
7
-0
/
+867
*
|
core/simd/x86: Add the AES-NI intrinsics
Yawning Angel
2024-06-01
1
-0
/
+49
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-05-31
2
-0
/
+14
|
\
\
|
*
|
PR#3655 - small linter issue correction
Erik Isidore
2024-05-30
1
-1
/
+1
|
*
|
core:sys/linux - Add support for Unix Domain Socket addresses
Erik Isidore
2024-05-30
2
-0
/
+14
*
|
|
`core:encoding/ini`
gingerBill
2024-05-31
1
-0
/
+189
|
/
/
*
|
Take logger itself, not a pointer to logger in multi-logger destructor.
Vitalii Kravchenko
2024-05-28
1
-3
/
+2
*
|
Merge pull request #3644 from odin-lang/foreign-import-improvements
gingerBill
2024-05-28
2
-5
/
+7
|
\
\
|
*
|
Change parser to use `^Expr` rather than `string` for the foreign import paths
gingerBill
2024-05-28
2
-5
/
+7
*
|
|
Remove unused code in `internal_random_prime`
Feoramund
2024-05-28
1
-3
/
+0
|
/
/
*
/
fix pitch_from_quaternion
shashank
2024-05-27
3
-3
/
+3
|
/
*
Make destroy_file_logger take logger instead of logger pointer.
Vitalii Kravchenko
2024-05-27
1
-1
/
+1
*
Fix a few darwin libc signatures with incorrect parameters.
Harold Brenes
2024-05-26
1
-4
/
+4
*
Fix slice.has_prefix & slice.has_suffix
korvahkh
2024-05-25
1
-2
/
+2
*
Merge pull request #3628 from IllusionMan1212/bitset-json-marshalling-fix
Jeroen van Rijn
2024-05-25
1
-2
/
+0
|
\
|
*
fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_set
IllusionMan1212
2024-05-25
1
-2
/
+0
*
|
Limit to max of 9 fraction second digits, part deux.
Jeroen van Rijn
2024-05-24
1
-2
/
+2
*
|
Limit to max of 9 fraction second digits.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
*
|
Add dedicated ISO 8601 parser.
Jeroen van Rijn
2024-05-24
1
-0
/
+113
*
|
Allow lowercase z TZ indicator.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
*
|
Merge pull request #3623 from yay/allow-space-in-rfc-3339
Jeroen van Rijn
2024-05-24
1
-6
/
+6
|
\
\
|
*
|
Allow space (in addition to T and t) as RFC 3339 date/time separator.
Vitalii Kravchenko
2024-05-24
1
-6
/
+6
*
|
|
Fix types
gingerBill
2024-05-24
1
-2
/
+2
|
/
/
*
|
Deprecate `core:odin/printer` + `format` in favor of OLS.
Jeroen van Rijn
2024-05-24
5
-2592
/
+6
*
|
Merge pull request #3619 from Kelimion/csv_iterator
Jeroen van Rijn
2024-05-24
2
-2
/
+111
|
\
\
|
*
|
Remove core:mem import in example.
Jeroen van Rijn
2024-05-24
1
-1
/
+0
|
*
|
Add iterator_next(&r) to CSV.
Jeroen van Rijn
2024-05-24
2
-2
/
+112
*
|
|
Merge pull request #3614 from Kelimion/rbtree
Jeroen van Rijn
2024-05-24
2
-6
/
+571
|
\
\
\
|
*
|
|
Address concerns.
Jeroen van Rijn
2024-05-24
1
-4
/
+5
|
*
|
|
Fix package line.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
|
*
|
|
Add `core:container/rbtree`
Jeroen van Rijn
2024-05-23
2
-6
/
+570
|
|
/
/
*
|
|
Merge pull request #3611 from hstormo/textbox
gingerBill
2024-05-24
1
-13
/
+30
|
\
\
\
|
*
|
|
Satisfy -vet
Håkon Stormo
2024-05-23
1
-2
/
+1
|
*
|
|
text_edit: better handle failure to resize underlying buffer
Håkon Stormo
2024-05-23
1
-13
/
+31
|
|
/
/
*
/
/
Fix enum definition for `bit_set` use
gingerBill
2024-05-24
1
-10
/
+4
|
/
/
*
|
Improve `fmt` parsing of struct field tags
gingerBill
2024-05-20
1
-41
/
+89
*
|
Fix the way '%32b' and other prefixed numbers are written.
Jeroen van Rijn
2024-05-20
1
-11
/
+58
[next]