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
/
os.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
1
-92
/
+6
*
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-7
/
+7
*
Fix reading from `/sys/` pseudo fx
Jeroen van Rijn
2023-10-26
1
-2
/
+2
*
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
1
-1
/
+1
*
Add caller location info to `os.read_entire_file()`
Daniel
2023-01-27
1
-5
/
+5
*
shuffle to private/public wrapper
Colin Davidson
2023-01-06
1
-0
/
+4
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-5
/
+5
*
Fix indent
Vitaly Kravchenko
2022-09-21
1
-1
/
+1
*
Minor improvements to io and os
gingerBill
2022-05-05
1
-0
/
+4
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
1
-2
/
+10
|
\
|
*
add zeroing regardless of ODIN_OS
CiD-
2022-01-20
1
-6
/
+5
|
*
add zeroing to new region from realloc
CiD-
2021-12-17
1
-2
/
+11
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
|
/
*
Add `os.read_at_least` and `os_read_full` utility procedures.
gingerBill
2021-11-27
1
-21
/
+40
*
Added a read_entire_file proc that only takes a handle and turned it into a p...
zhibog
2021-10-16
1
-18
/
+30
*
Make sure to `delete` on the right allocator.
Jeroen van Rijn
2021-09-19
1
-1
/
+3
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-84
/
+84
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-2
/
+2
*
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
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-1
/
+3
*
Merge pull request #727 from JoshuaManton/master-fork
gingerBill
2020-09-03
1
-2
/
+2
|
\
|
*
Add allocator parameter to os.read_entire_file()
Joshua Mark Manton
2020-09-02
1
-2
/
+2
*
|
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-0
/
+3
*
|
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-0
/
+7
*
|
Clean-up OS constants; Clean-up procs_wasm32.odin
gingerBill
2020-07-09
1
-0
/
+5
*
|
Fix darwin open flags and mode
Hasen Judy
2020-04-19
1
-1
/
+1
*
|
Fix os.read_entire_file
gingerBill
2020-03-12
1
-1
/
+1
*
|
Fix os.read / os.read_entire_file
Tetralux
2020-03-12
1
-8
/
+8
*
|
Fix heap allocator alignment on all platforms
Tetralux
2020-01-22
1
-60
/
+41
*
|
Linux: write_entire_file sets 644 permissions on open.
Justas Dabrila
2019-12-23
1
-1
/
+8
*
|
Fix typo
gingerBill
2019-12-01
1
-1
/
+1
*
|
Disable aligned heap allocations hack in os.heap_allocator_proc
gingerBill
2019-12-01
1
-0
/
+20
*
|
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+1
*
|
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
1
-3
/
+4
*
|
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
1
-6
/
+45
|
/
*
Using implicit selector expressions in the core library
gingerBill
2019-03-06
1
-6
/
+4
*
Add `os.file_size_from_path`
gingerBill
2019-02-25
1
-0
/
+14
*
Update runtime printing code
gingerBill
2018-10-11
1
-0
/
+40
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-0
/
+3
*
Add `utf8_to_ucs2` for package win32 so that the wide procedures can used by ...
gingerBill
2018-08-30
1
-2
/
+2
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-1
/
+1
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-1
/
+1
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
1
-3
/
+3
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-3
/
+36
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-3
/
+5
*
Parse directories to be packages
gingerBill
2018-05-21
1
-0
/
+64