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
/
select
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Check FnPtr/FnDef built-in fn traits correctly with effects
Michael Goulet
-5
/
+6
2023-12-16
Remove unnecessary constness from ProjectionCandidate
Michael Goulet
-3
/
+1
2023-12-15
Annotate some bugs
Michael Goulet
-2
/
+6
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+34
2023-12-07
Fix const drop checking
Michael Goulet
-7
/
+9
2023-12-06
Yeet PolyGenSig
Michael Goulet
-15
/
+12
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-22
Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr
bors
-11
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-11
/
+1
2023-11-17
rename bound region instantiation
lcnr
-2
/
+3
2023-11-13
update type flags
lcnr
-1
/
+1
2023-11-13
continue renaming
lcnr
-1
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-30
Some more coroutine renamings
Michael Goulet
-4
/
+4
2023-10-27
Make `gen` blocks implement the `Iterator` trait
Oli Scherer
-0
/
+35
2023-10-20
s/generator/coroutine/
Oli Scherer
-17
/
+17
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+1
2023-09-02
Do not require associated types with Self: Sized to uphold bounds when confir...
Michael Goulet
-3
/
+3
2023-09-02
RPITITs are considered object-safe, they're always on Self:Sized methods
Michael Goulet
-0
/
+3
2023-08-28
Better error message for object type with GAT
Michael Goulet
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-4
/
+3
2023-08-04
Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr
bors
-64
/
+23
2023-08-03
Don't be incomplete
Michael Goulet
-83
/
+10
2023-08-03
Fix upcasting with normalization in old solver, add a test
Michael Goulet
-2
/
+12
2023-08-03
short-circuit when proj def ids differ
Michael Goulet
-5
/
+6
2023-08-03
Rework upcasting
Michael Goulet
-59
/
+80
2023-08-03
builtin impl confirmation wuhu
lcnr
-23
/
+17
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-11
/
+4
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-14
/
+6
2023-07-25
Make everything builtin!
Michael Goulet
-46
/
+42
2023-07-25
Restore tuple unsizing feature gate
Michael Goulet
-9
/
+16
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-120
/
+119
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+2
2023-07-07
Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472
bors
-6
/
+1
2023-07-06
Separate select calls that don't need a binder
Michael Goulet
-2
/
+2
2023-07-06
TraitObligation -> PolyTraitObligation
Michael Goulet
-20
/
+20
2023-07-06
add helper methods for accessing struct tail
Lukas Markeffsky
-6
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-5
/
+6
2023-07-05
Add some extra information to opaque type cycle errors
Oli Scherer
-4
/
+4
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-5
/
+4
2023-07-03
Remove chalk from the compiler
Michael Goulet
-8
/
+4
2023-06-28
Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr
Dylan DPC
-13
/
+7
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+4
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-2
/
+2
2023-06-20
yeet upcast_trait_def_id from ImplSourceObjectData
Michael Goulet
-5
/
+1
2023-06-20
yeet ImplSource::TraitAlias too
Michael Goulet
-8
/
+6
2023-06-17
Remove even more redundant builtin candidates
Michael Goulet
-4
/
+4
2023-06-17
Simplify even more candidates
Michael Goulet
-11
/
+8
[next]