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
/
src
/
parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not allow duplicate #partial directives on switch statement
Krzesimir Nowak
4 hours
1
-0
/
+6
*
Require all values from a procedure iterator if the procedure is marked with ...
gingerBill
4 days
1
-0
/
+16
*
Stop silently ignoring unknown directives on an inline asm expression
Krzesimir Nowak
4 days
1
-0
/
+2
*
Merge branch 'master' into bill/feature-using-stmt
gingerBill
2026-01-30
1
-38
/
+93
|
\
|
*
Merge branch 'odin-lang:master' into vet_flags
Faker-09
2026-01-29
1
-3
/
+10
|
|
\
|
|
*
Add `struct #simple` to force a struct to use simple comparison if all of the...
gingerBill
2026-01-29
1
-3
/
+10
|
*
|
Fix for vet flags. All combinations of vet flags on the command line and top ...
Shane Shrybman
2026-01-28
1
-3
/
+3
|
|
/
|
*
Require space after the prefix of `#+build` style tags
gingerBill
2026-01-26
1
-0
/
+27
|
*
Merge pull request #6166 from laytan/vet-file-tags-in-addition-to-command-line
gingerBill
2026-01-24
1
-20
/
+8
|
|
\
|
|
*
make #+vet tags always work in addition to command line flags
Laytan Laats
2026-01-24
1
-20
/
+8
|
*
|
Fix #6165
Jeroen van Rijn
2026-01-24
1
-0
/
+6
|
|
/
|
*
Fix #6130
Jeroen van Rijn
2026-01-22
1
-0
/
+4
|
*
Add `preserve/most` and `preserve/all`
bill/must-tail
gingerBill
2026-01-15
1
-0
/
+2
|
*
Add `#must_tail` and `"preserve/none"` calling convention
gingerBill
2026-01-15
1
-0
/
+3
|
*
Add `#must_tail` (similar syntax to `#force_inline`
gingerBill
2026-01-15
1
-5
/
+18
|
*
Fix handling of #force_inline
Krzesimir Nowak
2025-12-29
1
-7
/
+7
|
*
Disallow importing directories with an `.odin` extension/suffix
gingerBill
2025-12-26
1
-0
/
+5
|
*
Fix #packed #all_or_none
Krzesimir Nowak
2025-12-18
1
-1
/
+1
*
|
Make `using` as a statement an opt-in with `#+feature using-stmt`
gingerBill
2025-12-21
1
-0
/
+2
|
/
*
Remove `#no_copy`
gingerBill
2025-11-05
1
-9
/
+2
*
Add `#all_or_none`
gingerBill
2025-11-05
1
-2
/
+16
*
Add suggestion for `T[]` to be `[]T` if a type is allowed in that parsing con...
gingerBill
2025-10-30
1
-3
/
+11
*
Add `all-bits` to feature tag
gingerBill
2025-10-09
1
-0
/
+2
*
Add `#+test` to replace `_test.odin`
gingerBill
2025-09-28
1
-0
/
+4
*
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
1
-0
/
+1
*
More thread contention removal
gingerBill
2025-09-10
1
-1
/
+9
*
Correct #+feature check
gingerBill
2025-08-08
1
-2
/
+2
*
Add `-integer-division-by-zero:self`
gingerBill
2025-08-08
1
-0
/
+1
*
Add `#+feature integer-division-by-zero:<string>`
gingerBill
2025-08-08
1
-12
/
+30
*
Merge pull request #5081 from Lperlind/vet-explicit-allocators
gingerBill
2025-07-22
1
-0
/
+5
|
\
|
*
Add -vet-explicit-allocators
Lucas Perlind
2025-04-27
1
-0
/
+5
*
|
Check for invalid subtargets.
Harold Brenes
2025-07-20
1
-3
/
+23
*
|
Use fi.is_dir instead of path_is_directory() when checking if an import is a ...
Harold Brenes
2025-07-13
1
-2
/
+2
*
|
Correct consume comment groups in both parsers
gingerBill
2025-07-11
1
-17
/
+20
*
|
[parser.cpp] - packages with `.odin` in the name no longer attempt
Hayden Gray
2025-06-05
1
-2
/
+2
*
|
Fix #5232 by adding an edge case
gingerBill
2025-05-29
1
-1
/
+9
|
/
*
Support subtargets in build tags: `#build darwin:generic` and `#build linux:a...
gingerBill
2025-04-10
1
-4
/
+8
*
Improve semicolon checking rules when parsing
gingerBill
2025-02-24
1
-2
/
+6
*
Minor rearrange for parsing field lists
gingerBill
2025-02-22
1
-113
/
+116
*
Disallow syntax: `proc(x,:T)`
gingerBill
2025-02-22
1
-0
/
+3
*
`#unroll(N) for`
gingerBill
2025-01-10
1
-11
/
+47
*
Allow `#+` tags on single files
gingerBill
2025-01-05
1
-6
/
+4
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-2
/
+2
*
Add `#+feature dynamic-literals`
gingerBill
2025-01-05
1
-0
/
+66
*
Make `#relative` types an error in parsing
gingerBill
2024-11-14
1
-0
/
+1
*
Plug a memory leak
bobsayshilol
2024-10-27
1
-2
/
+0
*
`#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...
gingerBill
2024-09-30
1
-11
/
+39
*
Forbid parsing more fields if no separator was found
Feoramund
2024-09-20
1
-1
/
+5
*
Changed some recently added //+ usages to #+ and also fixed some //+ usages i...
Karl Zylinski
2024-09-17
1
-1
/
+1
*
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
1
-11
/
+20
|
\
[next]