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
...
*
Use `gb_zero_*` calls
gingerBill
2024-07-15
1
-1
/
+1
*
Comment out debug code
gingerBill
2024-07-15
1
-2
/
+2
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+1
*
Give better syntax error messages for things like `#define Example 123`
gingerBill
2024-07-10
1
-1
/
+33
*
Cache files, env, and args
gingerBill
2024-07-09
1
-0
/
+10
*
Remove `*_test.odin`; always compile it for all targets
gingerBill
2024-07-04
1
-7
/
+0
*
Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopens
gingerBill
2024-07-02
1
-2
/
+1
|
\
|
*
wasm: add foreign import and linking of wasm object files
Laytan Laats
2024-07-02
1
-2
/
+1
*
|
Merge pull request #3760 from Feoramund/refactor-show-error-on-line
gingerBill
2024-07-01
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix displaying emptiness when error is on first line
Feoramund
2024-06-14
1
-0
/
+5
|
*
Fix displaying error on wrong line with token at EOL
Feoramund
2024-06-14
1
-0
/
+6
*
|
Improve `-strict-style` rules for `if-else` statements
gingerBill
2024-06-29
1
-4
/
+12
*
|
Add `-vet-tabs`
gingerBill
2024-06-29
1
-0
/
+41
*
|
`-strict-style` enforce 1TBS (mostly)
gingerBill
2024-06-29
1
-2
/
+9
*
|
Allow for `when x in y {` (minor oversight in syntax)
gingerBill
2024-06-29
1
-0
/
+3
*
|
Improve error reporting on "Failed to parse fail" and show the line error if ...
gingerBill
2024-06-28
1
-3
/
+26
*
|
Improve tokenizing wrong number literals
gingerBill
2024-06-28
1
-1
/
+11
*
|
Remove `@(warning)` and `#warning(...)`
gingerBill
2024-06-25
1
-1
/
+1
*
|
Add `#warning(<string>)` builtin compile time procedure
gingerBill
2024-06-20
1
-1
/
+1
|
/
*
Fix #3727
gingerBill
2024-06-10
1
-0
/
+3
*
Improve parsing for `label: #reverse for` and `label: #partial switch`
gingerBill
2024-06-10
1
-2
/
+4
*
Fix `or_or_<branch>` error messages
Feoramund
2024-06-09
1
-4
/
+4
*
Change parser to use `^Expr` rather than `string` for the foreign import paths
gingerBill
2024-05-28
1
-1
/
+1
*
Delay checking foreign import paths until after global scope is checked
gingerBill
2024-05-28
1
-3
/
+25
*
Begin moving `foreign import` import paths to be evaluated in the semantic ph...
gingerBill
2024-05-27
1
-36
/
+29
*
Improve "Expected a type" syntax error
gingerBill
2024-05-20
1
-2
/
+8
*
Make `..` ranges a complete error rather than a warning now.
gingerBill
2024-05-13
1
-1
/
+1
*
Make `core:runtime` etc a warning, and an error with `-vet`
gingerBill
2024-05-13
1
-2
/
+23
*
Suggest `-all-packages` if testing empty directory
Feoramund
2024-05-12
1
-0
/
+4
*
Fix #3567
gingerBill
2024-05-10
1
-0
/
+2
*
With `-vet-style`, give suggestion of separating where clauses with a comma r...
gingerBill
2024-05-09
1
-1
/
+1
*
Fix #3530
gingerBill
2024-05-07
1
-0
/
+4
*
Recognize dynamic library names like libraylib.so.5.0.0
joakin
2024-04-19
1
-1
/
+1
*
Add basic suggestion to missing `package` name
gingerBill
2024-04-15
1
-0
/
+6
*
Improve error messages for people using keywords instead of identifiers
gingerBill
2024-04-08
1
-1
/
+9
*
Add better error messages with suggestions for using `context` as an identifier
gingerBill
2024-04-04
1
-0
/
+14
*
Improve C-like syntax mistakes error messages
gingerBill
2024-03-27
1
-0
/
+1
*
Fix parsing bug on `bit_set[;x]`
gingerBill
2024-03-27
1
-0
/
+5
*
Remove old error message for #3062
gingerBill
2024-03-24
1
-3
/
+0
*
Fix #3319
gingerBill
2024-03-24
1
-0
/
+18
*
Add error block around `error_line` calls
gingerBill
2024-03-23
1
-3
/
+3
*
Treat `*x` as an unary operator to improve error messages for common C-progra...
gingerBill
2024-03-23
1
-1
/
+6
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-8
/
+9
*
Fix error message
gingerBill
2024-03-20
1
-1
/
+1
*
Fix #3299
gingerBill
2024-03-20
1
-0
/
+13
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-0
/
+13
*
Replace `gb_exit(1)` with `exit_with_errors()` where appropriate
gingerBill
2024-03-19
1
-2
/
+2
*
Improve parsing for `bit_field`
gingerBill
2024-02-22
1
-0
/
+8
*
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-2
/
+8
*
Remove debug message
gingerBill
2024-02-22
1
-1
/
+1
[prev]
[next]