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
*
Stub out os.open for wasi
gingerBill
2021-10-31
1
-47
/
+1
*
Update wasi to use `string` and slice types
gingerBill
2021-10-31
1
-6
/
+53
*
Add basic support for wasi in package os
gingerBill
2021-10-31
2
-10
/
+36
*
Add `wasi_wasm32`
gingerBill
2021-10-31
1
-31
/
+31
*
Added a read_entire_file proc that only takes a handle and turned it into a p...
zhibog
2021-10-16
1
-18
/
+30
*
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...
gingerBill
2021-09-29
1
-2
/
+2
*
Strip semicolons
gingerBill
2021-09-19
20
-514
/
+517
*
Correct `context.allocator` usage
gingerBill
2021-09-19
1
-1
/
+3
*
Make sure to `delete` on the right allocator.
Jeroen van Rijn
2021-09-19
1
-1
/
+3
*
Fix read_dir on OSX
Ricardo Silva
2021-09-13
2
-7
/
+6
*
replace lstat/fstat with lstat64/fstat64 since they return the correct values
Ricardo Silva
2021-09-10
1
-3
/
+3
*
Fix absolute_path_from_handle on OSX
Ricardo Silva
2021-09-09
1
-6
/
+9
*
Minor correct for freebsd
gingerBill
2021-09-08
1
-2
/
+2
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
5
-824
/
+824
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
8
-648
/
+648
*
Remove `Syscall` type
gingerBill
2021-08-29
1
-2
/
+1
*
Update usage of `syscall` to use the intrinsics
gingerBill
2021-08-29
1
-2
/
+2
*
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
[next]