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
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-2
/
+2
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-2
/
+6
2022-08-13
avoid cloning and then iterating
KaDiWa
-1
/
+1
2022-08-04
Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`
Michael Goulet
-4
/
+2
2022-07-26
Use TraitEngine in more places that don't specifically need FulfillmentCtxt::...
Michael Goulet
-1
/
+1
2022-07-21
`region_outlives_predicate` no snapshot
lcnr
-3
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-0
/
+1
2022-07-04
implied bounds byebye nested hir ids
lcnr
-9
/
+1
2022-06-27
outside of borrowck, do not provide an implicit_region_bound
lcnr
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+11
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-7
/
+7
2022-03-31
Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors
Dylan DPC
-4
/
+5
2022-03-30
Add the generic_associated_types_extended feature
Jack Huey
-4
/
+5
2022-03-30
Rollup merge of #95461 - nyurik:spelling, r=lcnr
Dylan DPC
-4
/
+4
2022-03-30
Spellchecking compiler code
Yuri Astrakhan
-1
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-4
/
+4
2022-03-27
Remove SelectionContext::allow_negative_impls field
Guillaume Gomez
-2
/
+2
2022-03-26
Fix perf issue for auto trait selection
Guillaume Gomez
-0
/
+18
2022-02-19
rustc_trait_selection: adopt let else in more places
est31
-4
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Remove unnecessary `RegionKind::` quals.
Nicholas Nethercote
-8
/
+3
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-3
/
+3
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-1
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+1
2022-01-17
Update with final comments
kadmin
-1
/
+1
2022-01-17
Add term to ExistentialProjection
kadmin
-3
/
+2
2022-01-17
Update w/ comments
kadmin
-2
/
+1
2022-01-17
Update term for use in more places
kadmin
-5
/
+11
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
[next]