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
*
Update doc line for `core:os` and `core:os/old`.
Jeroen van Rijn
30 hours
2
-5
/
+4
*
Use when-block for sanitizer poisoning
oxSleep
38 hours
1
-16
/
+18
*
Merge branch 'master' of github.com:odin-lang/Odin
Jeroen van Rijn
42 hours
1
-1
/
+1
|
\
|
*
Merge pull request #6268 from lodinukal/fix_dynamic_handle_map
gingerBill
43 hours
1
-1
/
+1
|
|
\
|
|
*
use xar.len instead of len for accessing length of items
imlodinu
46 hours
1
-1
/
+1
*
|
|
Fix `os.stem`, `os.short_stem`.
Jeroen van Rijn
43 hours
1
-14
/
+10
|
/
/
*
/
Fix #6267
Jeroen van Rijn
44 hours
1
-4
/
+6
|
/
*
Merge pull request #6261 from Faker-09/strings_remove_mem_depend
Jeroen van Rijn
2 days
4
-60
/
+66
|
\
|
*
Remove core:mem dependency from strings builder
Shane Shrybman
2 days
1
-14
/
+11
|
*
Remove core:mem dependency from strings conversion.odin
Shane Shrybman
2 days
1
-12
/
+12
|
*
Remove core:mem dependency from strings builder
Shane Shrybman
2 days
1
-11
/
+24
|
*
strings.compare() can be an alias of runtime.string_cmp()
Shane Shrybman
3 days
1
-9
/
+1
|
*
Remove core:mem dependency from strings intern.odin
Shane Shrybman
3 days
1
-2
/
+1
|
*
Add the length checks back to string.compare()
Shane Shrybman
3 days
1
-1
/
+7
|
*
strings.compare() can wrap runtime.string_cmp()
Shane Shrybman
3 days
1
-9
/
+1
|
*
Remove core:mem dependency from core:strings
Shane Shrybman
3 days
1
-34
/
+41
*
|
Remove `core:mem` imports from `core:encoding`.
Jeroen van Rijn
3 days
4
-11
/
+8
*
|
Remove `core:mem` import from `core:container/bit_array`.
Jeroen van Rijn
3 days
1
-2
/
+1
*
|
Remove `core:mem` import from `core:container/pool`.
Jeroen van Rijn
3 days
3
-11
/
+7
*
|
Remove `core:mem` import from `core:crypto`.
Jeroen van Rijn
3 days
49
-205
/
+270
*
|
Remove `core:mem` import from `core:sync/chan`.
Jeroen van Rijn
3 days
1
-22
/
+22
*
|
Remove `core:mem` import from `core:math/big`.
Jeroen van Rijn
3 days
4
-21
/
+18
*
|
Remove `core:mem` import from `core:sys/darwin/Foundation`.
Jeroen van Rijn
3 days
1
-6
/
+6
*
|
Remove `core:mem` import from `core:math/big`.
Jeroen van Rijn
3 days
1
-9
/
+14
*
|
Fix #6265
Jeroen van Rijn
3 days
1
-4
/
+11
*
|
Narrowly tailor panic.
Jeroen van Rijn
3 days
1
-1
/
+1
*
|
Add `core:log` support for js/wasm
Jeroen van Rijn
3 days
12
-11
/
+171
*
|
Simplify
Jeroen van Rijn
3 days
1
-2
/
+2
*
|
Make `core:flags` file open errors more readable
Jeroen van Rijn
3 days
1
-6
/
+31
*
|
Restrict `math.wrap` to floats.
Jeroen van Rijn
3 days
1
-1
/
+1
*
|
Fix #6251
Jeroen van Rijn
3 days
1
-46
/
+76
|
/
*
Revert "fix wrong allocator in `endpoint_to_string`"
Laytan Laats
3 days
1
-2
/
+2
*
fix wrong allocator in `endpoint_to_string`
Laytan Laats
3 days
1
-2
/
+2
*
Remove @(require_results) from `os.read_directory_iterator`
Jeroen van Rijn
3 days
1
-1
/
+0
*
Merge pull request #6245 from odin-lang/new_os
gingerBill
4 days
187
-3613
/
+3812
|
\
|
*
Only count bits in touched array members.
new_os
Jeroen van Rijn
5 days
1
-3
/
+2
|
*
Unwrap cpu affinity syscalls.
Jeroen van Rijn
6 days
2
-5
/
+5
|
*
!= nil
Jeroen van Rijn
6 days
1
-1
/
+1
|
*
Implement `get_processor_core_count` without libc for Linux.
Jeroen van Rijn
6 days
1
-2
/
+9
|
*
Fix package line
Jeroen van Rijn
6 days
1
-1
/
+1
|
*
Fix up ABI name for core:os and core:os/old
Jeroen van Rijn
6 days
105
-122
/
+111
|
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
152
-1626
/
+1624
|
*
Remove all `core:os` imports from JS targets
Jeroen van Rijn
6 days
29
-183
/
+281
|
*
Fix os2 file_wasi
Jeroen van Rijn
7 days
1
-3
/
+5
|
*
Remove unused import
Jeroen van Rijn
7 days
1
-1
/
+0
|
*
One more fix.
Jeroen van Rijn
7 days
1
-1
/
+1
|
*
Fix more merge conflicts.
Jeroen van Rijn
7 days
2
-8
/
+8
|
*
new_os: core/prof/spall
Laytan
7 days
4
-37
/
+28
|
*
Remove os2 mockup warning
Jeroen van Rijn
7 days
1
-5
/
+0
|
*
remove import
Jeroen van Rijn
7 days
1
-2
/
+0
[next]