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
/
resolve
/
rust-ast-resolve-item.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
macros: Replace macro invocations with expanded nodes
Arthur Cohen
1
-20
/
+0
2022-03-01
macroinvocation: Only allow *stmt* visitors when semicoloned
Arthur Cohen
1
-14
/
+18
2022-03-01
parser: Allow parsing macro invocations as statements
Arthur Cohen
1
-12
/
+14
2022-02-17
Semicolon based macro invocation
Philip Herron
1
-0
/
+14
2022-02-02
Apply the is_marked_for_strip check to the rest of the crate
Philip Herron
1
-11
/
+42
2022-02-02
Fix enum variant discriminant values
Philip Herron
1
-0
/
+9
2022-01-31
Fixup logic in canonical-path for impl-blocks
Philip Herron
1
-10
/
+11
2022-01-29
This updates our handling of canonical paths to contain the crate-name
Philip Herron
1
-33
/
+254
2022-01-28
Add -frust-cfg=value option for adding config options
Philip Herron
1
-0
/
+3
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
-8
/
+8
2021-12-13
Get rid of lambdas within AST::Union
David Faust
1
-3
/
+1
2021-12-13
Get rid of lambdas within AST::StructStruct
David Faust
1
-3
/
+1
2021-12-13
Get rid of lambdas within AST::TupleStruct
David Faust
1
-3
/
+1
2021-11-22
Remove the final hack for associated types
Philip Herron
1
-23
/
+9
2021-11-18
Remove implicit name hack for trait associated types
Philip Herron
1
-23
/
+4
2021-10-27
Add name resolution to higher ranked trait bounds
Philip Herron
1
-1
/
+47
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-10-22
BugFix: TypePath resolution to handle associated types
Philip Herron
1
-1
/
+1
2021-09-09
Add name resolution for Trait bounds
Philip Herron
1
-0
/
+8
2021-09-06
Resolve Enums and EnumItems
Mark Wielaard
1
-0
/
+36
2021-08-26
Get rid of get_locus_slow
Mark Wielaard
1
-6
/
+6
2021-08-18
resolve: add support for Module
Marc Poulhiès
1
-0
/
+23
2021-08-01
union support for hir type checking and gcc backend
Mark Wielaard
1
-0
/
+22
2021-07-26
Add resolution for extern function items
Philip Herron
1
-1
/
+1
2021-07-26
Add name-resolution and HIR lowering for extern blocks
Philip Herron
1
-0
/
+49
2021-07-14
Trait item consts can have an optional expr
Philip Herron
1
-1
/
+3
2021-07-10
Add support for TypeAliases on Traits
Philip Herron
1
-117
/
+224
2021-07-10
canonical path enhancements
Philip Herron
1
-5
/
+14
2021-07-10
Add toplevel resolution for type alias
Philip Herron
1
-3
/
+15
2021-06-30
Implicit Self on Traits
Philip Herron
1
-17
/
+69
2021-06-05
Add initial name resolution for traits and trait impls
Philip Herron
1
-0
/
+127
2021-05-10
Ensure generic arguments are resolved for MethodCallExpr
Philip Herron
1
-3
/
+12
2021-04-16
Fix crash when mapping of Generic argument changes.
Philip Herron
1
-4
/
+5
2021-04-12
Add Canonical paths to name resolution
Philip Herron
1
-3
/
+6
2021-03-31
Add support for TypeAlias
Philip Herron
1
-0
/
+16
2021-03-27
Add generics for impl blocks
Philip Herron
1
-0
/
+12
2021-03-14
Fix Woverloaded-virtual warnings.
Marc Poulhiès
1
-7
/
+9
2021-03-09
Cleanup HIR::Function to make fields private
Philip Herron
1
-4
/
+10
2021-03-01
Adds the same support from generic structs in #235 onto tuple structs
Philip Herron
1
-0
/
+14
2021-03-01
Support Generic arguments to Structs
Philip Herron
1
-2
/
+14
2021-02-10
Introduce new label namesapce for name resolution
Philip Herron
1
-0
/
+3
2021-02-06
Add in support to compile Methods and MethodCallExpr
Philip Herron
1
-0
/
+52
2021-02-06
Support Self used within impl blocks
Philip Herron
1
-0
/
+10
2021-02-06
Move scan for unused names to be after type resolution
Philip Herron
1
-4
/
+0
2021-02-03
Add support for impl blocks for functions and constants.
Philip Herron
1
-0
/
+6
2021-01-27
Add mutablity checks and left hand size assignee checker
Philip Herron
1
-0
/
+15
2021-01-20
Add in TupleStruct support
Philip Herron
1
-1
/
+11
2021-01-10
Add in a check for unused decls within ribs.
Philip Herron
1
-0
/
+4
2021-01-09
Functions with parameters much receive their own scoping Rib
Philip Herron
1
-16
/
+11
[next]