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
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-28
Remove `Const::from_value`
Maybe Waffle
-3
/
+1
2022-11-28
Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk
Dylan DPC
-18
/
+13
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-25
Remove SelectionContext::infcx() in favor of field access
Michael Goulet
-18
/
+13
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-6
/
+8
2022-11-25
get rid of to_poly_trait_predicate
Oli Scherer
-8
/
+11
2022-11-22
Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr
Manish Goregaokar
-0
/
+1
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-2
/
+2
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-2
/
+2
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-5
/
+3
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+1
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-5
/
+16
2022-11-08
Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_...
CastilloDel
-6
/
+6
2022-10-10
Fix compiler docs
Guillaume Gomez
-4
/
+4
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-129
/
+91
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-09-22
introduce mir::Unevaluated
b-naber
-1
/
+1
2022-09-13
rebase
b-naber
-1
/
+1
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
[next]