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 `sort.map_entries_by_key` `sort.map_entries_by_value`
gingerBill
2022-01-01
1
-0
/
+33
*
Add `core:container/queue`
gingerBill
2022-01-01
1
-0
/
+205
*
Remove the hidden NUL byte past the end from `bytes.clone`
gingerBill
2022-01-01
1
-2
/
+1
*
Remove the hidden NUL byte past the end from `strings.clone`
gingerBill
2022-01-01
1
-2
/
+1
*
Correct `_shift_down` logic
gingerBill
2022-01-01
1
-8
/
+7
*
Fix typo in priority_queue.odin and add `default_swap_proc`
gingerBill
2022-01-01
1
-1
/
+7
*
Fix conversion from float to quaternion
gingerBill
2021-12-31
1
-2
/
+2
*
Extended crypto API by variants that write the result into a destination buff...
zhibog
2021-12-31
22
-479
/
+1893
*
Change the implementation of `Priority_Queue` to have a better interface that...
gingerBill
2021-12-30
1
-104
/
+102
*
Add `core:container/priority_queue`
gingerBill
2021-12-29
1
-0
/
+140
*
Move bash.djbx33a to hash.odin
gingerBill
2021-12-29
2
-18
/
+17
*
Add `hash.djbx33a`
gingerBill
2021-12-29
1
-0
/
+18
*
Minor improvements to `core:container/small_array`
gingerBill
2021-12-29
1
-3
/
+3
*
Add `core:container/small_array`
gingerBill
2021-12-29
1
-0
/
+117
*
Merge pull request #1354 from Kelimion/bit_vector
Jeroen van Rijn
2021-12-28
2
-0
/
+176
|
\
|
*
[core:container/bit_vector] Create new package.
Jeroen van Rijn
2021-12-28
2
-0
/
+176
*
|
make `slice.as_ptr` return `[^]E`
gingerBill
2021-12-28
1
-1
/
+1
*
|
Merge pull request #1350 from thePHTest/json-typo
gingerBill
2021-12-28
1
-25
/
+25
|
\
\
|
|
/
|
/
|
|
*
Fix 'unmarsal' typo
Phil H
2021-12-05
1
-25
/
+25
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-28
3
-2
/
+12
|
\
\
|
*
\
Merge pull request #1394 from Tetralux/parse-allman-for
Jeroen van Rijn
2021-12-25
1
-0
/
+1
|
|
\
\
|
|
*
|
core:odin/parser: Fix parsing of Allman style braces in for loops
Tetralux
2021-12-25
1
-0
/
+1
|
*
|
|
Parse #no_nil on unions
Tetralux
2021-12-25
2
-0
/
+8
|
|
/
/
|
*
|
Merge pull request #1382 from Tetralux/rename-to-dynamic
gingerBill
2021-12-21
1
-2
/
+3
|
|
\
\
|
|
*
|
Rename slice.to_dynamic to slice.clone_to_dynamic
Tetralux
2021-12-21
1
-2
/
+3
*
|
|
|
Remove `core:container` contents
gingerBill
2021-12-28
8
-1378
/
+0
|
/
/
/
*
/
/
fix math.prod
gilles
2021-12-16
1
-0
/
+1
|
/
/
*
|
Fix typo
gingerBill
2021-12-12
1
-2
/
+2
*
|
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
Jeroen van Rijn
2021-12-11
3
-129
/
+96
*
|
Fix `rat_set_f64`
gingerBill
2021-12-11
1
-5
/
+5
*
|
Fix `fields_proc` in `strings` and `bytes`
gingerBill
2021-12-11
2
-2
/
+2
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-11
1
-0
/
+5
|
\
\
|
*
\
Merge pull request #1358 from Kelimion/big_math_fix
Jeroen van Rijn
2021-12-09
1
-0
/
+5
|
|
\
\
|
|
*
|
[math/big] Return 0, .Integer_Underflow if trying to get a negative number to...
Jeroen van Rijn
2021-12-09
1
-0
/
+5
*
|
|
|
Fix #1362 `strings.index_any`
gingerBill
2021-12-11
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-09
4
-41
/
+89
|
\
|
|
|
*
|
[math/big] Fix int_set and int_get.
Jeroen van Rijn
2021-12-09
2
-31
/
+51
*
|
|
Make `strconv` more robust
gingerBill
2021-12-09
1
-1
/
+3
*
|
|
Add utility procedures to get low values
gingerBill
2021-12-09
1
-0
/
+29
*
|
|
Minor style change
gingerBill
2021-12-09
1
-5
/
+5
|
/
/
*
/
Fix bugs in big.Rat caused by typos
gingerBill
2021-12-07
1
-3
/
+3
|
/
*
Do not save the comment when peeking.
Daniel Gavin
2021-12-02
1
-3
/
+15
*
Include Matrix_Type to the `is_literal_type` switch statement.
Daniel Gavin
2021-11-28
1
-0
/
+1
*
Correct reading from a console on Windows
gingerBill
2021-11-27
1
-9
/
+64
*
Add `os.read_at_least` and `os_read_full` utility procedures.
gingerBill
2021-11-27
1
-21
/
+40
*
Add new utf16 procedures: `decode`, `decode_to_utf8`
gingerBill
2021-11-27
1
-0
/
+48
*
Add `procs_windows_amd64.asm` for use with `-no-crt`
gingerBill
2021-11-24
2
-9
/
+15
*
Merge pull request #1277 from Yawning/feature/modern-crypto
gingerBill
2021-11-23
19
-52
/
+2448
|
\
|
*
crypto: Add rand_bytes
Yawning Angel
2021-11-17
3
-0
/
+55
|
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
6
-52
/
+101
[next]