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
/
ast
/
rust-ast-full-test.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
Ensure we parse any inner item attributes when expanding a module
Philip Herron
1
-0
/
+2
2022-07-07
Merge #1363
bors[bot]
1
-4
/
+2
2022-07-07
Refactor Lexer to support an abstract InputSource class
Philip Herron
1
-4
/
+2
2022-07-07
ast: Rename ConstGenericArg -> GenericArg
Arthur Cohen
1
-24
/
+23
2022-06-30
ast: Keep ConstGenericArg as default value for ConstGenericParam
Arthur Cohen
1
-2
/
+2
2022-06-28
backend: handle deprecated attribute
liushuyu
1
-1
/
+8
2022-06-24
ast: Allow disambiguation of ConstGenericArgs to const generic arguments
Arthur Cohen
1
-13
/
+25
2022-06-17
ast: Add const generic argument application type
Arthur Cohen
1
-0
/
+14
2022-06-17
ast: Add ConstGenericParam class
Arthur Cohen
1
-0
/
+19
2022-04-28
ast: Add location info to remaining meta items
Arthur Cohen
1
-13
/
+10
2022-04-28
ast: Add location info to MetaWord
Arthur Cohen
1
-3
/
+2
2022-04-28
ast: Add location info to MetaValueStr
Arthur Cohen
1
-8
/
+14
2022-04-26
ast: SimplePath: Remove default location parameter
Arthur Cohen
1
-4
/
+10
2022-04-20
Remove bad has-minus flag which should be contained within AST::Literal
Philip Herron
1
-6
/
+1
2022-04-13
visibility: Add create_private() static function
Arthur Cohen
1
-6
/
+8
2022-04-05
rust-ast-full-test: fix a minor typo
liushuyu
1
-1
/
+1
2022-03-23
macros: Add base functions to check for follow-set ambiguities
Arthur Cohen
1
-40
/
+1
2022-03-01
macroinvocation: Only allow *stmt* visitors when semicoloned
Arthur Cohen
1
-13
/
+0
2022-03-01
parser: Allow parsing macro invocations as statements
Arthur Cohen
1
-17
/
+15
2022-02-18
macro-repetition: Rename enum variants to better reflect repetition kind
Arthur Cohen
1
-3
/
+3
2022-02-17
Support block expressions within macros
Philip Herron
1
-15
/
+0
2022-02-17
Add initial support for macro expansion
Philip Herron
1
-2
/
+4
2022-02-03
Support cfg expansions predicates
Philip Herron
1
-56
/
+44
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
1
-1
/
+1
2022-01-21
Extract AsyncConstStatus to be a shared enum between AST and HIR
Philip Herron
1
-2
/
+2
2021-11-03
rust: track inline module scopes for module file resolution
Ben Boeckel
1
-53
/
+18
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-09-10
modules: Fix usage of path attributes and early returns
CohenArthur
1
-7
/
+21
2021-09-09
Merge #639
bors[bot]
1
-5
/
+42
2021-09-09
module: Rename get_filename() -> process_file_path()
CohenArthur
1
-3
/
+3
2021-09-06
module: Load items if module is unloaded and not marked for strip
CohenArthur
1
-13
/
+17
2021-09-06
module: Add load_items() function
CohenArthur
1
-0
/
+33
2021-09-06
Parse optional visibility for enum item
Mark Wielaard
1
-4
/
+2
2021-09-01
Remove Enumeration Expression, EnumExpr, classes
Mark Wielaard
1
-78
/
+0
2021-08-31
StructExprUnit doesn't really exist
Mark Wielaard
1
-6
/
+0
2021-08-31
StructExprTuple doesn't really exist
Mark Wielaard
1
-44
/
+0
2021-08-25
module: Allow external module path to come from #[path] attribute
CohenArthur
1
-6
/
+48
2021-08-12
module: Add basic filename discovery
CohenArthur
1
-0
/
+70
2021-08-03
module: Merge both as_string() implementations
CohenArthur
1
-27
/
+9
2021-07-26
Fix crash when extern function item has no return type
Philip Herron
1
-1
/
+2
2021-07-05
Remove has_utf8bom flag from AST and HIR Crate classes
Mark Wielaard
1
-3
/
+0
2021-07-04
Remove has_shebang flag from AST and HIR Crate classes
Mark Wielaard
1
-4
/
+1
2021-06-03
rust_debug: Replace fprintf (stderr) with rust_debug
CohenArthur
1
-83
/
+57
2021-05-31
Reusing AST::Attribute and removing HIR::Attribute.
Thomas Young
1
-0
/
+8
2021-04-02
Remove ArrayExpr::has_array_elems
Yizhe
1
-4
/
+1
2021-03-01
Modify AST and HIR code to use the new enums
Yizhe
1
-31
/
+32
2021-02-09
Unified Tokens partially in preparation for macro expansion
SimplyTheOther
1
-27
/
+23
2021-02-07
General cleanup of AST and macro expansion-related things
SimplyTheOther
1
-676
/
+198
2021-02-06
Rewrote MetaNameValueStr to store raw string rather than quoted string
SimplyTheOther
1
-40
/
+15
2021-02-06
Added more debug for cfg expansion
SimplyTheOther
1
-0
/
+6
[next]