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
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-23
iterate List by value
Bastian Kauschke
-3
/
+2
2020-05-23
take predicates by value instead of by reference
Bastian Kauschke
-2
/
+2
2020-05-20
change `Predicate::kind` to return a reference
Bastian Kauschke
-2
/
+2
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-8
/
+9
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-7
/
+9
2020-05-05
perf: Merge region_obligations snapshotting into the undo log
Markus Westerlind
-1
/
+1
2020-04-20
Remove some allocations in predicate evaluation
Esteban Küber
-5
/
+7
2020-04-20
Remove some `Vec` allocations in an effort to improve perf
Esteban Küber
-2
/
+1
2020-04-12
Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc`
marmeladema
-9
/
+3
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-1
/
+2
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-80
/
+75
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-9
/
+9
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+837