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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-4
/
+4
2025-08-09
rename `TraitRef::from_method` to `from_assoc`
Deadbeef
-1
/
+1
2025-07-31
Make const bound handling more like types/regions.
Nicholas Nethercote
-1
/
+4
2025-07-28
Rename trait_of_item -> trait_of_assoc
Cameron Steffen
-1
/
+1
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-26
const-eval: allow constants to refer to mutable/external memory, but reject s...
Ralf Jung
-2
/
+4
2025-05-26
Don't retry in pred_known_to_hold_modulo_regions in new solver, since new sol...
Michael Goulet
-1
/
+1
2025-05-23
Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors
bors
-53
/
+86
2025-05-22
Add test/comment about const patterns with unused params
Boxy
-0
/
+6
2025-05-22
Review Comments
Boxy
-69
/
+69
2025-05-21
Don't evaluate constants depending on infers or params
Boxy
-42
/
+64
2025-05-21
Introduce `tcx.anon_const_kind` query
Boxy
-2
/
+7
2025-05-21
Do not eagerly fold consts in normalize_param_env_or_error if new solver
Michael Goulet
-3
/
+1
2025-05-17
Only select true errors in impossible_predicates
Michael Goulet
-2
/
+8
2025-05-15
Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr
bors
-9
/
+5
2025-05-01
Set groundwork for proper const normalization
Boxy
-1
/
+1
2025-04-23
Use the new solver in the impossible_predicates
Michael Goulet
-9
/
+5
2025-04-15
Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr
bors
-19
/
+8
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-19
/
+8
2025-04-09
re-use sized fast path
David Wood
-2
/
+2
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-08
Rustfmt
bjorn3
-14
/
+20
2025-01-31
Move fulfillment error derivation into new module
Michael Goulet
-6
/
+1
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-3
/
+1
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+1
2025-01-15
Rework trait expansion to happen once explicitly
Michael Goulet
-3
/
+3
2025-01-14
Leak check in impossible_predicates to avoid monomorphizing impossible instances
Michael Goulet
-3
/
+12
2024-12-18
chore: fix some typos
acceptacross
-1
/
+1
2024-12-16
update uses of extract_if in the compiler
The 8472
-1
/
+1
2024-11-25
fix gce typing_mode mismatch
lcnr
-18
/
+25
2024-11-23
remove remaining references to `Reveal`
lcnr
-5
/
+5
2024-11-23
no more Reveal :(
lcnr
-5
/
+4
2024-11-19
additional `TypingEnv` cleanups
lcnr
-2
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+3
2024-11-12
Handle infer vars in anon consts on stable
Boxy
-9
/
+21
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-4
/
+209
2024-10-31
normalization folders, yeet `ParamEnv::reveal`
lcnr
-1
/
+1
2024-10-29
TypingMode :thinking:
lcnr
-7
/
+11
2024-10-28
Hack out effects support for old solver
Michael Goulet
-0
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-21
Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr
bors
-12
/
+14
2024-10-19
Rename normalize to normalize_internal, remove unnecessary usages
Michael Goulet
-1
/
+1
2024-10-17
Dont consider predicates that may hold as impossible in is_impossible_associa...
Michael Goulet
-12
/
+14
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-1
/
+1
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-6
/
+6
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+8
2024-09-19
skip normalizing param env if it is already normalized
Lukas Markeffsky
-0
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-08-05
Don't re-elaborated already elaborated caller bounds in method probe
Michael Goulet
-1
/
+1
[next]