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
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
1
-1
/
+5
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
1
-3
/
+8
*
Change `error` to `syntax_error` in parser
gingerBill
2019-10-13
1
-28
/
+28
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-34
/
+4
*
Fix typos and make demo work with -vet
gingerBill
2019-10-08
1
-1
/
+1
*
Change implicit semicolon rules for record types within procedure bodies; Upd...
gingerBill
2019-10-06
1
-1
/
+2
*
Change precedence for `in` and `notin` to match + - | ~
gingerBill
2019-10-06
1
-5
/
+6
*
Make `typeid` semantics consistent across variables and constants
gingerBill
2019-10-06
1
-4
/
+0
*
Add `where` clauses to `struct` and `union`
gingerBill
2019-09-08
1
-17
/
+50
*
Fix Compiler does not complain about missing semicolon #433
gingerBill
2019-09-04
1
-5
/
+10
*
Clean up thread pool code
gingerBill
2019-09-03
1
-5
/
+6
*
Improve thread pool (volatile hints, etc)
gingerBill
2019-09-02
1
-1
/
+1
*
Minor changes
gingerBill
2019-09-01
1
-4
/
+1
*
ThreadPool for the parser
gingerBill
2019-09-01
1
-193
/
+50
*
`where` clauses for procedure literals
gingerBill
2019-08-31
1
-12
/
+38
*
Make `require_results` an attribute rather than a suffix tag for procedures
gingerBill
2019-08-31
1
-1
/
+5
*
Merge pull request #425 from thebirk/parser-threading
gingerBill
2019-08-29
1
-21
/
+106
|
\
|
*
Properly removed the semaphore.
thebirk
2019-08-29
1
-1
/
+0
|
*
Removed unused semaphore on Parser.
thebirk
2019-08-29
1
-2
/
+0
|
*
Cleaned up parse_packages and the worker proc.
thebirk
2019-08-29
1
-38
/
+12
|
*
Removed gb_thread_set_name because it segfaults on linux.
thebirk
2019-08-26
1
-3
/
+4
|
*
Im just trying things at this point, Bill should just squash this PR at merge...
thebirk
2019-08-26
1
-5
/
+11
|
*
Fixed error where the parser would end early.
thebirk
2019-08-26
1
-7
/
+27
|
*
Fixed parser creating a new thread for each file.
thebirk
2019-08-26
1
-10
/
+97
*
|
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
1
-4
/
+79
|
/
*
Struct field tags
gingerBill
2019-08-09
1
-8
/
+29
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
1
-0
/
+1
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-8
/
+0
*
Add extra error handling for parsing slices
gingerBill
2019-07-09
1
-8
/
+20
*
union #no_nil
gingerBill
2019-07-09
1
-2
/
+9
*
Disallow blank identifier polymorphic types $_
gingerBill
2019-07-07
1
-0
/
+6
*
Fix ranges in switch statement for strings
gingerBill
2019-06-21
1
-1
/
+1
*
Update parsers
gingerBill
2019-05-28
1
-2
/
+2
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-9
/
+18
*
Add an error for C-style pointer selector expressions using '->' when parsing
gingerBill
2019-05-09
1
-0
/
+7
*
Slight change to determine_path_from_string rules
gingerBill
2019-04-20
1
-4
/
+8
*
Change the file name rules for imports (use / rather than \ on windows)
gingerBill
2019-04-20
1
-11
/
+31
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
1
-14
/
+21
*
Remove dead keywords; Fix `min` and `max` for enum types
gingerBill
2019-03-31
1
-1
/
+0
*
Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...
gingerBill
2019-03-31
1
-2
/
+3
*
Improve a tokenizer error message; Add extra tokens for `in` and `notin` for ...
gingerBill
2019-03-24
1
-1
/
+2
*
Implicit Selector Expressions: `.A`
gingerBill
2019-03-06
1
-1
/
+23
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-28
/
+27
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-8
/
+2
*
Add "none" calling convention
gingerBill
2019-02-23
1
-0
/
+1
*
Replace redundant code
gingerBill
2019-02-06
1
-1
/
+1
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
1
-19
/
+27
*
Fix typo in parser.cpp
gingerBill
2019-01-29
1
-1
/
+1
*
Pass any and union "by pointer" to make the tag a pointer
gingerBill
2019-01-26
1
-40
/
+14
*
Remove dead code
gingerBill
2019-01-24
1
-27
/
+0
[next]