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 minor comment
gingerBill
2022-12-22
1
-2
/
+2
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-5
/
+2
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-2
/
+5
*
Set the file's filename and directory in `init_ast_file`
gingerBill
2022-12-20
1
-0
/
+5
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-5
/
+0
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-15
/
+15
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-1
/
+1
*
Add `#load(path) or_else default` in favour of `#load_or(path, default)`
gingerBill
2022-08-11
1
-1
/
+2
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-1
/
+2
*
Remove dead `#maybe` code
gingerBill
2022-08-01
1
-1
/
+0
*
Simplify parser logic for field prefixes
gingerBill
2022-08-01
1
-0
/
+4
*
Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...
gingerBill
2022-07-24
1
-1
/
+2
*
Fix #1888
gingerBill
2022-07-16
1
-1
/
+3
*
Improvements to `-strict-style` and trailing commas
gingerBill
2022-06-13
1
-0
/
+1
*
Improve missing handled results for built in procedures
gingerBill
2022-05-30
1
-1
/
+0
*
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
1
-1
/
+1
*
Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using i...
gingerBill
2022-05-14
1
-1
/
+0
*
`union #shared_nil`
gingerBill
2022-03-24
1
-2
/
+8
*
Check if directory exists with the same target executable name when building ...
gingerBill
2022-02-28
1
-0
/
+1
*
Minimize memory usage by having an arena per thread rather than an arena per ...
gingerBill
2022-02-18
1
-4
/
+2
*
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
1
-0
/
+18
|
\
|
*
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
1
-0
/
+18
*
|
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
1
-1
/
+2
|
/
*
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
1
-0
/
+1
*
Add `//+private file` to complement `//+private` (`//+private package`)
gingerBill
2022-02-02
1
-3
/
+5
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-0
/
+4
*
Parse comments on enums fields
gingerBill
2022-01-24
1
-0
/
+6
*
Improve usage of `file_id`
gingerBill
2021-11-15
1
-2
/
+6
*
Remove `scope` field from `Ast`
gingerBill
2021-11-14
1
-6
/
+16
*
Begin minimizing `Ast` size
gingerBill
2021-11-14
1
-10
/
+17
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-1
/
+1
|
\
|
*
Fix check_remove_expr_info
gingerBill
2021-10-22
1
-1
/
+1
*
|
Begin work on matrix type
gingerBill
2021-10-18
1
-0
/
+7
|
/
*
Add @(init) attribute for procedures, allowing for procedures to be called at...
gingerBill
2021-10-03
1
-0
/
+1
*
Add semicolon stripping command: `odin strip-semicolon`, has the same paramet...
gingerBill
2021-08-31
1
-0
/
+1
*
Unify thread pool logic across the rest of the compiler, using a global threa...
gingerBill
2021-08-26
1
-3
/
+1
*
Change the implementation of `Arena` to use virtual memory, and remove the ol...
gingerBill
2021-08-26
1
-3
/
+2
*
Add multi-pointer types `[^]T`
gingerBill
2021-08-21
1
-0
/
+4
*
Remove unused code
gingerBill
2021-08-19
1
-1
/
+1
*
Remove dead code, and add an extra mutex
gingerBill
2021-08-18
1
-1
/
+1
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-0
/
+2
*
Remove some dead code
gingerBill
2021-08-15
1
-2
/
+3
*
Improve error handling for field list prefixes
gingerBill
2021-08-15
1
-1
/
+1
*
Minor clean up of `parse_field_prefixes`
gingerBill
2021-08-15
1
-1
/
+1
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
1
-0
/
+1
*
Define where `#bounds_check`/`#no_bounds_check` can be applied
gingerBill
2021-08-15
1
-2
/
+0
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-3
/
+3
*
Big simplification and improvement of the entity collection system, reducing ...
gingerBill
2021-07-27
1
-1
/
+16
*
Improve default scope size
gingerBill
2021-07-27
1
-0
/
+1
*
INTERNAL USE ONLY: `//+lazy` build flag
gingerBill
2021-07-25
1
-3
/
+8
[prev]
[next]