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_middle
/
src
/
traits
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-23
Check types live across yields in generators too
Michael Goulet
-1
/
+3
2023-09-23
Check that closure's by-value captures are sized
Michael Goulet
-0
/
+2
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-0
/
+3
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-9
/
+2
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-12
/
+12
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-2
/
+1
2023-08-14
Point at return type when it influences non-first `match` arm
Esteban Küber
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-5
/
+5
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-21
/
+18
2023-07-25
Make everything builtin!
Michael Goulet
-52
/
+28
2023-07-25
Restore tuple unsizing feature gate
Michael Goulet
-3
/
+9
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-05
Add some extra information to opaque type cycle errors
Oli Scherer
-0
/
+4
2023-07-03
Remove chalk from the compiler
Michael Goulet
-5
/
+0
2023-06-20
yeet upcast_trait_def_id from ImplSourceObjectData
Michael Goulet
-4
/
+0
2023-06-20
yeet ImplSource::TraitAlias too
Michael Goulet
-19
/
+0
2023-06-20
cleanup imports
lcnr
-6
/
+0
2023-06-19
show normalizes-to hack and response instantiation goals
Boxy
-0
/
+6
2023-06-19
initial info dump
Boxy
-1
/
+1
2023-06-17
Remove even more redundant builtin candidates
Michael Goulet
-36
/
+3
2023-06-17
Simplify even more candidates
Michael Goulet
-75
/
+26
2023-06-17
Simplify an ObjectData field
Michael Goulet
-4
/
+4
2023-06-17
Simplify some impl source candidates
Michael Goulet
-37
/
+0
2023-06-17
Remove some ImplSource candidates
Michael Goulet
-22
/
+7
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+3
2023-06-01
Implement custom diagnostic for ConstParamTy
Michael Goulet
-0
/
+3
2023-05-25
Move DefiningAnchor
Michael Goulet
-0
/
+11
2023-05-19
update recursion depth in `confirm_candidate`
lcnr
-3
/
+20
2023-05-12
Note base types of coercion
Michael Goulet
-3
/
+0
2023-05-09
Shrink `SelectionError` a lot
Nilstrieb
-5
/
+8
2023-05-04
Use fulfillment to check Drop impl compatibility
Michael Goulet
-0
/
+4
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-5
/
+2
2023-04-28
Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm
Matthias Krüger
-7
/
+7
2023-04-28
Remove some unnecessary derives.
Nicholas Nethercote
-7
/
+7
2023-04-26
Remove unused `TypeFoldable`/`TypeVisitable` impls.
Nicholas Nethercote
-1
/
+1
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-03-20
Enforce non-lifetime-binders in supertrait preds are not object safe
Michael Goulet
-2
/
+11
2023-03-14
Remove box expressions from HIR
clubby789
-2
/
+0
2023-02-16
Clarify `DerivedObligationCause` may hold alias id
Alan Egerton
-1
/
+5
2023-02-06
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...
Matthias Krüger
-0
/
+2
2023-02-03
intern external constraints
Michael Goulet
-0
/
+1
2023-01-27
Impl HashStable/Encodable/Decodable for ObligationCause.
Camille GILLOT
-10
/
+18
2023-01-23
Point at specific field in struct literal when trait fulfillment fails
Nathan Fenner
-0
/
+2
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-5
/
+6
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-25
move 2 candidates into builtin candidate
lcnr
-23
/
+0
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+20
2022-11-19
Improve spans for RPITIT object-safety errors
Michael Goulet
-2
/
+8
[next]