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
/
tests
/
ui
/
span
Age
Commit message (
Expand
)
Author
Lines
2025-08-19
bless tests with new lint messages
Karol Zwolak
-1
/
+1
2025-08-15
Rollup merge of #145378 - xizheyin:144968, r=davidtwco
Stuart Cook
-11
/
+0
2025-08-14
Adjust error message grammar to be less awkward
Jake Goulding
-1
/
+1
2025-08-14
Add FnContext in parser for diagnostic
xizheyin
-11
/
+0
2025-08-11
Add more docs to templates for attrs with incorrect arguments
Esteban Küber
-0
/
+1
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-1
/
+4
2025-08-10
Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a...
Esteban Küber
-0
/
+1
2025-07-15
New example for E0536
Jonathan Brouwer
-7
/
+6
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-5
/
+2
2025-06-18
Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...
Jakub Beránek
-3
/
+23
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-7
/
+4
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-1
/
+1
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-4
/
+16
2025-06-11
stabilize gai
Boxy
-3
/
+23
2025-06-05
Add more missing 2015 edition directives
Lukas Wirth
-2
/
+4
2025-06-05
Use non-2015 edition paths in tests that do not test for their resolution
Lukas Wirth
-15
/
+15
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-5
/
+4
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-4
/
+0
2025-02-21
More sophisticated span trimming
Michael Goulet
-18
/
+12
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-30
/
+45
2025-02-05
When displaying a parameter mismatch error, only highlight the mismatched par...
Jason Newcomb
-3
/
+3
2025-01-23
Bless and add tests
Boxy
-4
/
+0
2024-12-13
Arbitrary self types v2: adjust diagnostic.
Adrian Taylor
-2
/
+2
2024-12-11
Arbitrary self types v2: use Receiver trait
Adrian Taylor
-2
/
+2
2024-11-22
Stabilize the 2024 edition
Eric Huss
-1
/
+1
2024-09-22
Don't call const normalize in error reporting
Michael Goulet
-2
/
+2
2024-09-09
Ban non-array SIMD
Scott McMurray
-2
/
+1
2024-08-01
Do not underline suggestions for code that is already there
Esteban Küber
-4
/
+0
2024-07-26
Peel off explicit (or implicit) deref before suggesting clone on move error i...
Michael Goulet
-3
/
+3
2024-07-18
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber
-1
/
+1
2024-07-14
Use ordinal number in argument error
long-long-float
-7
/
+7
2024-07-05
Use verbose style for argument removal suggestion
Esteban Küber
-8
/
+12
2024-06-20
Fix `...` in multline code-skips in suggestions
Esteban Küber
-1
/
+1
2024-06-12
Spell out other trait diagnostic
Alex Macleod
-4
/
+4
2024-05-21
Make early lints translatable
Xiretza
-1
/
+1
2024-05-11
ignore generics args in attribute paths
bohan
-8
/
+1
2024-05-03
Rollup merge of #124510 - linyihai:raw-ident-in-typo-suggestion, r=fmease
Matthias Krüger
-0
/
+29
2024-04-30
Replace item names containing an error code with something more meaningful
León Orell Valerian Liehr
-1
/
+1
2024-04-29
Add raw identifier in a typo suggestion
Lin Yihai
-0
/
+29
2024-04-24
Modify `find_expr` from `Span` to better account for closures
Esteban Küber
-0
/
+3
2024-04-11
Suggest `.clone()` in some move errors
Esteban Küber
-0
/
+5
2024-04-11
Account for unops when suggesting cloning
Esteban Küber
-6
/
+9
2024-04-11
Suggest `.clone()` when moved while borrowed
Esteban Küber
-0
/
+20
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-2
/
+2
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-2
/
+17
2024-02-22
remove `sub_relations` from infcx, recompute in diagnostics
lcnr
-16
/
+1
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-7
/
+4
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-17
/
+17
2024-02-14
remove importing suggestions when there is a shadowed typo canddiate
yukang
-5
/
+0
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-3
/
+18
[next]