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-impl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
Merge #1708
bors[bot]
1
-54
/
+175
2023-01-10
Implement declarative macro 2.0 parser
Raiki Tamura
1
-54
/
+175
2023-01-05
Merge #1707 #1717
bors[bot]
1
-10
/
+19
2023-01-04
format: Fix git whitespace errors
Arthur Cohen
1
-10
/
+19
2023-01-04
rust: add bound parsing in parse_generic_arg.
mxlol233
1
-0
/
+17
2022-11-28
Merge #1651
bors[bot]
1
-41
/
+0
2022-11-19
Improve lexer dump
Raiki Tamura
1
-41
/
+0
2022-11-16
Remove default location. Add visibility location to create_* functions
Dave
1
-5
/
+6
2022-10-26
parser: Fix ICE in closure parsing
Arthur Cohen
1
-2
/
+3
2022-10-08
fix ICE on missing closing paren
Marc Poulhiès
1
-4
/
+11
2022-08-29
parser: Parse RangeFullExpr without erroring out
Arthur Cohen
1
-1
/
+5
2022-07-19
Fix parsing grammer of grouped expressions as the block tail expression
Philip Herron
1
-6
/
+0
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
1
-2
/
+3
2022-07-07
ast: Rename ConstGenericArg -> GenericArg
Arthur Cohen
1
-39
/
+44
2022-06-30
ast: Keep ConstGenericArg as default value for ConstGenericParam
Arthur Cohen
1
-1
/
+1
2022-06-24
parser: Disambiguate default expressions for const generics
Arthur Cohen
1
-3
/
+5
2022-06-20
ast: Add location to ConstGenericArg
Arthur Cohen
1
-2
/
+2
2022-06-17
ast: Add const generic argument application type
Arthur Cohen
1
-23
/
+34
2022-06-17
parser: Build ConstGenericParam properly
Arthur Cohen
1
-7
/
+9
2022-06-15
parser: Add base for parsing const generic application
Arthur Cohen
1
-61
/
+98
2022-06-15
parser: Add base for parsing const generic parameters
Arthur Cohen
1
-240
/
+328
2022-06-14
parser: Error out if the order of lifetimes and generic types is
Arthur Cohen
1
-2
/
+18
2022-06-14
parser: Refactor generic parameter parsing
Arthur Cohen
1
-315
/
+74
2022-06-07
rust/lex: skip broken string expression ...
liushuyu
1
-1
/
+2
2022-06-01
Reformat copyright header in rust-parse-impl.h
Philip Herron
1
-12
/
+14
2022-05-09
Merge #1219
bors[bot]
1
-1
/
+1
2022-05-05
util: Add Optional<T> wrapper class
Arthur Cohen
1
-1
/
+1
2022-05-05
privacy: Add base for resolving SimplePaths to Modules
Arthur Cohen
1
-7
/
+7
2022-04-28
parse: Add correct location to all public visibilities
Arthur Cohen
1
-3
/
+4
2022-04-25
Support inference of generic parameters on paths behind reference's
Philip Herron
1
-20
/
+0
2022-04-21
Handle parsing match arms with no comma
Philip Herron
1
-3
/
+27
2022-04-20
Remove bad has-minus flag which should be contained within AST::Literal
Philip Herron
1
-1
/
+1
2022-04-13
Merge #1111
bors[bot]
1
-1
/
+1
2022-04-13
visibility: Add create_private() static function
Arthur Cohen
1
-1
/
+1
2022-04-12
rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-6
/
+4
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
[next]