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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trait_selection
/
traits
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-10
Remove some `Vec` allocations in an effort to improve perf
Esteban Küber
-1
/
+2
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-14
/
+5
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-8
/
+8
2020-04-08
replace `has_local_value` with `needs_infer`
Bastian Kauschke
-6
/
+6
2020-04-07
Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay
Dylan DPC
-6
/
+2
2020-04-07
Use assoc integer constants in librustc_*
Linus Färnstrand
-6
/
+2
2020-04-06
ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.
Eduard-Mihai Burtescu
-11
/
+27
2020-04-06
ty: switch `Ty::walk` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-39
/
+48
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-6
/
+8
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-7
/
+7
2020-03-23
Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis
Mazdak Farrokhzad
-26
/
+15
2020-03-23
Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC
Mazdak Farrokhzad
-6
/
+2
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-6
/
+2
2020-03-21
don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-26
/
+15
2020-03-18
rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k...
Eduard-Mihai Burtescu
-3
/
+3
2020-03-14
Split librustc_infer.
Camille GILLOT
-2
/
+11
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+3781