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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
Merge #1007
bors[bot]
2
-0
/
+43
2022-03-11
Merge #1003
bors[bot]
3
-0
/
+10
2022-03-11
macros: Replace macro invocations with expanded nodes
Arthur Cohen
6
-78
/
+0
2022-03-10
Add missing canonicalization of slices and raw pointer types
Philip Herron
2
-0
/
+43
2022-03-10
Add missing builtin mappings for never type
Philip Herron
3
-0
/
+10
2022-03-07
Remove old unused code pass this was too generic
Philip Herron
1
-61
/
+0
2022-03-01
macroinvocation: Only allow *stmt* visitors when semicoloned
Arthur Cohen
4
-50
/
+61
2022-03-01
parser: Allow parsing macro invocations as statements
Arthur Cohen
5
-44
/
+50
2022-02-18
Add name resolution to range expressions
Philip Herron
3
-4
/
+43
2022-02-18
Refactor AST::ResolveExpr into its own cc file
Philip Herron
3
-383
/
+517
2022-02-18
Add name resolution to AST::SliceType
Philip Herron
2
-0
/
+8
2022-02-18
Refactor type name resolution into their own .cc file
Philip Herron
3
-170
/
+204
2022-02-18
path-id: Add location info on path identifier
Arthur Cohen
1
-1
/
+1
2022-02-17
Semicolon based macro invocation
Philip Herron
5
-5
/
+52
2022-02-17
Add initial support for macro expansion
Philip Herron
1
-0
/
+10
2022-02-17
Add name-resolution helpers for looking up macros
Philip Herron
2
-0
/
+49
2022-02-03
Merge #903
bors[bot]
1
-2
/
+1
2022-02-02
Apply the is_marked_for_strip check to the rest of the crate
Philip Herron
4
-20
/
+80
2022-02-02
Add new RustIdent struct to track canonical-path and location info
Philip Herron
1
-2
/
+1
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
Track the cratenum for the respective canonical path
Philip Herron
1
-4
/
+5
2022-01-29
This updates our handling of canonical paths to contain the crate-name
Philip Herron
11
-219
/
+716
2022-01-28
Add -frust-cfg=value option for adding config options
Philip Herron
2
-0
/
+6
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
15
-15
/
+15
2022-01-06
Add support for Wildcard pattern binding
Philip Herron
1
-0
/
+11
2021-12-16
Add typechecking for match-expr
Philip Herron
1
-5
/
+5
2021-12-16
BugFix NodeId skew on AST::Patterns
Philip Herron
2
-12
/
+12
2021-12-16
Add initial name-resolution for match-expr
Philip Herron
3
-0
/
+147
2021-12-13
Get rid of lambdas within AST::Union
David Faust
2
-6
/
+2
2021-12-13
Get rid of lambdas within AST::StructStruct
David Faust
2
-6
/
+2
2021-12-13
Get rid of lambdas within AST::TupleStruct
David Faust
2
-6
/
+2
2021-12-13
Get rid of lambdas with AST::ArrayElemsValues
David Faust
1
-4
/
+2
2021-11-24
Remove bad mutability lint
Philip Herron
1
-8
/
+0
2021-11-23
Merge #813
bors[bot]
1
-22
/
+15
2021-11-23
Support QualifiedPathInType's within the same Trait
Philip Herron
1
-22
/
+15
2021-11-22
Remove the final hack for associated types
Philip Herron
3
-36
/
+14
2021-11-22
Make mappings as part of the class
Philip Herron
1
-3
/
+3
2021-11-22
Fix bad datastructure within name resolver
Philip Herron
1
-22
/
+19
2021-11-22
Refactor naming of canonical path mappings
Philip Herron
1
-12
/
+12
2021-11-22
Fix toplevel crate ribs id's
Philip Herron
1
-6
/
+4
2021-11-18
Remove implicit name hack for trait associated types
Philip Herron
1
-23
/
+4
2021-11-17
Generic segments must be appended to the prefix and not override
Philip Herron
1
-7
/
+13
2021-11-17
Fix ICE assertion on bad duplicate name
Philip Herron
2
-0
/
+21
2021-11-16
Fixup verify assigneee to be permissive of PathInExpression
Philip Herron
1
-0
/
+7
2021-11-05
Merge #796
bors[bot]
1
-1
/
+10
2021-11-05
Support forward declared items within blocks
Philip Herron
1
-1
/
+10
2021-11-03
Desugar AST::TraitObjectTypeOneBound
Philip Herron
2
-0
/
+13
2021-10-28
Merge #774
bors[bot]
1
-8
/
+6
2021-10-28
Remove iterate_params from AST::CallExpr and AST::MethodCallExpr
Nirmal Patel
1
-8
/
+6
[next]