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-11-27
Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin
bors
-30
/
+65
2023-11-26
don't add redundant help for object safety violations
Ryan Mehri
-30
/
+65
2023-11-25
Remove 3 more unused ObligationCauseCodes
Michael Goulet
-9
/
+0
2023-11-25
Remove some more unused codepaths in (region) error reporting
Michael Goulet
-1
/
+2
2023-11-25
Remove unused ObligationCauseCode::ProjectionWf
Michael Goulet
-3
/
+0
2023-11-25
Remove HirId from QPath::LangItem
Michael Goulet
-1
/
+1
2023-11-22
Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr
bors
-4
/
+17
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-20
Document DefiningAnchor a bit more
Michael Goulet
-4
/
+17
2023-11-08
Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank
Matthias Krüger
-3
/
+23
2023-10-21
Rollup merge of #106601 - estebank:match-semi, r=cjgillot
Matthias Krüger
-0
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-11
Suggest `;` after bare `match` expression E0308
Esteban Küber
-0
/
+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-24
Improve diagnostic for const ctors in array repeat expressions
clubby789
-3
/
+23
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
[next]