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
2023-04-13
Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors
Matthias Krüger
-1
/
+2
2023-04-13
Remove some unused type folders.
Nicholas Nethercote
-21
/
+0
2023-04-12
region error cleanup
lcnr
-1
/
+2
2023-04-06
Make elaborator generic
Michael Goulet
-5
/
+3
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-2
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-1
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-2
/
+3
2023-03-15
always make `define_opaque_types` explicit
lcnr
-1
/
+2
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-3
/
+2
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Workaround issue #107747
Alan Egerton
-0
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+3
2022-12-18
remove redundant fn params that were only "used" in recursion
Matthias Krüger
-6
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
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
[next]