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
...
*
Change import lookup
gingerBill
2018-05-27
1
-3
/
+6
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-0
/
+16
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-35
/
+55
*
Err on empty directory packages
gingerBill
2018-05-27
1
-4
/
+4
*
Remove dead code
gingerBill
2018-05-27
1
-38
/
+5
*
Single file "main" file
gingerBill
2018-05-27
1
-6
/
+29
*
Allow for either .odin file or directory as the initial start
gingerBill
2018-05-27
1
-3
/
+23
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-3
/
+3
*
IR now builds with the new package system
gingerBill
2018-05-27
1
-1
/
+3
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-106
/
+97
*
Parse directories to be packages
gingerBill
2018-05-21
1
-42
/
+116
*
Fix demo for removing default struct values
gingerBill
2018-05-20
1
-3
/
+2
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-2
/
+1
*
Allow for NO_DEFAULT_STRUCT_VALUES
gingerBill
2018-05-13
1
-4
/
+6
*
Comment out test
gingerBill
2018-05-13
1
-4
/
+4
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-1
/
+6
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-1
/
+0
*
Fix race condition caused by parallelized parser: #211
gingerBill
2018-04-10
1
-7
/
+19
*
Fix #209 #assert bug
gingerBill
2018-04-10
1
-6
/
+9
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-0
/
+11
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-5
/
+0
*
`array_make`
gingerBill
2018-02-25
1
-31
/
+32
*
Change parsing for floats and disallow `x.0`
gingerBill
2018-02-25
1
-3
/
+3
*
Minor code reorganization
gingerBill
2018-02-25
1
-9
/
+3
*
Multithreaded parser (windows only)
gingerBill
2018-02-25
1
-21
/
+19
*
Remove unneeded disabled warnings for MSVC
gingerBill
2018-02-25
1
-4
/
+4
*
Make `switch in f {` valid
gingerBill
2018-02-25
1
-5
/
+9
*
Replace `compile_assert` with `#assert`
gingerBill
2018-02-24
1
-0
/
+14
*
Fix issue #195
gingerBill
2018-02-24
1
-6
/
+2
*
auto_cast
gingerBill
2018-02-18
1
-29
/
+43
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-0
/
+25
*
Replace [...] with [?]
gingerBill
2018-02-13
1
-2
/
+2
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-13
/
+16
*
Remove dead code; Fix issue regarding order of evaluation of function paramet...
gingerBill
2018-02-04
1
-69
/
+11
*
Minor parsing change
gingerBill
2018-01-21
1
-3
/
+1
*
`enum #export`
gingerBill
2018-01-21
1
-3
/
+23
*
Modify implicit semicolon rules
gingerBill
2018-01-18
1
-2
/
+6
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-546
/
+10
*
Remove old "macro" parsing code
gingerBill
2018-01-17
1
-55
/
+0
*
Fix issue #172
gingerBill
2018-01-10
1
-1
/
+1
*
Fix typo in error
gingerBill
2018-01-01
1
-1
/
+1
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-67
/
+36
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-308
/
+3
*
Fix "using in import"
gingerBill
2017-12-17
1
-14
/
+23
*
using x in bar;
gingerBill
2017-12-17
1
-2
/
+23
*
`using in` importation statements
gingerBill
2017-12-17
1
-0
/
+21
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-27
/
+7
*
Localize checker data
gingerBill
2017-12-12
1
-5
/
+13
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-5
/
+6
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-14
/
+14
[prev]
[next]