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_trait_selection
/
src
/
traits
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-18
Ignore other `PredicateKind`s in rustdoc auto trait finder
Aaron Hill
-1
/
+11
2021-12-15
Remove `in_band_lifetimes` from `rustc_trait_selection`
Sylvan Bowdler
-1
/
+1
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-1
/
+6
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-6
/
+1
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-3
/
+3
2021-11-29
Add constness to ParamEnv
Oli Scherer
-1
/
+6
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-3
/
+3
2021-11-08
fmt
Deadbeef
-1
/
+1
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-3
/
+5
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-0
/
+2
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-1
/
+1
2021-08-13
move Constness into TraitPredicate
Deadbeef
-9
/
+5
2021-03-31
Cleanups and comments
Jack Huey
-1
/
+0
2021-03-31
Some rebinds and dummys
Jack Huey
-2
/
+3
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+4
2021-03-20
update `const_eval_resolve`
lcnr
-9
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+6
2021-03-01
Get TyCtxt from self instead of passing as argument in AutoTraitFinder
Noam Koren
-2
/
+2
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-1
/
+1
2021-01-16
Review changes
Jack Huey
-9
/
+9
2021-01-15
Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank
Yuki Okushi
-6
/
+4
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-5
/
+5
2020-12-24
use matches!() macro in more places
Matthias Krüger
-8
/
+2
2020-12-20
Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv`
Aaron Hill
-6
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-6
/
+3
2020-10-16
Review comments
Jack Huey
-1
/
+1
2020-10-16
map_bound_ref -> rebind
Jack Huey
-4
/
+4
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-5
/
+6
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-0
/
+1
2020-09-24
remove enum name from ImplSource variants
Bastian Kauschke
-4
/
+3
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-3
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+881