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
*
Keep -vet happy
gingerBill
2023-07-31
1
-12
/
+12
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
10
-136
/
+140
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
7
-176
/
+163
*
Fix #2684
Jeroen van Rijn
2023-07-28
6
-57
/
+80
*
coalesce tombstones in map insert
jason
2023-07-21
1
-98
/
+118
*
Fix small doc mistakes in arena.odin
Eric Johnson
2023-07-11
1
-4
/
+4
*
Merge pull request #2640 from z64/z64/mutex
Jeroen van Rijn
2023-07-11
1
-3
/
+14
|
\
|
*
Fixup link format
Zac Nowicki
2023-07-11
1
-1
/
+1
|
*
Improve Mutex struct documentation
Zac Nowicki
2023-07-09
1
-3
/
+14
*
|
Fix attribute
ryuukk
2023-07-11
1
-2
/
+2
*
|
Deprecate htons, htonl, ntohl, ntohs
ryuukk
2023-07-11
1
-0
/
+2
*
|
Merge pull request #2642 from ryuukk/patch-4
Jeroen van Rijn
2023-07-10
1
-0
/
+8
|
\
\
|
*
|
Fix doc links
ryuukk
2023-07-10
1
-4
/
+4
|
*
|
Add definitions for network byte order conversion procs
ryuukk
2023-07-10
1
-0
/
+8
|
|
/
*
/
Add CopyFileW
ryuukk
2023-07-10
1
-0
/
+5
|
/
*
fix: make -vet not complain
ramn
2023-07-09
1
-0
/
+2
*
Fix #2637
ramn
2023-07-08
1
-2
/
+3
*
Remove math usage of raw LLVM intrinsic prototypes
gingerBill
2023-07-07
1
-16
/
+82
*
add `ADDRESS_FAMILY` to darwin (currently only available in linux)
Laytan Laats
2023-07-03
1
-4
/
+5
*
Begin work on `core:math/cmplx`
gingerBill
2023-06-28
3
-0
/
+1195
*
Improve accuracy of `abs` or `complex*` types
gingerBill
2023-06-28
1
-6
/
+27
*
Add `math.sincos`
gingerBill
2023-06-28
1
-0
/
+308
*
Actually add math.hypot
gingerBill
2023-06-28
1
-33
/
+39
*
Add `math.hypot`
gingerBill
2023-06-28
1
-0
/
+68
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-06-28
1
-2
/
+5
|
\
|
*
fix(set_env): use `clone_to_cstring` instead of `unsafe_to_cstring`
Rickard Andersson
2023-06-27
1
-2
/
+2
|
*
style: use tabs
Rickard Andersson
2023-06-27
1
-3
/
+3
|
*
cleanup: remove leftover line
Rickard Andersson
2023-06-27
1
-1
/
+0
|
*
fix(os): use `setenv` instead of `putenv`
Rickard Andersson
2023-06-27
1
-1
/
+5
*
|
Replace `mem` with `runtime` in `core:slice`
gingerBill
2023-06-28
2
-22
/
+28
|
/
*
Default to `panic` allocator for wasm targets
gingerBill
2023-06-26
4
-11
/
+59
*
Fix fmt implementation for `js`
gingerBill
2023-06-26
1
-13
/
+10
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
14
-33
/
+33
*
Merge pull request #2584 from odin-lang/new-io
gingerBill
2023-06-23
40
-1009
/
+693
|
\
|
*
Use `i64` instead of `int` for internal procedures
gingerBill
2023-06-14
4
-48
/
+68
|
*
Merge branch 'master' into new-io
gingerBill
2023-06-14
7
-17
/
+14
|
|
\
|
*
|
Ignore BSD's for stream.odin
gingerBill
2023-06-08
1
-5
/
+13
|
*
|
Put stream into the impl
gingerBill
2023-06-08
4
-17
/
+19
|
*
|
Use `io.Stream` as the internal interface for `os2.File`
gingerBill
2023-06-08
4
-104
/
+131
|
*
|
Update os2 to new `io.Stream`
gingerBill
2023-06-08
2
-61
/
+41
|
*
|
Just make the `io.Reader` etc aliases
gingerBill
2023-06-08
26
-115
/
+110
|
*
|
Update to new io interface
gingerBill
2023-06-08
34
-822
/
+474
*
|
|
Merge pull request #2597 from odin-lang/ordered-named-arguments
gingerBill
2023-06-23
15
-90
/
+90
|
\
\
\
|
*
|
|
Use positional and named arguments within the core library
gingerBill
2023-06-21
14
-80
/
+80
|
*
|
|
Make error checks diverging where possible
gingerBill
2023-06-20
1
-10
/
+10
|
|
|
/
|
|
/
|
*
|
|
fixed dynlib wasm stub
Rehkitzdev
2023-06-22
1
-3
/
+3
*
|
|
Merge pull request #2582 from ftphikari/master
gingerBill
2023-06-21
4
-123
/
+49
|
\
\
\
|
*
|
|
[core:thread] Seeing if this fixes network tests
hikari
2023-06-07
4
-34
/
+17
|
*
|
|
[core:thread] Fix compilation
hikari
2023-06-07
2
-0
/
+4
|
*
|
|
[core:thread] Added `self_cleanup` flag to properly auto-clean threads
hikari
2023-06-07
3
-99
/
+38
[next]