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
2025-09-08
fixup limit handling code
Jana Dönszelmann
-1
/
+2
2025-08-06
Add support for shortening `Instance` and use it
Esteban Küber
-11
/
+27
2025-08-03
Rename `Printer` variables.
Nicholas Nethercote
-12
/
+12
2025-04-24
Remove `weak` alias terminology
Boxy
-1
/
+1
2025-04-07
Simplify temp path creation a bit
Michael Goulet
-1
/
+1
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-6
/
+4
2025-01-31
Rework "long type names" printing logic
Esteban Küber
-11
/
+26
2025-01-10
mir_transform: implement forced inlining
David Wood
-0
/
+3
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-11-24
Simplify array length mismatch error reporting
Michael Goulet
-6
/
+3
2024-11-02
Fix type shortening writing to file
Esteban Küber
-3
/
+18
2024-10-23
remove `PredicatePolarity` and `BoundConstness` relate impls
lcnr
-3
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-06-06
Uplift TypeError
Michael Goulet
-124
/
+39
2024-06-01
Simplify IntVarValue/FloatVarValue
Michael Goulet
-21
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-3
/
+3
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-03-22
Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr
bors
-1
/
+1
2024-03-22
Further simplifications
Michael Goulet
-1
/
+1
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-02-20
Make --verbose imply -Z write-long-types-to-disk=no
Fernando Fernandez Mancera
-1
/
+1
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-1
/
+1
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
[next]