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/gfortran-test
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-impl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
Merge #1063
bors[bot]
1
-8
/
+9
2022-03-25
parser: Move outer attrs properly intoto AssignmentExpr
Arthur Cohen
1
-8
/
+9
2022-03-25
macros: Allow checking past zeroable matches for follow-set restrictions
Arthur Cohen
1
-3
/
+28
2022-03-23
Merge #1056 #1057
bors[bot]
1
-1
/
+1
2022-03-23
Fix '#include <algorithm>' [#159]
Thomas Schwinge
1
-1
/
+1
2022-03-23
Merge #1049
bors[bot]
1
-21
/
+13
2022-03-23
macros: Add base functions to check for follow-set ambiguities
Arthur Cohen
1
-2
/
+11
2022-03-22
parser: Add better restrictions around semicolons in statements
Arthur Cohen
1
-21
/
+13
2022-03-18
parser: Parse reserved keywords as valid fragments identifiers
Arthur Cohen
1
-3
/
+59
2022-03-17
macros: Add remaining context and improve parsing macro dispatch
Arthur Cohen
1
-3
/
+4
2022-03-14
parser: Allow parsing stmts without closing semicolon
Arthur Cohen
1
-13
/
+31
2022-03-08
Refactor ABI options as part of HIR function qualifiers
Philip Herron
1
-2
/
+2
2022-03-01
parser: Allow parsing macro invocations as statements
Arthur Cohen
1
-26
/
+35
2022-02-20
Merge #950
bors[bot]
1
-5
/
+4
2022-02-18
macro-repetition: Rename enum variants to better reflect repetition kind
Arthur Cohen
1
-5
/
+4
2022-02-18
struct pattern: Add location on struct name
Arthur Cohen
1
-2
/
+4
2022-02-18
type-path-fn: Add location info on start of Fn token
Arthur Cohen
1
-3
/
+5
2022-02-18
path-id: Add location info on path identifier
Arthur Cohen
1
-8
/
+10
2022-02-18
closure-arg: Add location info on arg name
Arthur Cohen
1
-2
/
+2
2022-02-18
struct-base: Add location info on `..` token
Arthur Cohen
1
-1
/
+3
2022-02-18
array-copy-init: Add location info
Arthur Cohen
1
-1
/
+1
2022-02-18
array-values: Add location info
Arthur Cohen
1
-3
/
+3
2022-02-18
fn-arg: Add location on parameter name
Arthur Cohen
1
-1
/
+2
2022-02-17
Semicolon based macro invocation
Philip Herron
1
-0
/
+20
2022-02-17
Support block expressions within macros
Philip Herron
1
-0
/
+6
2022-02-17
macrorule: Add location information
Arthur Cohen
1
-3
/
+5
2022-02-17
macrotranscriber: Add location info
Arthur Cohen
1
-1
/
+2
2022-02-16
macromatch: Add location to abstract MacroMatch class
Arthur Cohen
1
-6
/
+8
2022-02-04
Upated parameterised constuctor of MatchArm to take location data
@mvvsmk
1
-2
/
+3
2022-01-21
Extract AsyncConstStatus to be a shared enum between AST and HIR
Philip Herron
1
-4
/
+3
2022-01-14
Track end locus of BlockExpr
David Faust
1
-4
/
+6
2021-11-05
Merge #794
bors[bot]
1
-4
/
+6
2021-11-03
Desugar AST::TraitObjectTypeOneBound
Philip Herron
1
-4
/
+6
2021-11-03
rust: track inline module scopes for module file resolution
Ben Boeckel
1
-2
/
+6
2021-10-29
Add location info in AST::TypeBoundWhereClauseItem and HIR::TypeBoundWhereCla...
Nirmal Patel
1
-1
/
+3
2021-10-27
Fix parser error for lifetime arguments
Philip Herron
1
-4
/
+1
2021-10-25
LifetimeWhereClauseItem: store the location of the item
Ben Boeckel
1
-1
/
+3
2021-09-30
Remove raw string and raw byte string references from ast and hir
Mark Wielaard
1
-3
/
+0
2021-09-06
Parse optional visibility for enum item
Mark Wielaard
1
-4
/
+8
2021-08-27
Qualified paths have a mandatory initial segment
Philip Herron
1
-5
/
+2
2021-08-26
Get rid of get_locus_slow
Mark Wielaard
1
-44
/
+44
2021-08-14
parse if expression with unary minus or not expression
Mark Wielaard
1
-0
/
+4
2021-08-12
module: Add basic filename discovery
CohenArthur
1
-0
/
+1
2021-08-12
lexer: Add function to get original filename
CohenArthur
1
-2
/
+2
2021-08-11
Pass pratt parsed location to expr parser functions to fix expr locus
Mark Wielaard
1
-117
/
+60
2021-08-05
parser: Implement parse_items() as separate public function
CohenArthur
1
-38
/
+18
2021-08-04
Merge #605
bors[bot]
1
-8
/
+8
2021-08-04
Always check the result of expect_token while parsing
Mark Wielaard
1
-0
/
+27
2021-08-03
parser: Use Module constructor instead of both versions
CohenArthur
1
-8
/
+8
2021-08-02
Add locus to TupleField and pass it and union variants to HIR class
Mark Wielaard
1
-1
/
+3
[next]