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
/
project.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-12
Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk
Matthias Krüger
-1
/
+57
2024-12-11
Rename projection_def_id to item_def_id
Michael Goulet
-2
/
+2
2024-12-10
Implement projection and shim for AFIDT
Michael Goulet
-1
/
+57
2024-12-03
Remove generic_associated_types_extended feature gate
Michael Goulet
-25
/
+1
2024-11-28
support revealing defined opaque post borrowck
lcnr
-1
/
+3
2024-11-23
no more Reveal :(
lcnr
-2
/
+1
2024-10-31
traits::project: yeet `ParamEnv::reveal`
lcnr
-13
/
+16
2024-10-29
TypingMode :thinking:
lcnr
-29
/
+7
2024-10-27
Remove ObligationCause::span() method
Michael Goulet
-2
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-20
Rip out old effects var handling code from traits
Michael Goulet
-30
/
+6
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-30
/
+33
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-58
/
+48
2024-09-11
clippy::useless_conversion
Michael Goulet
-2
/
+2
2024-09-06
Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
bors
-0
/
+8
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-0
/
+8
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-11
Remove struct_tail_no_normalization
Michael Goulet
-2
/
+2
2024-08-11
Rename normalization functions to raw
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-24
/
+14
2024-07-24
Don't ICE when auto trait has assoc ty in old solver
Michael Goulet
-0
/
+6
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-11
/
+29
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-18
/
+17
2024-06-13
LangItem-ify Coroutine trait in solvers
Michael Goulet
-4
/
+5
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-15
/
+5
2024-05-31
Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk
bors
-1
/
+1
2024-05-29
Add lang item for AsyncFnKindHelper::Upvars
Michael Goulet
-16
/
+4
2024-05-29
Add lang item for Future::Output
Michael Goulet
-14
/
+2
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-1
/
+1
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+1
2024-05-18
Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726
bors
-1
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-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
-68
/
+87
2024-05-13
Apply nits
Michael Goulet
-3
/
+3
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-66
/
+85
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-05-11
Consolidate obligation cause codes for where clauses
Michael Goulet
-12
/
+2
2024-05-10
Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr
bors
-15
/
+26
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-15
/
+26
2024-05-10
Name tweaks
Michael Goulet
-4
/
+4
2024-05-10
More rename fallout
Michael Goulet
-2
/
+2
2024-05-10
Rename some ObligationCauseCode variants
Michael Goulet
-5
/
+5
2024-05-10
Remove glob imports for ObligationCauseCode
Michael Goulet
-7
/
+8
2024-05-10
Use fewer origins when creating type variables.
Nicholas Nethercote
-5
/
+1
2024-04-23
Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk
bors
-1
/
+42
2024-04-20
include ParamEnv in projection cache key
Lukas Markeffsky
-6
/
+7
2024-04-19
Let inherent associated types constrain opaque types during projection
Oli Scherer
-1
/
+1
[next]