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
2021-07-30
Use correct lookahead to peek after 'while' token when parsing expression wit...
Alexey Sakovets
1
-1
/
+1
2021-07-25
Merge #593
bors[bot]
1
-0
/
+15
2021-07-25
Support RangeFrom ([x..]) and RangeFromTo ([x..y]) in the parser
Mark Wielaard
1
-0
/
+15
2021-07-25
Support byte and byte string literals
Mark Wielaard
1
-0
/
+8
2021-07-23
Merge #591
bors[bot]
1
-7
/
+0
2021-07-23
Remove error handling in parse_type_no_bounds for PLUS token
Mark Wielaard
1
-7
/
+0
2021-07-23
Better union support in the parser
Mark Wielaard
1
-8
/
+8
2021-07-22
unsafe blocks can be used in expressions
Mark Wielaard
1
-3
/
+12
2021-07-11
Handle doc comment strings in lexer and parser
Mark Wielaard
1
-5
/
+55
2021-07-05
Remove has_utf8bom flag from AST and HIR Crate classes
Mark Wielaard
1
-7
/
+1
2021-07-04
Remove has_shebang flag from AST and HIR Crate classes
Mark Wielaard
1
-7
/
+5
2021-07-02
make struct field carry the location info
Thomas Young
1
-1
/
+3
2021-06-27
Fix inner attribute parsing
Mark Wielaard
1
-1
/
+1
2021-06-25
Reject non-pure decimal tuple indexes.
Mark Wielaard
1
-0
/
+6
2021-06-24
Handle empty/unit tuple enum variants in the parser.
Mark Wielaard
1
-1
/
+6
2021-06-23
Handle empty/unit tuple structs in the parser.
Mark Wielaard
1
-1
/
+6
2021-06-21
Fix various Wformat-diag diagnostics
Marc Poulhiès
1
-5
/
+5
2021-06-03
rust_debug: Replace fprintf (stderr) with rust_debug
CohenArthur
1
-144
/
+119
2021-05-31
Reusing AST::Attribute and removing HIR::Attribute.
Thomas Young
1
-287
/
+218
2021-05-21
only parse inner_attributes if it start with #! not only #
Thomas Young
1
-1
/
+3
2021-05-05
Fix clang formatting and include a test
Lyra
1
-1
/
+1
2021-05-05
Throw error instead of crashing when a whitespace is encountered within an as...
Lyra
1
-0
/
+3
2021-04-18
The trailing expression is not necessarily without a block
lrh2000
1
-17
/
+44
2021-04-09
Fix formatting
YizhePKU
1
-1
/
+1
2021-04-09
Merge branch 'master' into fix-zero-length-array-2
YizhePKU
1
-11
/
+5
2021-04-05
Address '[...]/gcc/rust/parse/rust-parse-impl.h:8575:8: error: variable ‘ha...
Thomas Schwinge
1
-5
/
+1
2021-04-05
Placate GCC 4.8
Thomas Schwinge
1
-3
/
+3
2021-04-05
Address '[...]/gcc/rust/parse/rust-parse-impl.h:4896:8: error: variable ‘ha...
Thomas Schwinge
1
-2
/
+0
2021-04-02
Fix include
Yizhe
1
-102
/
+104
2021-04-02
Modify parser to generate empty ArrayElemsValues instead of nullptr
Yizhe
1
-3
/
+6
2021-03-25
Add missing location info into TypePath
Philip Herron
1
-1
/
+2
2021-03-18
Modify parser error message reporting system to allow recovery (#290)
The Other
1
-939
/
+1243
2021-03-01
Fix formatting
Yizhe
1
-16
/
+18
2021-03-01
Modify the parser to use the new enums
Yizhe
1
-82
/
+82
2021-03-01
Fix to parse inner attribute correctly
Nala Ginrut
1
-75
/
+87
2021-02-13
Fix parsing of Char literals
Philip Herron
1
-0
/
+4
2021-02-13
Fix bug parsing while loop expressions
Philip Herron
1
-10
/
+29
2021-02-11
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
1
-31
/
+96
2021-02-10
Return expressions can be empty which us unit-type
Philip Herron
1
-2
/
+4
2021-02-10
Give ParseRestriction option to allow for null parse_expr.
Philip Herron
1
-4
/
+8
2021-02-10
Fix parse of LoopExpr as part of a normal expression
Philip Herron
1
-5
/
+24
2021-02-10
Enable -frust-dump-all option for debugging
Philip Herron
1
-14
/
+14
2021-02-10
Fix parsing |= as a compound assignment expression.
Philip Herron
1
-0
/
+2
2021-02-09
Fixes parsing if expressions as part of an expression.
Philip Herron
1
-8
/
+42
2021-02-09
Unified Tokens partially in preparation for macro expansion
SimplyTheOther
1
-14
/
+11
2021-02-07
General cleanup of AST and macro expansion-related things
SimplyTheOther
1
-57
/
+64
2021-02-03
Readded outer attributes to if and if let exprs
SimplyTheOther
1
-16
/
+12
2021-02-02
Merge with upstream
SimplyTheOther
1
-6
/
+3
2021-02-02
Cleanup of AST - moved outer_attrs to child classes
SimplyTheOther
1
-41
/
+38
2021-01-18
Turn brace-enclosed initializer list into actual assignments
Thomas Schwinge
1
-4
/
+3
[next]