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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep `-vet` happy
gingerBill
2021-08-22
1
-1
/
+0
*
Use multi-pointers when appropriate
gingerBill
2021-08-22
1
-7
/
+4
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
os: Add Windows 11 detection.
Jeroen van Rijn
2021-08-21
1
-1
/
+18
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
2
-2
/
+2
*
Add assignment statement to `#no_bounds_check` etc rules. Correct `os_linux.o...
gingerBill
2021-08-15
1
-1
/
+1
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
2
-3
/
+3
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
2
-10
/
+3
*
Add missing `-> !` annotation
gingerBill
2021-06-16
1
-1
/
+1
*
More minor stylization changes (remove unneeded parentheses)
gingerBill
2021-06-14
1
-1
/
+1
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
2
-2
/
+2
*
Fix `-target:js_wasm32` for `core:runtime`
gingerBill
2021-06-08
1
-2
/
+3
*
Fix `full_path_from_name` allocator behaviour
gingerBill
2021-06-08
1
-2
/
+2
*
Merge branch 'master' into prototype-fmt
Daniel Gavin
2021-05-20
9
-81
/
+44
|
\
|
*
Minor change
gingerBill
2021-05-16
1
-0
/
+3
|
*
Redesign `os2.Error` to work with the new extended `union` behaviour
gingerBill
2021-05-16
7
-77
/
+37
|
*
Temporarily fix syscall in Linux and Freebsd (eventually to be replaced with ...
gingerBill
2021-05-13
2
-4
/
+4
*
|
Merge remote-tracking branch 'upstream/master' into prototype-fmt
Daniel Gavin
2021-04-27
3
-14
/
+14
|
\
|
|
*
Correct core:os/os2 mock-up
gingerBill
2021-04-26
2
-13
/
+13
|
*
Add cast on `S_ISDIR`
gingerBill
2021-04-24
1
-1
/
+1
|
*
Remove redundant `auto_cast`
gingerBill
2021-04-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into prototype-fmt
Daniel Gavin
2021-04-23
1
-10
/
+9
|
\
|
|
*
Fix #906
gingerBill
2021-04-20
1
-8
/
+2
|
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-9
/
+14
*
|
Merge remote-tracking branch 'upstream/master' into prototype-fmt
Daniel Gavin
2021-04-19
22
-4
/
+1654
|
\
|
|
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
21
-0
/
+1621
|
*
Update sync2 to just use atomic intrinsics rather than the parapoly wrappers
gingerBill
2021-04-12
1
-4
/
+33
*
|
fix os error
Daniel Gavin
2021-04-14
1
-2
/
+2
|
/
*
Minor fixes
gingerBill
2021-03-18
4
-5
/
+5
*
Minimize unneeded casts
gingerBill
2021-03-03
3
-6
/
+6
*
Merge pull request #855 from nakst/master
gingerBill
2021-02-27
1
-0
/
+3
|
\
|
*
update essence API header
nakst
2021-02-26
1
-0
/
+3
*
|
Update package os for package path/filepath support on macOS
gingerBill
2021-02-27
5
-57
/
+266
|
/
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
3
-48
/
+48
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-1
/
+1
*
set the correct allocators and ignore the previous and parent directory in re...
DanielGavin
2021-02-12
2
-12
/
+25
*
Clear up fmt.wprint* length logic
gingerBill
2021-02-11
1
-5
/
+5
*
Fix CI
Luka Aleksić
2021-01-21
2
-9
/
+5
*
* Add some procedures to path_unix to mirror the path_windows API
Luka Aleksić
2021-01-21
3
-5
/
+322
*
Fix layout of Stat for linux and make usage consistent across unix variants
kennethmaples
2020-12-29
3
-18
/
+22
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-0
/
+69
|
\
|
*
Keep -vet happy
gingerBill
2020-12-02
1
-3
/
+3
|
*
Keep `fmt` happy
gingerBill
2020-12-02
1
-4
/
+10
|
*
Make `os._file_stream_vtable` private
gingerBill
2020-12-02
1
-0
/
+1
|
*
Add `os.stream_from_handle`; fix `io.close`
gingerBill
2020-12-02
1
-0
/
+62
*
|
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-4
/
+4
|
/
*
Fixed getting windows version. The former function is no longer working on Wi...
zhibog
2020-10-24
1
-17
/
+16
*
Add `-microarch:<string>` (e.g. `-microarch:native`)
gingerBill
2020-10-20
1
-0
/
+7
*
Fix `os.stat` code; make `fmt.panicf` diverging
gingerBill
2020-09-30
1
-1
/
+0
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-09-29
1
-2
/
+2
|
\
[next]