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
/
src
/
librustc_trait_selection
Age
Commit message (
Expand
)
Author
Lines
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-56
/
+35
2020-03-21
Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov
Dylan DPC
-3
/
+3
2020-03-21
traits/fulfill: add a couple FIXME comments about potential optimizations.
Eduard-Mihai Burtescu
-0
/
+5
2020-03-21
traits/fulfill: allow `stalled_on` to track `ty::Const::Infer(_)` (unused yet).
Eduard-Mihai Burtescu
-27
/
+22
2020-03-21
infer: export methods on `InferCtxt` instead of `ShallowResolver`.
Eduard-Mihai Burtescu
-3
/
+3
2020-03-21
Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis
Mazdak Farrokhzad
-8
/
+6
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-20
/
+16
2020-03-19
rustc: use LocalDefId instead of DefId in TypeckTables.
Eduard-Mihai Burtescu
-3
/
+3
2020-03-19
rustc: use LocalDefId instead of DefIndex in HirId.
Eduard-Mihai Burtescu
-2
/
+2
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-3
/
+3
2020-03-18
rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k...
Eduard-Mihai Burtescu
-8
/
+6
2020-03-17
Erase regions in writeback
Matthew Jasper
-2
/
+2
2020-03-16
Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis
bors
-28
/
+38
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-03-16
remove unnecessary hir::map imports
Mazdak Farrokhzad
-1
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-4
/
+4
2020-03-15
Avoid ICEs when we emit errors constructing the specialization graph
Matthew Jasper
-27
/
+35
2020-03-15
Add `min_specialization` feature
Matthew Jasper
-1
/
+3
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-1
/
+1
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-1
/
+1
2020-03-14
Trim dependencies and features.
Camille GILLOT
-11
/
+2
2020-03-14
Split librustc_infer.
Camille GILLOT
-1187
/
+1280
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+17893
[prev]