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
/
specialize
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+0
2023-12-05
Add more
Michael Goulet
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+5
2023-11-26
Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino
bors
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-24
AmbiguityCause should not eagerly format strings
Michael Goulet
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-17
/
+14
2023-08-28
Tweak output of `to_pretty_impl_header` involving only anon lifetimes
Esteban Küber
-9
/
+3
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-5
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-5
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-37
/
+32
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-6
/
+4
2023-07-01
Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors
bors
-1
/
+1
2023-06-29
change snapshot tracking in fulfillment contexts
lcnr
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-10
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+2
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
[next]