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 branch 'master' of https://github.com/odin-lang/Odin
dev-2022-04
gingerBill
2022-04-04
5
-22
/
+212
|
\
|
*
documentation for the rest of the strings library
Michael Kutowski
2022-04-03
5
-22
/
+212
*
|
Remove `#caller_location` from certain calls in `core:container/small_array`
gingerBill
2022-04-04
1
-3
/
+3
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-04-02
4
-20
/
+207
|
\
|
*
sys/windows: add several procedures and macros
hikari
2022-04-02
2
-2
/
+38
|
*
sys/windows: add a couple of procedures and types
hikari
2022-04-02
2
-0
/
+68
|
*
Merge pull request #1682 from ftphikari/master
Jeroen van Rijn
2022-04-02
3
-17
/
+100
|
|
\
|
|
*
sys/windows: fix some procedure definitions and types
hikari
2022-04-01
2
-16
/
+76
|
|
*
sys/windows: add various procedures
hikari
2022-04-01
2
-0
/
+20
|
|
*
sys/windows: move L into util.odin
hikari
2022-04-01
2
-4
/
+4
|
|
*
sys/windows: fix building error
hikari
2022-04-01
1
-0
/
+1
|
|
*
sys/windows: add intrinsics.constant_utf16_cstring
hikari
2022-04-01
1
-0
/
+2
|
*
|
[strings] fix.
Jeroen van Rijn
2022-04-02
1
-1
/
+1
*
|
|
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
2
-1
/
+3
|
/
/
*
|
Add explicit memory ordering for the internal Sema implementation
gingerBill
2022-04-01
1
-5
/
+5
*
|
Fix `_Sema`
gingerBill
2022-04-01
3
-6
/
+6
|
/
*
Update `mem.nil_allocator` to match the same in `runtime`
gingerBill
2022-03-31
1
-1
/
+18
*
Merge pull request #1673 from odin-lang/new-sync
gingerBill
2022-03-31
44
-2659
/
+669
|
\
|
*
Remove code deduplication
gingerBill
2022-03-31
1
-66
/
+7
|
*
Remove pthreads dependency
gingerBill
2022-03-31
5
-64
/
+112
|
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
7
-114
/
+114
|
*
Update Thread Pool in `core:thread`
gingerBill
2022-03-31
1
-76
/
+148
|
*
Correct ordering in `auto_reset_event_signal`
gingerBill
2022-03-31
1
-2
/
+2
|
*
Clean up thread_windows.odin
gingerBill
2022-03-31
1
-12
/
+29
|
*
Rename package name to `sync`
gingerBill
2022-03-31
18
-18
/
+18
|
*
Add checks for memory ordering on fences
gingerBill
2022-03-31
1
-6
/
+6
|
*
Update the intrinsics for documentation on atomics
gingerBill
2022-03-31
1
-68
/
+35
|
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...
gingerBill
2022-03-31
1
-1
/
+1
|
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
7
-245
/
+176
|
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
36
-2052
/
+86
*
|
[ease] Fix `flux_stop`.
Jeroen van Rijn
2022-03-31
1
-7
/
+7
|
/
*
Add `intrinsics.wasm_memory_grow` `intrinsics.wasm_memory_size`
gingerBill
2022-03-30
1
-0
/
+4
*
Merge pull request #1612 from graphitemaster/fix_thread_data_races
gingerBill
2022-03-30
1
-80
/
+39
|
\
|
*
can use sync.guard here
Dale Weiler
2022-03-11
1
-2
/
+1
|
*
formatting
Dale Weiler
2022-03-11
1
-2
/
+2
|
*
fix for mac & use atomic store on write side to avoid race
Dale Weiler
2022-03-11
1
-2
/
+2
|
*
fix for spurious wakeups
Dale Weiler
2022-03-11
1
-1
/
+1
|
*
fix thread data races
Dale Weiler
2022-03-11
1
-80
/
+40
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-03-30
1
-1
/
+1
|
\
\
|
*
\
Merge pull request #1671 from colrdavidson/add_nocrt
gingerBill
2022-03-30
1
-1
/
+1
|
|
\
\
|
|
*
|
Make no crt work on Linux
Colin Davidson
2022-03-30
1
-1
/
+1
*
|
|
|
Improve spin lock for atomic_mutex_lock
gingerBill
2022-03-30
1
-5
/
+4
|
/
/
/
*
|
|
Merge pull request #1670 from ftphikari/master
Jeroen van Rijn
2022-03-29
2
-0
/
+29
|
\
\
\
|
*
|
|
sys/windows: add WM_SYSCOMMAND related constants
hikari
2022-03-29
2
-0
/
+29
*
|
|
|
[windows] Fix leak in `glob`.
Jeroen van Rijn
2022-03-29
6
-15
/
+22
|
/
/
/
*
|
|
sys/windows: add SetTimer() and KillTimer() procedures
hikari
2022-03-29
2
-0
/
+8
*
|
|
[strings] Improve `cut`, add tests for it.
Jeroen van Rijn
2022-03-27
1
-8
/
+29
*
|
|
[ease] Flux fixups.
Jeroen van Rijn
2022-03-27
1
-10
/
+8
*
|
|
Merge pull request #1663 from Skytrias/skytrias-math-ease
Jeroen van Rijn
2022-03-27
1
-0
/
+485
|
\
\
\
|
*
|
|
update delay to use deltatime, add time left
Michael Kutowski
2022-03-27
1
-11
/
+30
[next]