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
/
query
Age
Commit message (
Expand
)
Author
Lines
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-32
/
+29
2023-07-05
Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk
Michael Goulet
-8
/
+21
2023-07-04
-Ztrait-solver=next: stop depending on old solver
lcnr
-8
/
+21
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-1
/
+1
2023-07-03
add deep normalization via the new solver
lcnr
-2
/
+12
2023-07-01
Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors
bors
-2
/
+2
2023-06-29
change snapshot tracking in fulfillment contexts
lcnr
-2
/
+2
2023-06-27
Normalize opaques with escaping bound vars
Michael Goulet
-6
/
+1
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+2
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-13
/
+14
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-13
/
+14
2023-06-18
Continue folding in query normalizer on weak aliases
Michael Goulet
-2
/
+6
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-4
/
+7
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+2
2023-06-06
New trait solver is a property of inference context
Michael Goulet
-2
/
+2
2023-06-05
Resolve vars in result from scrape_region_constraints
Michael Goulet
-3
/
+12
2023-05-30
Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726
bors
-1
/
+1
2023-05-30
rework the leak_check to take the outer_universe
lcnr
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-3
/
+3
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-3
/
+3
2023-05-27
Uplift complex type ops back into typeck so we can call them locally
Michael Goulet
-17
/
+558
2023-05-27
Perform MIR type ops locally in new solver
Michael Goulet
-1
/
+94
2023-05-25
Fallible<_> -> Result<_, NoSolution>
Michael Goulet
-31
/
+34
2023-05-25
Use ErrorGuaranteed more in MIR type ops
Michael Goulet
-13
/
+35
2023-05-24
Use ObligationCtxt in custom type ops
Michael Goulet
-27
/
+27
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-7
/
+10
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-08
Remove `remap_env_constness` in queries
Deadbeef
-7
/
+1
2023-03-23
Use fulfillment in InferCtxt::evaluate_obligation
Michael Goulet
-30
/
+14
2023-03-23
Return nested obligations from canonical response var unification
Michael Goulet
-1
/
+9
2023-03-21
remove some trait solver helpers
lcnr
-4
/
+4
2023-03-15
Deduplicate logic between projection normalization with and without escaping ...
Oli Scherer
-59
/
+21
2023-03-15
Exhaustively match over all alias kinds
Oli Scherer
-10
/
+17
2023-03-11
Use TyCtxt::trait_solver_next in some places
Michael Goulet
-8
/
+7
2023-03-10
Move some solver stuff to middle
Michael Goulet
-1
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-11
/
+11
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-4
/
+4
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+2
2023-01-28
Rollup merge of #107103 - compiler-errors:new-solver-evaluate_obligation, r=lcnr
Matthias Krüger
-6
/
+37
2023-01-27
Pacify tidy.
Camille GILLOT
-5
/
+5
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2023-01-27
Do not abort compilation when failing to normalize opaque types.
Camille GILLOT
-6
/
+10
2023-01-27
Use now solver in evaluate_obligation
Michael Goulet
-6
/
+37
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-9
/
+9
[next]