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
/
path
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
1
-32
/
+5
|
\
|
*
clean up dynlib and path/filepath with sys/posix
Laytan
2024-10-28
1
-32
/
+5
*
|
Fix possible leak in recursive `filepath.glob`
gingerBill
2024-10-27
1
-0
/
+7
|
/
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
Merge pull request #3971 from jasonKercher/os2-process-linux
gingerBill
2024-08-16
2
-28
/
+33
|
\
|
*
update core:filepath's clean, join and split_list to return optional Allocato...
jason
2024-08-16
2
-28
/
+33
*
|
posix: add package
Laytan Laats
2024-08-14
1
-4
/
+3
|
/
*
Replace `err != 0` with `err != nil` where possible
gingerBill
2024-08-04
3
-20
/
+13
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
1
-3
/
+3
*
`os.Errno` -> `os.Error`
gingerBill
2024-08-04
2
-6
/
+6
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-2
/
+2
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-1
/
+1
*
Use correct `__error` link name for FreeBSD
Feoramund
2024-06-11
1
-1
/
+1
*
Updated core lib and did cleanup
Andreas T Jonsson
2024-04-18
1
-2
/
+2
*
Fix filepath.rel allocation behaviour
gingerBill
2024-02-06
1
-16
/
+11
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
1
-1
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
3
-3
/
+3
*
Fixed typo "fot" and clarified slashpath.ext
Jesse Stiller
2023-10-30
1
-3
/
+3
*
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
3
-10
/
+4
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-1
/
+1
*
Add docs to `core:path/filepath`
gingerBill
2023-02-28
2
-6
/
+46
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
3
-13
/
+20
*
Add `user_data: rawptr` to `filepath.Walk_Proc` callback
gingerBill
2022-12-05
1
-8
/
+8
*
Change open to be read only when opening directory
Daniel Gavin
2022-07-25
1
-1
/
+1
*
[path/slashpath] Change join() to take a slice instead of varargs
Tetralux
2022-07-21
1
-1
/
+1
*
[path/filepath] Change join() to take a []string instead of varargs
Tetralux
2022-05-21
3
-3
/
+3
*
Minor fix
gingerBill
2022-05-12
1
-1
/
+1
*
[path/filepath] Add file stem and long-extension procedures
Tetralux
2022-04-23
1
-9
/
+124
*
[windows] Fix leak in `glob`.
Jeroen van Rijn
2022-03-29
2
-5
/
+11
*
Fix issue #1537 "filepath.split_list requires a trailing separator"
gitlost
2022-03-23
1
-2
/
+8
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-1
/
+6
*
Memory Leak
Patric Dexheimer
2022-02-20
1
-2
/
+3
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
2
-3
/
+2
|
\
|
*
fix -vet for filepath/match.odin
CiD-
2022-02-08
1
-2
/
+1
|
*
os.open does r/d as default which makes a call to open a dir invalid this sho...
Platin21
2022-02-05
1
-1
/
+1
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
3
-9
/
+9
|
/
*
Move `core:path` to `core:path/slashpath`
gingerBill
2022-01-17
3
-3
/
+8
*
fix memory leak in path.join
Dale Weiler
2021-11-22
1
-1
/
+1
*
Correct `context.allocator` usage
gingerBill
2021-09-19
1
-4
/
+5
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
1
-17
/
+17
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
6
-472
/
+472
*
Add more uses of `or_return`
gingerBill
2021-08-15
1
-4
/
+1
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-1
/
+1
*
Fix linalg.transpose
gingerBill
2021-06-03
1
-1
/
+0
*
Or did it?!
gingerBill
2021-06-02
1
-2
/
+2
*
FINALLY fix `lazy_buffer_destroy`
gingerBill
2021-06-02
1
-2
/
+2
*
Fix filepath.lazy_buffer
gingerBill
2021-06-02
1
-2
/
+3
*
Clean up filepath.lazy_buffer memory leak
gingerBill
2021-06-02
1
-1
/
+7
*
Fix accidental removal of newline
jockus
2021-05-27
1
-0
/
+1
*
Remove accidental core:fmt include in path/filepath
jockus
2021-05-27
1
-1
/
+0
[next]