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-12-13
Tweak `short_ty_string` to reduce number of files
Esteban Küber
-9
/
+11
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-02
Add insta-stable std::hash::{DefaultHasher, RandomState} exports
ltdk
-2
/
+1
2023-10-25
Refactor away the need for some `descr` methods.
Oli Scherer
-2
/
+6
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-15
/
+14
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+7
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-3
/
+2
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-4
/
+4
2023-07-24
new unstable option: -Zwrite-long-types-to-disk
Mahdi Dibaiee
-2
/
+7
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-05-30
leak_check: remove unused codepath
lcnr
-13
/
+0
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-2
/
+2
2023-04-26
Remove unused `TypeFoldable`/`TypeVisitable` impls.
Nicholas Nethercote
-1
/
+1
2023-03-11
remove duplicated calls to sort_string
klensy
-6
/
+2
2023-02-13
fix: improve the suggestion on future not awaited
Vincenzo Palazzo
-1
/
+1
2023-01-30
Fix unquoted projection types in label
Esteban Küber
-1
/
+1
2023-01-30
Mention fn coercion rules (needs to be expanded)
Esteban Küber
-1
/
+1
2023-01-30
review comments
Esteban Küber
-36
/
+43
2023-01-30
Modify primary span label for E0308
Esteban Küber
-124
/
+67
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-2
/
+3
2023-01-25
Move `note_and_explain_type_err` from `rustc_middle` to `rustc_infer`
Nilstrieb
-632
/
+5
2023-01-11
Be more specific about constructor `FnDef`s in type mismatch
Michael Goulet
-3
/
+11
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
[next]