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_middle
/
src
/
ty
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-15
derive various Lift impl instead of hand rolling them
Oli Scherer
-2
/
+2
2022-09-09
Lower RPITIT to ImplTraitPlaceholder item
Michael Goulet
-2
/
+3
2022-08-29
Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors
nils
-1
/
+14
2022-08-16
Fix error message with non-tupled bare fn trait
Michael Goulet
-0
/
+12
2022-08-14
TypeError can be Copy
Michael Goulet
-5
/
+6
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-1
/
+1
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+2
2022-07-24
Combine redundant obligation cause codes
Michael Goulet
-6
/
+2
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-1
/
+1
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-2
/
+2
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-05-22
Do leak check after function ptr coercion
Jack Huey
-5
/
+4
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-44
/
+15
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-1
/
+1
2022-04-10
FIXME for diagnostic variable name
Michael Goulet
-61
/
+63
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-15
Support other types of pluralization in pluralize macro
est31
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-9
/
+17
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-9
/
+17
2022-02-20
Always format to internal String in FmtPrinter
Mark Rousskov
-4
/
+3
2022-02-19
Adopt let else in more places
est31
-5
/
+4
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-01-19
Store a `Symbol` instead of an `Ident` in `AssocItem`
Aaron Hill
-2
/
+2
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2021-12-20
Eliminate `ObligationCauseData`.
Nicholas Nethercote
-1
/
+1
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-4
/
+2
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-3
/
+1
2021-10-28
implement type-changing-struct-update
SparrowLii
-0
/
+3
2021-10-23
Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis
bors
-4
/
+7
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-4
/
+7
2021-10-16
Fix an ICE with TAITs and Future
Yuki Okushi
-5
/
+10
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-2
/
+2
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-17
/
+13
2021-08-20
move `fallback_if_possible` and friends to fallback.rs
Niko Matsakis
-6
/
+0
2021-08-13
move Constness into TraitPredicate
Deadbeef
-3
/
+9
2021-07-23
Fix span when suggesting to add an associated type bound
Giacomo Stevanato
-20
/
+45
2021-05-11
Use .name_str() to format primitive types in error messages
Fabian Wolff
-2
/
+15
2021-04-08
Use more accurate spans for trait/impl method arg divergence
Esteban Küber
-5
/
+8
2021-04-02
Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank
bors
-16
/
+32
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+3
2021-03-16
fix expected/found order on impl trait projection mismatch
SNCPlay42
-16
/
+32
2021-03-03
Fix tests
Ryan Levick
-2
/
+0
2021-02-19
Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk
Dylan DPC
-3
/
+3
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-6
/
+34
[next]