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/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 #3188 from Tetralux/fixchdir
gingerBill
2024-02-12
1
-13
/
+3
|
\
\
|
*
|
[os] Fix os.change_directory(), os.set_current_directory()
Tetralux
2024-02-12
1
-13
/
+3
*
|
|
remove return statement from case Type_Info_Enumerated_Array, as it causes ea...
Kay
2024-02-12
1
-1
/
+0
|
|
/
|
/
|
*
|
Add `rand.choice_enum`
gingerBill
2024-02-10
1
-0
/
+20
*
|
Add more window procedures
Lucas Perlind
2024-02-09
2
-0
/
+2
*
|
Add `core:relative`
gingerBill
2024-02-08
1
-0
/
+171
*
|
Merge pull request #3156 from laytan/spall-instrumentation
gingerBill
2024-02-07
7
-28
/
+208
|
\
\
|
*
|
fix for instrumenting on Windows
laytan
2024-02-06
1
-0
/
+1
|
*
|
indent doc.odin, makes it render nicely on the documentation site
Laytan
2024-02-05
1
-27
/
+26
|
*
|
remove unneeded no instrumentation comment, are all foreign procs anyway
Laytan
2024-02-05
1
-1
/
+0
|
*
|
implement bsd's, same as darwin
Laytan
2024-02-05
1
-4
/
+9
|
*
|
spall instrumentation
Laytan Laats
2024-02-05
8
-11
/
+187
*
|
|
Fix filepath.rel allocation behaviour
gingerBill
2024-02-06
1
-16
/
+11
*
|
|
Merge pull request #3178 from laytan/fix-virtual-static-reset-logic
gingerBill
2024-02-06
1
-2
/
+2
|
\
\
\
|
*
|
|
mem/virtual: fix arena_static_reset_to inverted logic
Laytan
2024-02-06
1
-2
/
+2
*
|
|
|
Merge pull request #3136 from Yawning/feature/crypto-hash
gingerBill
2024-02-06
17
-1914
/
+1278
|
\
\
\
\
|
*
|
|
|
core/crypto: Stop using context.temp_allocator
Yawning Angel
2024-02-07
3
-15
/
+17
|
*
|
|
|
core/crypto/poly1305: Relax the tag length check on the verify helper
Yawning Angel
2024-02-07
1
-4
/
+0
|
*
|
|
|
core/crypto/hmac: Initial import
Yawning Angel
2024-02-07
1
-0
/
+163
|
*
|
|
|
core/crypto/hash: Make the low level interface allocator-less
Yawning Angel
2024-02-07
2
-177
/
+140
|
*
|
|
|
core/crypto: Expose the block sizes for every hash algorithm
Yawning Angel
2024-02-07
11
-42
/
+100
|
*
|
|
|
core/crypto/shake: SHAKE is an XOF, not a hash
Yawning Angel
2024-02-07
2
-59
/
+27
|
*
|
|
|
core/crypto: Documentation cleanups
Yawning Angel
2024-02-07
9
-72
/
+239
|
*
|
|
|
core:crypto/hash: Add a generic higher level hash interface
Yawning Angel
2024-02-07
15
-1852
/
+899
*
|
|
|
|
Remove unneeded casts
gingerBill
2024-02-06
1
-2
/
+2
*
|
|
|
|
Clean up code for `initialize_symbols`
gingerBill
2024-02-06
1
-24
/
+17
|
/
/
/
/
*
|
/
/
Add `angle_between` and `matrix2_rotate`
gingerBill
2024-02-06
2
-0
/
+62
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #3140 from JustinRyanH/master
gingerBill
2024-02-05
1
-6
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix: remove returns ErrNo for Windows, FreeBSD, Unix
Justin Hurstwright
2024-02-02
1
-2
/
+7
|
*
|
steal the last_write from freebsd implementation
Justin Hurstwright
2024-02-02
1
-4
/
+18
|
|
/
*
|
Merge pull request #2998 from laytan/os-improvements
gingerBill
2024-02-03
5
-13
/
+82
|
\
\
|
|
/
|
/
|
|
*
fix eof logic
Laytan Laats
2023-12-14
1
-7
/
+12
|
*
implement a max read/write at a time for non-windows (windows already has this)
Laytan Laats
2023-12-14
4
-13
/
+69
|
*
make sure an eof is also returned from the file streams on non-windows
Laytan Laats
2023-12-14
1
-0
/
+8
*
|
Move Tracking_Allocator to its own file.
dev-2024-02
gingerBill
2024-02-01
3
-134
/
+137
*
|
Make file_console_logger.odin be ignored on freestanding targets
gingerBill
2024-01-31
1
-0
/
+1
*
|
Merge pull request #3138 from FourteenBrush/master
gingerBill
2024-01-29
1
-2
/
+9
|
\
\
|
*
|
Fix typo
FourteenBrush
2024-01-25
1
-1
/
+1
|
*
|
Need to unpack args
FourteenBrush
2024-01-25
1
-1
/
+1
|
*
|
Forgot to include loc param
FourteenBrush
2024-01-25
1
-2
/
+1
|
*
|
Merge branch 'master' of https://github.com/FourteenBrush/Odin
FourteenBrush
2024-01-25
163
-17595
/
+16709
|
|
\
\
|
*
|
|
Add testing.expectf
FourteenBrush
2024-01-25
1
-0
/
+8
*
|
|
|
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
9
-37
/
+57
*
|
|
|
Move core:(builtin|intrinsics) to base:
gingerBill
2024-01-29
2
-444
/
+0
*
|
|
|
Fix types for BSD
gingerBill
2024-01-28
2
-2
/
+2
*
|
|
|
Remove `core:os` dependency completely from `base:runtime`
gingerBill
2024-01-28
2
-3
/
+3
*
|
|
|
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
8
-229
/
+6
*
|
|
|
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
9
-10
/
+10
*
|
|
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
149
-185
/
+185
*
|
|
|
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
4
-47
/
+829
[prev]
[next]