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
/
specialize
Age
Commit message (
Expand
)
Author
Lines
2023-05-05
Report nicer lifetime errors for specialization
Matthew Jasper
-3
/
+31
2023-05-05
Normalize consistently for specializations
Matthew Jasper
-17
/
+22
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-03-27
Some tracing/instrument cleanups
Oli Scherer
-6
/
+3
2023-03-23
Don't split up TreatProjections and TreatParams anymore
Michael Goulet
-19
/
+9
2023-03-19
Delay overlap errors if errors are involved
Michael Goulet
-1
/
+5
2023-03-15
always make `define_opaque_types` explicit
lcnr
-1
/
+2
2023-03-13
Better names?
Michael Goulet
-6
/
+6
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-6
/
+19
2023-03-09
Use param's real type in try_eval_lit_or_param
Michael Goulet
-3
/
+3
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-17
Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb
bors
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+7
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-1
/
+1
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-1
/
+1
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-14
fix various subst_identity vs skip_binder
Kyle Matsuda
-5
/
+6
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-9
/
+9
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-8
/
+8
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+49
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+3
2022-11-23
Use ObligationCtxt intead of dyn TraitEngine
Santiago Pastorino
-6
/
+6
2022-11-14
Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco
Matthias Krüger
-73
/
+70
2022-11-10
Don't print full paths in overlap errors
Michael Goulet
-73
/
+70
2022-11-09
Remove save_and_restore_in_snapshot_flag
Michael Goulet
-26
/
+24
2022-11-08
Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_...
CastilloDel
-2
/
+2
2022-10-13
Make overlapping_impls non-generic
Cameron Steffen
-27
/
+21
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-10
/
+5
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-4
/
+4
2022-10-01
Refactor rustc lint API
Maybe Waffle
-33
/
+25
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-29
/
+8
2022-08-04
Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`
Michael Goulet
-9
/
+4
2022-08-04
Remove FulfillmentContext param from fully_normalize
Michael Goulet
-1
/
+0
2022-08-03
Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error...
Matthias Krüger
-4
/
+6
2022-08-03
Delay a bug when failed to normalize trait ref during specialization
Michael Goulet
-4
/
+6
2022-07-26
Use TraitEngine in more places that don't specifically need FulfillmentCtxt::...
Michael Goulet
-4
/
+6
2022-07-21
move `considering_regions` to the infcx
lcnr
-12
/
+1
2022-07-11
Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errors
Matthias Krüger
-2
/
+2
2022-07-10
Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi...
rhysd
-2
/
+2
2022-07-10
avoid some `&str` to `String` conversions
Takayuki Maeda
-1
/
+1
2022-07-06
Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r...
Guillaume Gomez
-18
/
+5
2022-07-06
use `named_span` in case of tuple variant
Takayuki Maeda
-1
/
+1
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-18
/
+5
2022-07-06
Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk
Dylan DPC
-2
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
[next]