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
/
ty
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-13
/
+14
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-5
/
+5
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-9
/
+9
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-1
/
+1
2022-12-11
Fix typo in comment: length_limit
Jesse Ruderman
-1
/
+1
2022-12-10
Introduce `with_forced_trimmed_paths`
Esteban Küber
-16
/
+30
2022-11-28
Further tweak the type shortening logic
Esteban Küber
-2
/
+3
2022-11-28
Detect long types in E0308 and write them to disk
Esteban Küber
-10
/
+18
2022-11-25
remove `TypeError::ObjectUnsafeCoercion`
lcnr
-4
/
+1
2022-11-21
Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr
Matthias Krüger
-3
/
+1
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-3
/
+1
2022-11-18
review comment
Esteban Küber
-5
/
+5
2022-11-18
On overflow errors, do not print out long types
Esteban Küber
-0
/
+37
2022-11-01
Fix ICE in default impl error reporting
Michael Goulet
-1
/
+3
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
[prev]
[next]