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
/
specialization_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-12
Split AssocContainer::{InherentImpl,TraitImpl}
Cameron Steffen
-1
/
+1
2025-09-12
Rename AssocItemContainer -> AssocContainer
Cameron Steffen
-1
/
+1
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-5
/
+3
2025-03-09
Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors
Matthias Krüger
-7
/
+0
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+2
2025-02-20
Turn order dependent trait objects future incompat warning into a hard error
Oli Scherer
-7
/
+0
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-2
/
+2
2025-01-03
Do not project when there are unconstrained impl params
Michael Goulet
-0
/
+14
2024-09-06
Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
bors
-3
/
+3
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-3
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-04-30
Give items related to issue 33140 a more meaningful name
León Orell Valerian Liehr
-3
/
+3
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-28
fix few more
klensy
-1
/
+1
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-1
/
+1
2024-02-29
track overflowing goals for overfow errors
lcnr
-0
/
+1
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-4
/
+4
2024-02-16
Use extension trait derive
Michael Goulet
-29
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
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-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-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
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
-4
/
+5
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-6
/
+6
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-6
/
+6
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+49
2022-11-10
Don't print full paths in overlap errors
Michael Goulet
-38
/
+30
2022-10-13
Make overlapping_impls non-generic
Cameron Steffen
-27
/
+21
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-05-18
fix `simplify_type`
lcnr
-6
/
+3
2022-02-21
update docs for `simplify_type`
lcnr
-4
/
+9
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-14
fast_reject: remove `StripReferences`
lcnr
-19
/
+4
2022-01-31
Do not store overlap_mode, just pass it down on insert
Santiago Pastorino
-1
/
+3
2022-01-31
Move overlap_mode into trait level attribute + feature flag
Santiago Pastorino
-2
/
+10
2021-12-16
Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selecti...
Matthias Krüger
-9
/
+9
2021-12-15
Remove `in_band_lifetimes` from `rustc_trait_selection`
Sylvan Bowdler
-9
/
+9
2021-12-14
extend `simplify_type`
lcnr
-4
/
+19
2021-09-23
Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister
bors
-4
/
+4
2021-09-21
use indexmap instead of hashmap
lcnr
-1
/
+1
[next]