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
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
2022-03-25
macros: Allow checking past zeroable matches for follow-set restrictions
Arthur Cohen
1
-2
/
+2
2022-03-24
macros: Allow parsing :tt fragments
Arthur Cohen
1
-1
/
+1
2022-03-23
Merge #1049
bors[bot]
1
-7
/
+9
2022-03-23
macros: Add base functions to check for follow-set ambiguities
Arthur Cohen
1
-0
/
+12
2022-03-22
parser: Add better restrictions around semicolons in statements
Arthur Cohen
1
-7
/
+9
2022-03-18
macros: Do not propagate parse errors in match repetitions
Arthur Cohen
1
-1
/
+2
2022-03-17
macros: Allow macro calls in trait implementations
Arthur Cohen
1
-1
/
+1
2022-03-17
macros: Add remaining context and improve parsing macro dispatch
Arthur Cohen
1
-3
/
+3
2022-03-14
parser: Allow parsing stmts without closing semicolon
Arthur Cohen
1
-4
/
+47
2022-03-01
parser: Allow parsing macro invocations as statements
Arthur Cohen
1
-5
/
+8
2022-02-18
Merge #944
bors[bot]
1
-0
/
+1
2022-02-18
parser: Add `clear_errors()` method
Arthur Cohen
1
-0
/
+1
2022-02-18
type-path-fn: Add location info on start of Fn token
Arthur Cohen
1
-1
/
+1
2022-02-17
Add initial support for macro expansion
Philip Herron
1
-17
/
+29
2021-11-03
rust: track inline module scopes for module file resolution
Ben Boeckel
1
-0
/
+19
2021-09-06
parser: Expose get_errors() function
CohenArthur
1
-1
/
+3
2021-08-11
Pass pratt parsed location to expr parser functions to fix expr locus
Mark Wielaard
1
-28
/
+44
2021-08-05
parser: Implement parse_items() as separate public function
CohenArthur
1
-1
/
+5
2021-07-22
unsafe blocks can be used in expressions
Mark Wielaard
1
-2
/
+3
2021-07-11
Handle doc comment strings in lexer and parser
Mark Wielaard
1
-0
/
+1
2021-05-31
Reusing AST::Attribute and removing HIR::Attribute.
Thomas Young
1
-186
/
+146
2021-04-18
The trailing expression is not necessarily without a block
lrh2000
1
-7
/
+7
2021-03-18
Modify parser error message reporting system to allow recovery (#290)
The Other
1
-0
/
+8
2021-02-13
Fix bug parsing while loop expressions
Philip Herron
1
-4
/
+3
2021-02-10
Give ParseRestriction option to allow for null parse_expr.
Philip Herron
1
-0
/
+1
2021-02-10
Fix parse of LoopExpr as part of a normal expression
Philip Herron
1
-4
/
+3
2021-02-10
Enable -frust-dump-all option for debugging
Philip Herron
1
-21
/
+37
2021-02-09
Fixes parsing if expressions as part of an expression.
Philip Herron
1
-2
/
+4
2020-12-23
Add missing license text
Nym Seddon
1
-0
/
+16
2020-12-08
Added more cfg stripping code
SimplyTheOther
1
-1
/
+1
2020-12-08
Added new pattern stripping
SimplyTheOther
1
-0
/
+1
2020-12-08
Added more trait item stripping
SimplyTheOther
1
-1
/
+2
2020-12-08
Added cfg stripping for ExternalItems
SimplyTheOther
1
-1
/
+2
2020-11-28
Improved parsing of MatchExpr (and AST structure)
SimplyTheOther
1
-0
/
+3
2020-11-28
Testing some more algorithmic changes
SimplyTheOther
1
-0
/
+10
2020-11-28
Test even more generic algorithm for parsing in for lifetimes
SimplyTheOther
1
-1
/
+1
2020-11-28
Working on consolidating some other parsing functions
SimplyTheOther
1
-0
/
+6
[next]