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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "naked" calling convention (removes prologue and epilogue)
gingerBill
2021-04-28
1
-1
/
+2
*
Move out some intrinsics into separate procedures in llvm_backend.cpp; Rename...
gingerBill
2021-04-24
1
-2
/
+2
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
1
-0
/
+1
*
Improve `#optional_ok` logic for procedures; Add `#optional_second` for `pack...
gingerBill
2021-04-19
1
-0
/
+1
*
Experiment with new grammatical parsing rule for expression level (-strict-st...
gingerBill
2021-03-30
1
-0
/
+1
*
Make the parser support as many identifiers on the LHS in `for in` loops to i...
gingerBill
2021-03-24
1
-2
/
+1
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
1
-1
/
+2
*
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
1
-1
/
+1
*
Build tag to make all declarations within a file private to the package `//+p...
gingerBill
2021-02-23
1
-0
/
+1
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-4
/
+0
*
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
1
-5
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-6
/
+4
*
Add extra error checking in parser.cpp
gingerBill
2021-01-15
1
-4
/
+6
*
Allow string literals for `[N]byte`
gingerBill
2020-11-20
1
-2
/
+2
*
Update `odin doc` to support multiple package outputs by passing multiple pat...
gingerBill
2020-11-18
1
-0
/
+1
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
1
-0
/
+2
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-29
/
+28
*
Minimize Ast flags usage
gingerBill
2020-11-16
1
-8
/
+8
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
1
-0
/
+1
*
Inline asm expression (-llvm-api)
gingerBill
2020-10-24
1
-4
/
+27
*
Begin work on making packages import assembly sort files (.S)
gingerBill
2020-10-16
1
-6
/
+26
*
Add `+build ignore` tag
gingerBill
2020-10-15
1
-0
/
+1
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-8
/
+9
*
Revert accidental removal of `#const` for procedure variable parameters #718
gingerBill
2020-08-26
1
-1
/
+2
*
Remove some dead code
gingerBill
2020-07-14
1
-2
/
+1
*
Improve performance of tokenization and parsing
gingerBill
2020-05-27
1
-2
/
+7
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-0
/
+1
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
1
-0
/
+1
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-1
/
+1
*
Relative pointers
gingerBill
2020-05-15
1
-0
/
+4
*
Implement Allow `.?` operator to unwrap any union #549
gingerBill
2020-05-14
1
-1
/
+1
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-0
/
+2
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-0
/
+3
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-10
/
+10
*
Add extra internal memory analysis
gingerBill
2020-04-06
1
-0
/
+10
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-05
1
-2
/
+4
|
\
|
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-2
/
+4
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-29
1
-1
/
+2
|
\
|
|
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
1
-1
/
+2
*
|
Basic work on obj generation
gingerBill
2020-02-23
1
-1
/
+3
*
|
Anonymous procedure literal support
gingerBill
2020-02-08
1
-0
/
+1
*
|
Slowly add more statements and expressions; Add header file
gingerBill
2020-02-05
1
-4
/
+2
|
/
*
Add `union #maybe`
gingerBill
2020-02-01
1
-0
/
+1
*
Implement `#complete switch` by default, replace with `#partial switch` #511
gingerBill
2019-12-22
1
-12
/
+12
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-5
/
+5
*
Disallow procedure calls with an associated deferred procedure to be used in ...
gingerBill
2019-12-15
1
-2
/
+7
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-1
/
+0
*
Add new #soa and #vector syntax
gingerBill
2019-11-17
1
-0
/
+2
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
1
-0
/
+1
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
1
-0
/
+1
[next]