index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
rust
/
parse
/
rust-parse.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-24
Remove error state for GenericArg
Pierre-Emmanuel Patry
1
-1
/
+1
2025-04-07
Change optional to expected for parse_loop_label
Pierre-Emmanuel Patry
1
-1
/
+7
2025-04-07
Migrate error state to optionals
Pierre-Emmanuel Patry
1
-8
/
+19
2025-04-07
Make loop label truly optional
Pierre-Emmanuel Patry
1
-6
/
+6
2025-01-13
Remove dead code related to external functions
Owen Avery
1
-4
/
+0
2024-06-11
Parse box expressions
Pierre-Emmanuel Patry
1
-0
/
+3
2024-03-05
Remove dead code associated with `AST::ExternalFunctionItem`
0xn4utilus
1
-2
/
+0
2024-03-05
Unify ASTValidation::visit for ExternalFunctionItem and Function
0xn4utilus
1
-1
/
+2
2024-03-01
parser: Add peek(n) method to parser
Arthur Cohen
1
-0
/
+1
2024-02-05
Use AssociatedItem in place of TraitItem
Kushal Pal
1
-1
/
+1
2024-01-24
Remove TraitImplItem
Owen Avery
1
-2
/
+2
2024-01-22
AST: Fix for lifetime parsing
Jakub Dupak
1
-2
/
+4
2023-12-27
ast: Full lifetime elision handling
Jakub Dupak
1
-1
/
+1
2023-11-30
Remove class AST::InherentImplItem
Owen Avery
1
-2
/
+2
2023-11-21
Added support to Parse ASYNC function
M V V S Manoj Kumar
1
-0
/
+2
2023-11-21
Report self parameter parsing error kind
Pierre-Emmanuel Patry
1
-1
/
+11
2023-11-21
Add visibility to trait item
Pierre-Emmanuel Patry
1
-1
/
+2
2023-11-14
Rework function special parameters
Pierre-Emmanuel Patry
1
-15
/
+15
2023-11-09
Replace AST::Method with existing AST::Function
Owen Avery
1
-1
/
+1
2023-11-09
Fix multiple issues with variadic representation
Pierre-Emmanuel Patry
1
-2
/
+7
2023-10-20
ast: Parse labelled block
Jakub Dupak
1
-3
/
+4
2023-10-17
Allow macro named macro_rules
Pierre-Emmanuel Patry
1
-0
/
+1
2023-07-21
Replace Location with location_t in parsing and macro expansion
Owen Avery
1
-16
/
+16
2023-07-17
Replace some usages of Location with location_t
Owen Avery
1
-2
/
+2
2023-07-10
Replace Linemap::unknown_location with UNKNOWN_LOCATION
Owen Avery
1
-20
/
+15
2023-06-27
Match tokens in macros more closely
Owen Avery
1
-0
/
+10
2023-06-20
gccrs: Parse statement macros as statements.
Matthew Jasper
1
-5
/
+14
2023-06-20
gccrs: Parse semicolons in more cases for statement macros
Matthew Jasper
1
-0
/
+3
2023-06-01
Properly match delimiters
Owen Avery
1
-0
/
+5
2023-05-15
gccrs: Fix parsing of block expressions followed by `.`
Matthew Jasper
1
-17
/
+5
2023-05-15
ast: Remove ExprStmtWithBlock / ExprStmtWithoutBlock distinction
Matthew Jasper
1
-2
/
+2
2023-05-12
Handle keywords in macro fragments
Owen Avery
1
-0
/
+1
2023-04-07
ast: Add difference between attributes
Pierre-Emmanuel Patry
1
-2
/
+4
2023-02-28
parser: Parse external type item
Pierre-Emmanuel Patry
1
-0
/
+2
2023-02-20
Parse AltPattern
Owen Avery
1
-0
/
+1
2023-02-08
parser: Expose parse_macro_invocation as public API
Arthur Cohen
1
-2
/
+2
2023-02-01
parser: Allow parsing multiple reference types
Arthur Cohen
1
-0
/
+2
2023-01-10
Implement declarative macro 2.0 parser
Raiki Tamura
1
-1
/
+2
2022-11-19
Improve lexer dump
Raiki Tamura
1
-2
/
+0
2022-07-18
Ensure we parse any inner item attributes when expanding a module
Philip Herron
1
-1
/
+1
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
1
-1
/
+1
2022-07-07
Merge #1363
bors[bot]
1
-2
/
+2
2022-07-07
Refactor Lexer to support an abstract InputSource class
Philip Herron
1
-2
/
+2
2022-07-07
ast: Rename ConstGenericArg -> GenericArg
Arthur Cohen
1
-1
/
+1
2022-06-17
ast: Add const generic argument application type
Arthur Cohen
1
-1
/
+1
2022-06-15
parser: Add base for parsing const generic application
Arthur Cohen
1
-1
/
+2
2022-06-14
parser: Refactor generic parameter parsing
Arthur Cohen
1
-1
/
+3
2022-04-12
rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-0
/
+5
2022-03-25
Merge #1063
bors[bot]
1
-1
/
+1
2022-03-25
macros: Parse :meta properly
Arthur Cohen
1
-1
/
+1
[next]