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
/
backend
/
rust-compile-resolve-path.cc
Age
Commit message (
Expand
)
Author
Files
Lines
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 HIR to GCC GENERIC lowering for all nodes
Philip Herron
1
-0
/
+301
2022-12-04
Add initial support for argument capture of closures
Philip Herron
1
-0
/
+8
2022-12-04
Revert "rust: Remove unused variables and fix dangling references"
Philip Herron
1
-6
/
+6
2022-11-15
rust: Remove unused variables and fix dangling references
Arthur Cohen
1
-6
/
+6
2022-10-06
Ensure uniqueness on Path probe's
Philip Herron
1
-4
/
+4
2022-08-17
Refactor backend to use finegrained visitors
Philip Herron
1
-0
/
+1
2022-08-11
Desugar HIR::IdentifierExpr into HIR::PathInExpression
Philip Herron
1
-0
/
+15
2022-08-04
Refactor indirect_expression from the gcc-backend wrapper
Philip Herron
1
-4
/
+2
2022-07-29
mappings: Keep track of extern blocks
Arthur Cohen
1
-1
/
+2
2022-07-08
Refactor mappings class and HIR lowering to be consistent
Philip Herron
1
-12
/
+6
2022-06-10
This patch implements complex Path resolution
Philip Herron
1
-14
/
+4
2022-05-26
const folding in gccrs: remove ConstCtx class.
Faisal Abbas
1
-1
/
+1
2022-05-17
Support extern-blocks defined within blocks
Philip Herron
1
-2
/
+14
2022-04-30
Fix address expression to respect reference/pointer types
Philip Herron
1
-2
/
+4
2022-04-28
Complete refactor of generic traits handling
Philip Herron
1
-15
/
+0
2022-03-10
Add support for the rust offset intrinsic
Philip Herron
1
-0
/
+8
2022-03-07
Remove old unused code pass this was too generic
Philip Herron
1
-4
/
+18
2022-02-11
Remove error_mark_node wrappers from backend proxy class.
Philip Herron
1
-7
/
+7
2022-02-10
Refactor code to reuse a canonical way to compile functions and constants
Philip Herron
1
-5
/
+5
2022-02-02
Fix enum variant discriminant values
Philip Herron
1
-20
/
+6
2022-01-24
Remove hack to handle forward declared items
Philip Herron
1
-9
/
+8
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
1
-1
/
+1
2022-01-22
MethodResolution should respect the autoderef cycle
Philip Herron
1
-12
/
+10
2022-01-14
Redesign constant folding from the typechecking pass to the backend
Philip Herron
1
-5
/
+18
2021-12-16
Add enum code generation
Philip Herron
1
-6
/
+43
2021-11-16
Replace Bfunction with GCC tree
David Faust
1
-1
/
+1
2021-11-16
Replace Bexpression with GCC tree
David Faust
1
-3
/
+3
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-10-22
Cleanup interfaces for associated impl mappings
Philip Herron
1
-4
/
+4
2021-08-22
This allows for query based compilation
Philip Herron
1
-73
/
+51
2021-08-22
Refactor the function query compilation function out
Philip Herron
1
-130
/
+147
2021-08-20
Add qualified path support
Philip Herron
1
-26
/
+43
2021-08-19
optional trait item with associated types
Philip Herron
1
-22
/
+27
2021-08-19
Add support for optional trait functions in method calls
Philip Herron
1
-2
/
+29
2021-08-08
Fix memory issues with multiple type-bounds
Philip Herron
1
-3
/
+3
2021-08-08
refactor error_node to be part of the type not the resolver
Philip Herron
1
-1
/
+1
2021-08-05
Support TypeBounds on Generic functions
Philip Herron
1
-9
/
+75
2021-06-21
Fix various Wformat-diag diagnostics
Marc Poulhiès
1
-2
/
+2
2021-06-16
Refactor HIR::InherentImpl to become HIR::ImplBlock
Philip Herron
1
-3
/
+2
2021-03-27
Add generics for impl blocks
Philip Herron
1
-8
/
+39
2021-03-22
Generics continued this adds more type resolution to ADT and Functions
Philip Herron
1
-8
/
+19
2021-03-01
Adds the same support from generic structs in #235 onto tuple structs
Philip Herron
1
-29
/
+0
2021-03-01
Support Generic arguments to Structs
Philip Herron
1
-4
/
+6
2021-02-03
Add support for impl blocks for functions and constants.
Philip Herron
1
-0
/
+4
2021-01-27
Support binding functions to LetStmts.
Philip Herron
1
-6
/
+26
2021-01-20
Add in TupleStruct support
Philip Herron
1
-7
/
+5
2021-01-10
Add in a check for unused decls within ribs.
Philip Herron
1
-1
/
+1
2021-01-06
This brings structs back in post HIR changes. It supports structs
Philip Herron
1
-1
/
+29
[next]