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
...
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-18
/
+8
*
#import search rule: relative then core/
Ginger Bill
2016-09-17
1
-21
/
+61
*
VarDecl and ConstDecl split; error, warning, et al. now global
Ginger Bill
2016-09-17
1
-138
/
+113
*
#import and #load
Ginger Bill
2016-09-16
1
-2
/
+15
*
Call expression, either handle all or ignore all results.
Ginger Bill
2016-09-16
1
-4
/
+33
*
ssa - alloca all variables at the very start
Ginger Bill
2016-09-15
1
-16
/
+34
*
#file #line directives
Ginger Bill
2016-09-15
1
-0
/
+12
*
Fix namespacing issues for #import; allow using ImportName
Ginger Bill
2016-09-14
1
-4
/
+5
*
#import "" as namespace
Ginger Bill
2016-09-14
1
-11
/
+30
*
Basic module system (only file namespacing)
Ginger Bill
2016-09-14
1
-41
/
+1
*
Begin work on modules - No codegen!!!
Ginger Bill
2016-09-14
1
-22
/
+75
*
Fix addressing modes for selectors
Ginger Bill
2016-09-13
1
-5
/
+5
*
Remove len(), cap() and replace with selectors; fix defer in match
Ginger Bill
2016-09-13
1
-15
/
+30
*
Fix array bounds checking
Ginger Bill
2016-09-12
1
-23
/
+23
*
Switchable array bounds checking
Ginger Bill
2016-09-12
1
-12
/
+45
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
1
-11
/
+49
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
1
-5
/
+10
*
Remove duplicates in type info data.
Ginger Bill
2016-09-09
1
-2
/
+10
*
Fix match statements for the new AstNodeArray type
Ginger Bill
2016-09-08
1
-1
/
+2
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-0
/
+3
*
Remove AstNode linked lists and replace with arrays
Ginger Bill
2016-09-07
1
-275
/
+217
*
Basic variadic `print` procedure
Ginger Bill
2016-09-07
1
-7
/
+16
*
`any` type
Ginger Bill
2016-09-07
1
-3
/
+2
*
Begin Type_Info
Ginger Bill
2016-09-07
1
-4
/
+13
*
Speed up SSA generation and clang compilation
Ginger Bill
2016-09-05
1
-0
/
+1
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-38
/
+83
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
1
-6
/
+35
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
1
-71
/
+102
*
min, max, abs
Ginger Bill
2016-09-02
1
-0
/
+78
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-198
/
+176
*
`down_cast`
Ginger Bill
2016-08-31
1
-6
/
+10
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
1
-146
/
+154
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
1
-14
/
+79
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-28
/
+151
*
Save before Demo 001
Ginger Bill
2016-08-25
1
-2
/
+2
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-1
/
+16
*
`using` on struct/union fields
Ginger Bill
2016-08-24
1
-10
/
+28
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-13
/
+46
*
Infix and Postfix procedure calls
gingerBill
2016-08-23
1
-3
/
+26
*
Integer Enumerations
gingerBill
2016-08-22
1
-3
/
+56
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-13
/
+28
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-1
/
+21
*
field = value, for structure literals
gingerBill
2016-08-16
1
-3
/
+12
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-37
/
+1
*
defer statements
gingerBill
2016-08-16
1
-0
/
+1
*
Win32 Window Test
gingerBill
2016-08-16
1
-95
/
+106
*
Full Unicode Support
gingerBill
2016-08-15
1
-6
/
+59
*
string comparisons
gingerBill
2016-08-15
1
-49
/
+51
*
#foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)
gingerBill
2016-08-14
1
-15
/
+50
*
append :: proc(s: ^[]T, i: T) -> bool
gingerBill
2016-08-14
1
-5
/
+2
[prev]
[next]