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
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-2
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-4
/
+4
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-2
/
+0
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+9
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-8
/
+3
2023-07-06
get rid of a bit more calls to poly_select
Michael Goulet
-3
/
+3
2023-07-06
Separate select calls that don't need a binder
Michael Goulet
-2
/
+2
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-1
/
+1
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-3
/
+0
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-5
/
+6
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-9
/
+9
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-05-25
Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu...
Michael Goulet
-2
/
+4
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-1
/
+1
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-2
/
+2
2023-04-21
Break up long function in trait selection error reporting
Bryan Garza
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+1
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
[next]