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_trait_selection
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2025-08-07
Use `tcx.short_string()` in more diagnostics
Esteban Küber
-2
/
+0
2025-06-03
Add `iter` macro
Oli Scherer
-2
/
+2
2025-05-17
do away with `_Self` and `TraitName` and check generic params for rustc_on_un...
mejrs
-0
/
+2
2025-05-09
Disarm `time` bomb (diagnostics)
Jieyou Xu
-2
/
+0
2025-05-02
Refactor rustc_on_unimplemented's filter parser
mejrs
-10
/
+16
2025-04-11
`NonGenericOpaqueTypeParam::ty` to `arg`
lcnr
-2
/
+2
2025-04-03
move `check_opaque_type_parameter_valid`
lcnr
-0
/
+7
2025-02-22
Even more dead code -- we don't HIR regionck anymore
Michael Goulet
-8
/
+0
2025-01-30
Rework rustc_dump_vtable
Michael Goulet
-2
/
+0
2025-01-29
Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr
Matthias Krüger
-0
/
+2
2025-01-28
Suggest considering casting fn item as fn pointer in more cases
mu001999
-0
/
+2
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-3
/
+0
2025-01-10
mir_transform: implement forced inlining
David Wood
-1
/
+3
2024-11-09
Dont suggest use<APIT>
Michael Goulet
-4
/
+4
2024-11-09
Suggest turning APITs into generics in opaque overcaptures
Michael Goulet
-1
/
+5
2024-08-28
Emit specific message for `time<0.3.35` inference failure
Esteban Küber
-0
/
+2
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-0
/
+391
2024-03-21
Make `#[diagnostic::on_unimplemented]` format string parsing more robust
Georg Semmler
-0
/
+9
2024-02-15
make better async fn kind errors
Michael Goulet
-5
/
+7
2023-12-04
Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...
Georg Semmler
-0
/
+3
2023-11-17
Add some additional warnings for duplicated diagnostic items
Georg Semmler
-0
/
+4
2023-10-19
Improve the warning messages for the `#[diagnostic::on_unimplemented]`
Georg Semmler
-0
/
+5
2023-09-12
`#[diagnostic::on_unimplemented]` without filters
Georg Semmler
-0
/
+2
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+2
2023-08-30
Permit recursive weak type aliases
Oli Scherer
-0
/
+1
2023-08-07
Migrate a trait selection error to use diagnostic translation
Deadbeef
-0
/
+9
2023-06-28
convert to fluent, make plurals work
Michael Goulet
-0
/
+10
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-7
/
+7
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+2
2023-03-11
Simplify message paths
est31
-0
/
+22