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/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-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-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-path.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
Rename some PathIdentSegment functions
Owen Avery
1
-11
/
+20
2024-09-27
rust: Add support for Clone and Copy derive on generic types
Philip Herron
1
-3
/
+11
2024-08-19
ast: Introduce class hierarchy for lang item paths
Arthur Cohen
1
-36
/
+215
2024-08-19
ast: Remove PathExpr abstract class
Arthur Cohen
1
-2
/
+2
2024-08-19
ast: PathPattern: Remove `remove_all_segments` method
Arthur Cohen
1
-11
/
+6
2024-06-11
Allow multiple outer attributes on generic params
Pierre-Emmanuel Patry
1
-5
/
+5
2024-05-06
Change singleton returned type to a reference
Pierre-Emmanuel Patry
1
-7
/
+7
2024-03-13
Replace unique_ptr references with references
Pierre-Emmanuel Patry
1
-9
/
+41
2024-03-05
Add get_pattern_kind to Pattern
0xn4utilus
1
-0
/
+2
2024-02-16
Update copyright years.
Sahil Yeole
1
-1
/
+1
2023-11-21
ast: Change *Path nodes API
Arthur Cohen
1
-0
/
+9
2023-11-06
Add some reference getter
Pierre-Emmanuel Patry
1
-0
/
+2
2023-10-16
Replace get_pattern_node_id with get_node_id
Owen Avery
1
-4
/
+0
2023-07-21
Replace usages of Location with location_t in the lexer, AST, and HIR
Owen Avery
1
-1
/
+1
2023-07-21
resolve: Add mappings for proc macros and resolving
Pierre-Emmanuel Patry
1
-1
/
+1
2023-07-18
Replace some more usages of Location with location_t
Owen Avery
1
-12
/
+12
2023-07-17
Replace some usages of Location with location_t
Owen Avery
1
-35
/
+36
2023-07-14
rust-unreachable: Add specific behavior for rust_unreachable
Arthur Cohen
1
-2
/
+2
2023-07-09
Replace value initialization of Location with UNDEF_LOCATION
Owen Avery
1
-11
/
+11
2023-06-29
ast: Change Identifier definition
Pierre-Emmanuel Patry
1
-6
/
+7
2023-04-05
ast: Add outer attribute getter to Expr class
Pierre-Emmanuel Patry
1
-2
/
+2
2023-03-03
gccrs: Add missing node_id copys in the copy constructors
Philip Herron
1
-0
/
+2
2023-03-03
gccrs: Fix missing move and copy constructors missing the associated-path
Philip Herron
1
-9
/
+63
2023-02-12
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
Thomas Schwinge
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-13
gccrs: Add full definitions of Rust AST data structures
Joel Phillips
1
-0
/
+1297
2022-10-20
Add missing hir lowering to function type-path segments
Philip Herron
1
-0
/
+2
2022-10-11
ast: Add accept_vis() method to `GenericArg`
Arthur Cohen
1
-0
/
+17
2022-07-07
ast: Fix use after move in GenericArg
Arthur Cohen
1
-4
/
+4
2022-07-07
ast: Rename ConstGenericArg -> GenericArg
Arthur Cohen
1
-72
/
+100
2022-07-06
Merge #1346
bors[bot]
1
-0
/
+6
2022-06-30
ast: Keep ConstGenericArg as default value for ConstGenericParam
Arthur Cohen
1
-1
/
+76
2022-06-29
Add support for the self path
Philip Herron
1
-0
/
+6
2022-06-24
ast: Allow disambiguation of ConstGenericArgs to const generic arguments
Arthur Cohen
1
-0
/
+6
2022-06-24
Merge #1327 #1329 #1330
bors[bot]
1
-0
/
+2
2022-06-20
hir: Add ConstGenericArg and lower them properly
Arthur Cohen
1
-0
/
+2
2022-06-20
ast: Add location to ConstGenericArg
Arthur Cohen
1
-8
/
+13
2022-06-17
ast: Add const generic argument application type
Arthur Cohen
1
-49
/
+156
2022-06-15
parser: Add base for parsing const generic application
Arthur Cohen
1
-0
/
+2
2022-06-10
This patch implements complex Path resolution
Philip Herron
1
-7
/
+47
2022-04-12
rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
Simon Cook
1
-3
/
+0
2022-02-18
Merge #942
bors[bot]
1
-9
/
+0
2022-02-18
type-path-fn: Add location info on start of Fn token
Arthur Cohen
1
-5
/
+10
2022-02-18
path-id: Add location info on path identifier
Arthur Cohen
1
-9
/
+11
2022-02-17
Removed Lambda Function within AST::PathPattern
M V V S Manoj Kumar
1
-9
/
+0
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
1
-1
/
+1
2021-12-16
BugFix NodeId skew on AST::Patterns
Philip Herron
1
-0
/
+4
2021-11-01
Get rid of lambda within AST::TypePath and provide a method to return a refer...
Kadoi Takemaru
1
-18
/
+0
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-08-31
Add iterate helper for TypePaths
Philip Herron
1
-0
/
+9
[next]