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
*
Fix potential race condition when determining the package name
gingerBill
2023-01-16
1
-1
/
+5
*
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
1
-4
/
+0
*
Minor changes to `StringMap` allocation
gingerBill
2023-01-14
1
-1
/
+1
*
Add `+ignore` along with `+build ignore`
gingerBill
2023-01-03
1
-0
/
+2
*
Minimize calling of `Ast::thread_safe_file()` when cloning
gingerBill
2023-01-03
1
-141
/
+143
*
General improves to `alloc_ast_node` and other unnecessary checks
gingerBill
2023-01-03
1
-3
/
+1
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-1
/
+1
*
Remove `global_` prefix from `global_thread_pool_*` procedures
gingerBill
2023-01-02
1
-3
/
+3
*
Use C++ style `for` loop over `for_array` macro in parser.cpp where posible
gingerBill
2023-01-01
1
-45
/
+50
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-11
/
+0
*
Remove need the MPMC in single threaded case
gingerBill
2022-12-22
1
-1
/
+1
*
Clean up mutex usage in the parser
gingerBill
2022-12-22
1
-32
/
+30
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-6
/
+2
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-2
/
+6
*
Set the file's filename and directory in `init_ast_file`
gingerBill
2022-12-20
1
-2
/
+4
*
Use `*_set_update` where possible
gingerBill
2022-12-20
1
-2
/
+1
*
Clarify ThreadPool interface; Move `import_mutex` guarding to just the string...
gingerBill
2022-12-20
1
-8
/
+6
*
Use `fetch_add` rather than `+=`
gingerBill
2022-12-18
1
-1
/
+1
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-36
/
+0
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-230
/
+230
*
Improve error handling for trailing commas #2136
gingerBill
2022-11-21
1
-4
/
+15
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-0
/
+2
|
\
|
*
Emit a parser warning when encountering an unknown tag.
FancyKillerPanda
2022-02-24
1
-0
/
+2
*
|
Fix -verbose-error source lines from having last char cut off
Zac Nowicki
2022-09-15
1
-1
/
+0
*
|
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-1
/
+1
*
|
Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name`
gingerBill
2022-09-08
1
-1
/
+50
*
|
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-2
/
+4
*
|
Remove dead `#maybe` code
gingerBill
2022-08-01
1
-9
/
+3
*
|
Simplify parser logic for field prefixes
gingerBill
2022-08-01
1
-34
/
+19
*
|
Fix minor issue with a lack of a trailing comma
gingerBill
2022-07-25
1
-2
/
+3
*
|
Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...
gingerBill
2022-07-24
1
-0
/
+2
*
|
Disallow `proc() do stmt` and only allow `proc() { stmt }`
gingerBill
2022-07-18
1
-5
/
+1
*
|
Remove assert
gingerBill
2022-07-16
1
-1
/
+0
*
|
Fix #1888
gingerBill
2022-07-16
1
-0
/
+1
*
|
Improve `-strict-style` for `foreign import`
gingerBill
2022-06-13
1
-4
/
+7
*
|
Improvements to `-strict-style` and trailing commas
gingerBill
2022-06-13
1
-83
/
+75
*
|
Move trailing comma requirement in field lists to `-strict-style`
gingerBill
2022-06-12
1
-17
/
+29
*
|
Deprecate `a..b` based ranges in favour of `..=`
dev-2022-06
gingerBill
2022-06-01
1
-0
/
+1
*
|
Add `simd_to_bits`; correct fix typo causing issue with parapoly
gingerBill
2022-05-26
1
-1
/
+13
*
|
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
1
-0
/
+1
*
|
Fix typo.
Cedric Hutchings
2022-05-21
1
-7
/
+7
*
|
Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using i...
gingerBill
2022-05-14
1
-10
/
+4
*
|
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-1
/
+1
*
|
`union #shared_nil`
gingerBill
2022-03-24
1
-4
/
+26
*
|
Fix #1610
gingerBill
2022-03-14
1
-29
/
+21
*
|
check for semi-colon before EOF too
Sébastien Marie
2022-03-03
1
-1
/
+2
*
|
Check if directory exists with the same target executable name when building ...
gingerBill
2022-02-28
1
-0
/
+16
|
/
*
Correct `ExactValue_Pointer`
gingerBill
2022-02-22
1
-63
/
+0
*
Simplify `parse_binary_expr`
gingerBill
2022-02-22
1
-48
/
+109
*
Minimize memory usage by having an arena per thread rather than an arena per ...
gingerBill
2022-02-18
1
-6
/
+6
[next]