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
/
tests
/
core
/
flags
Commit message (
Collapse
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-11
/
+11
|
*
More conflicts during rebase
Jeroen van Rijn
8 days
1
-5
/
+5
|
*
Fix more procedure to be `contextless`
gingerBill
2025-08-08
1
-1
/
+1
|
*
flags: Rename `varg` to `overflow`, let it be renamed with config
Feoramund
2025-06-09
1
-45
/
+45
|
*
Add more `core:flags` tests to codify behavior
Feoramund
2025-06-09
1
-0
/
+104
|
*
flags: Rename `variadic` to `manifold` (breaking change)
Feoramund
2025-06-09
1
-10
/
+10
|
*
Fix data race in `test_core_flags`
Feoramund
2024-09-10
1
-13
/
+20
|
*
Begin mapping `os.Error` in the rest of the codebase
gingerBill
2024-08-04
1
-1
/
+1
|
*
Fix removal of temporary file in `core:flags` test
Feoramund
2024-06-18
1
-8
/
+7
|
*
Raise error on spaced UNIX-style flag with no value
Feoramund
2024-06-15
1
-0
/
+17
|
*
Add `--` parsing to UNIX-style `core:flags`
Feoramund
2024-06-14
1
-0
/
+27
|
|
|
|
|
This will allow a user to indicate all arguments after `--` are parsed into the variadic array.
*
Add package `core:flags`
Feoramund
2024-06-07
1
-0
/
+1350