index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_resolve
/
src
/
late.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-20
Remove unnecessary cloned
Dániel Buga
-1
/
+1
2020-12-20
Precompute vector length in smart_resolve_path_fragment
Dániel Buga
-1
/
+2
2020-12-20
Clean up with_generic_param_rib, avoid double hashing
Dániel Buga
-24
/
+17
2020-11-13
Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb
bors
-1
/
+1
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-3
/
+1
2020-11-07
resolve: Collapse `macro_rules` scope chains on the fly
Vadim Petrochenkov
-1
/
+1
2020-11-01
Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov
bors
-16
/
+8
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-40
/
+17
2020-10-26
Suggest calling associated `fn` inside `trait`s
Esteban Küber
-16
/
+8
2020-10-22
min_const_generics: allow ty param in repeat expr
Bastian Kauschke
-18
/
+70
2020-10-17
Suggest correct place to add `self` parameter when inside closure
Jan Verbeek
-3
/
+5
2020-10-09
Add docstring
Esteban Küber
-0
/
+2
2020-10-09
Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`
Esteban Küber
-0
/
+11
2020-10-09
Point out why a trait is expected on `Struct + 'lt`
Esteban Küber
-0
/
+7
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-2
/
+5
2020-09-11
Auto merge of #76499 - guswynn:priv_des, r=petrochenkov
bors
-11
/
+19
2020-09-11
Give better diagnostic when using a private tuple struct constructor
Gus Wynn
-11
/
+19
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-08-30
Suggest `if let x = y` when encountering `if x = y`
Esteban Küber
-1
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+2379