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
...
*
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
*
Remove unused directive
gingerBill
2019-01-03
1
-8
/
+0
*
Fix parsing issue with stray `}` and `case` at the file scope
gingerBill
2018-12-31
1
-1
/
+14
*
Add `static` to `fix_advance_to_next_stmt`
gingerBill
2018-12-28
1
-2
/
+1
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
1
-4
/
+28
*
Remove `#[...]` attribute syntax.
gingerBill
2018-12-26
1
-52
/
+48
*
Support `#[...]` as an alternative attribute syntax
gingerBill
2018-12-26
1
-86
/
+93
*
`notin` operator
gingerBill
2018-12-21
1
-1
/
+2
*
Remove weird bit_set shorthand; Add extra type hinting
gingerBill
2018-12-15
1
-23
/
+12
*
Disallow casting between `cstring` and `[]u8`
gingerBill
2018-12-14
1
-2
/
+12
*
Labels for block and if statements (break only)
gingerBill
2018-12-08
1
-0
/
+6
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-1
/
+24
*
Lock on possible race condition in parser
gingerBill
2018-11-29
1
-1
/
+4
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+17
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-0
/
+3
*
Minor logic change for reserved package names
gingerBill
2018-10-20
1
-6
/
+9
*
Move atomic intrinsics to the new built-in package intrinsics
gingerBill
2018-10-20
1
-5
/
+15
*
Remove AstTypeType
gingerBill
2018-10-13
1
-13
/
+1
*
Remove `type` as being a keyword
gingerBill
2018-10-13
1
-34
/
+12
*
Syntactic sugar for anonymous enum within a bit set
gingerBill
2018-09-11
1
-12
/
+22
*
Allow for optional ok for return
gingerBill
2018-09-11
1
-0
/
+24
*
Fix cloning of `auto_cast` Ast
gingerBill
2018-09-10
1
-0
/
+3
*
Procedure inlining on call site
gingerBill
2018-09-09
1
-8
/
+20
*
Make diverging procedure types different from ones without a return type
gingerBill
2018-09-09
1
-7
/
+7
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-4
/
+11
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-10
/
+23
*
Fix minor parsing issue for polymorphic identifiers
Ginger Bill
2018-09-04
1
-1
/
+1
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-1
/
+55
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-10
/
+56
*
Parallelize parser on *nix
gingerBill
2018-08-19
1
-2
/
+1
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-5
/
+13
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-1
/
+6
*
Fix typos in parser
gingerBill
2018-08-16
1
-7
/
+7
*
Fix defer ir bug
gingerBill
2018-08-15
1
-24
/
+7
*
`bit_set` constants
gingerBill
2018-08-14
1
-3
/
+16
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+21
*
`auto_cast` prefix for procedure parameters
gingerBill
2018-08-09
1
-8
/
+16
*
Add `*with_allocator` procedures to `mem`
gingerBill
2018-08-05
1
-1
/
+1
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
1
-35
/
+1
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-12
/
+6
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
1
-14
/
+49
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-22
/
+21
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-80
/
+27
[prev]
[next]