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
/
object_safety.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-23
iterate List by value
Bastian Kauschke
-1
/
+0
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-13
/
+16
2020-05-20
make `to_predicate` take a `tcx` argument
Niko Matsakis
-3
/
+3
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-20
/
+20
2020-05-17
add docs
Bastian Kauschke
-1
/
+1
2020-05-17
initial cleanup
Bastian Kauschke
-1
/
+2
2020-05-17
Assume unevaluated consts are equal to the other consts and add ConstEquate o...
Ben Lewis
-41
/
+57
2020-04-20
Remove some `Vec` allocations in an effort to improve perf
Esteban Küber
-1
/
+1
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-2
/
+2
2020-04-11
Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis
bors
-4
/
+8
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-1
/
+1
2020-04-07
Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay
Dylan DPC
-1
/
+1
2020-04-07
Use assoc integer constants in librustc_*
Linus Färnstrand
-1
/
+1
2020-04-06
ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.
Eduard-Mihai Burtescu
-9
/
+5
2020-04-06
ty: switch `Ty::walk` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-19
/
+18
2020-04-05
Allocate query Vecs on the arena.
Camille GILLOT
-4
/
+8
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-26
trait_bound_spans -> sized_trait_bound_spans
Mazdak Farrokhzad
-3
/
+3
2020-03-24
rustc_hir: nix rustc_errors dep
Mazdak Farrokhzad
-23
/
+22
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-19
rustc: use LocalDefId instead of DefIndex in HirId.
Eduard-Mihai Burtescu
-1
/
+1
2020-03-14
Split librustc_infer.
Camille GILLOT
-0
/
+1
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+777