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/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
/
os2
Commit message (
Expand
)
Author
Age
Files
Lines
*
tidying up Query_Info return value when not in query features
Ian Lilley
2022-06-01
1
-1
/
+1
*
match user.odin and env.odin to master
jason
2022-05-16
2
-24
/
+31
*
make -vet happy
jason
2022-05-16
1
-0
/
+6
*
merge from upstream and convert to ^File types
jason
2022-05-16
24
-818
/
+1420
|
\
|
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-9
/
+12
|
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
1
-0
/
+2
|
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
7
-19
/
+45
|
*
Update error handling for os2 on windows
gingerBill
2022-05-12
13
-193
/
+312
|
*
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
3
-37
/
+473
|
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
8
-162
/
+404
|
*
Go to a `File` based approach over `Handle` based
gingerBill
2022-05-05
12
-148
/
+166
*
|
make vet happy, thread_local heap
jason
2022-05-04
3
-14
/
+11
*
|
fix mmap_to_region
jason
2022-05-04
1
-86
/
+83
*
|
heap_linux.odin
jason
2022-05-04
1
-9
/
+708
*
|
merge upstream/master
CiD-
2022-04-08
1
-1
/
+1
|
\
|
|
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-1
/
+1
*
|
commit before fetching upstream/master
CiD-
2022-04-08
1
-4
/
+4
*
|
avoid temp_allocator on stupidly long paths
CiD-
2022-04-06
3
-26
/
+117
*
|
add _chtimes
CiD-
2022-04-01
1
-2
/
+8
*
|
finish up stat, lstat and fstat
CiD-
2022-03-30
2
-20
/
+34
*
|
add os2.name
CiD-
2022-03-23
1
-6
/
+21
*
|
fix memory leak
CiD-
2022-03-15
1
-1
/
+2
*
|
mkdir_all: WHOOPS
CiD-
2022-03-14
1
-1
/
+1
*
|
mkdir_all: close last open file
CiD-
2022-03-14
1
-6
/
+6
*
|
rewrite mkdir_all
CiD-
2022-03-14
1
-4
/
+59
*
|
commit to merge upstream/master
CiD-
2022-03-14
2
-70
/
+45
*
|
getting tests to run
Jason Kercher
2022-03-10
2
-7
/
+2
*
|
os2 tests
CiD-
2022-03-08
3
-32
/
+12
*
|
added _remove_all
jasonkercher
2022-03-07
2
-27
/
+118
*
|
compiles
jasonkercher
2022-03-04
10
-63
/
+434
*
|
os2 linux begin
CiD-
2022-03-03
2
-0
/
+352
*
|
Clean up ok or error handling
gingerBill
2022-02-21
1
-51
/
+20
*
|
Start filling in the file_windows.odin procedures
gingerBill
2022-02-21
9
-131
/
+471
*
|
Get env stuff working on Windows
gingerBill
2022-02-21
6
-85
/
+111
|
/
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-8
/
+8
*
[core:os/os2] Keep -vet happy.
Jeroen van Rijn
2021-11-09
2
-2
/
+0
*
Strip semicolons
gingerBill
2021-09-19
20
-514
/
+517
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
2
-2
/
+2
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-1
/
+1
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
2
-10
/
+3
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-1
/
+1
*
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
*
Correct core:os/os2 mock-up
gingerBill
2021-04-26
2
-13
/
+13
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
21
-0
/
+1621