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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-28
/
+32
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-18
const_to_pat: cleanup leftovers from when we had to deal with non-structural ...
Ralf Jung
-2
/
+0
2024-07-11
Remove fully_normalize
Michael Goulet
-38
/
+8
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-2
/
+1
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-14
Only compute vtable information during codegen
Michael Goulet
-1
/
+1
2024-06-07
Only compute specializes query if specialization is enabled in the crate of t...
Michael Goulet
-0
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-1
/
+1
2024-06-03
Nits and formatting
Michael Goulet
-37
/
+0
2024-06-03
Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...
Michael Goulet
-5
/
+7
2024-06-03
Move FulfillmentErrorCode to rustc_trait_selection too
Michael Goulet
-1
/
+39
2024-06-03
Use ScrubbedTraitError in more places
Michael Goulet
-1
/
+8
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-2
/
+24
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-0
/
+43
2024-06-01
Deduplicate supertrait_def_ids code
Mark Rousskov
-4
/
+1
2024-05-27
Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors
bors
-0
/
+1
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-0
/
+1
2024-05-24
Use regular type equating instead of a custom query
Oli Scherer
-1
/
+0
2024-05-16
Remove trivial Binder::dummy calls
Michael Goulet
-1
/
+1
2024-05-16
Uplift Goal to rustc_type_ir
Michael Goulet
-1
/
+1
2024-05-16
Make P parameter explicit
Michael Goulet
-1
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-3
/
+3
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-1
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-04-30
Normalize trait ref before orphan check & consider ty params in alias types t...
León Orell Valerian Liehr
-2
/
+3
2024-04-19
Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref
Michael Goulet
-3
/
+3
[next]