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
/
select
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-12
Remove unused ErrorReporting variant from overflow handling
Michael Goulet
-5
/
+3
2024-01-08
Make inductive cycles in coherence ambiguous always
Michael Goulet
-12
/
+8
2023-12-28
Movability doesn't need to be a query anymore
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-21
/
+25
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-19
Remove unnecessary param-env from lexical region resolution and fully structu...
Michael Goulet
-7
/
+2
2023-12-18
Check FnPtr/FnDef built-in fn traits correctly with effects
Michael Goulet
-1
/
+5
2023-12-16
Remove unnecessary constness from ProjectionCandidate
Michael Goulet
-7
/
+7
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+6
2023-12-07
add unused `NormalizesTo` predicate
lcnr
-1
/
+4
2023-12-06
EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva...
Michael Goulet
-3
/
+3
2023-12-05
Add more
Michael Goulet
-2
/
+2
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-24
AmbiguityCause should not eagerly format strings
Michael Goulet
-42
/
+38
2023-11-22
Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr
bors
-13
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-7
/
+7
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-13
/
+0
2023-11-13
update type flags
lcnr
-2
/
+2
2023-11-13
continue renaming
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-11-06
Extend builtin/auto trait args with error when they have >1 argument
Michael Goulet
-6
/
+15
2023-10-27
Make `gen` blocks implement the `Iterator` trait
Oli Scherer
-0
/
+6
2023-10-20
s/generator/coroutine/
Oli Scherer
-12
/
+12
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-13
/
+13
2023-10-18
revert rust-lang/rust#114586
Ali MJ Al-Nasrawy
-21
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-10-05
Do not assert that hidden types don't have erased regions.
Camille GILLOT
-3
/
+0
2023-10-02
Rename both of the Match relations
Michael Goulet
-1
/
+2
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-4
/
+5
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-23
/
+2
2023-09-23
Fold lifetimes before substitution.
Camille GILLOT
-14
/
+14
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+3
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-3
/
+4
2023-09-11
Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-...
bors
-2
/
+21
2023-09-11
Bubble up opaque <eq> opaque operations instead of picking an order
Oli Scherer
-2
/
+21
2023-08-27
More precisely detect cycle errors from type_of on opaque
Michael Goulet
-5
/
+6
2023-08-15
more nits
Michael Goulet
-12
/
+21
2023-08-15
Reuse the selection context, compute failing obligations first in ambig mode
Michael Goulet
-12
/
+13
2023-08-15
nits
Michael Goulet
-3
/
+3
2023-08-15
Implement lint against coinductive impl overlap
Michael Goulet
-3
/
+33
2023-08-13
Auto merge of #114457 - lcnr:trait_ref_is_knowable-normalize, r=compiler-errors
bors
-1
/
+1
2023-08-12
normalize in `trait_ref_is_knowable` in new solver
lcnr
-1
/
+1
2023-08-11
remove builtin impl for float and int infer
lcnr
-5
/
+2
2023-08-10
Comment nits
Michael Goulet
-1
/
+1
2023-08-03
Don't be incomplete
Michael Goulet
-0
/
+92
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-9
/
+2
2023-08-02
Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk
Nilstrieb
-2
/
+3
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-2
/
+3
2023-08-01
Convert adt_sized_constraint to early-binder, use list
Michael Goulet
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-8
/
+6
[next]