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
/
diagnostic_namespace
/
do_not_recommend
Age
Commit message (
Expand
)
Author
Lines
2025-08-19
bless tests with new lint messages
Karol Zwolak
-4
/
+4
2025-07-11
Split up the `unknown_or_malformed_diagnostic_attributes` lint
mejrs
-4
/
+4
2025-04-24
norm nested aliases before evaluating the parent goal
lcnr
-5
/
+8
2025-04-10
Deeply normalize obligations in BestObligation
Michael Goulet
-7
/
+8
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-2
/
+2
2025-02-18
Add reference annotations for the `do_not_recommend` attribute
Eric Huss
-50
/
+59
2025-01-31
Manually walk into WF obligations in BestObligation proof tree visitor
Michael Goulet
-13
/
+3
2024-12-18
Also warn against `#[diagnostic::do_not_recommend]` on plain impls
Georg Semmler
-2
/
+18
2024-12-18
Stabilize `#[diagnostic::do_not_recommend]`
Georg Semmler
-227
/
+49
2024-12-18
Check `#[diagnostic::do_not_recommend]` for arguments
Georg Semmler
-0
/
+68
2024-12-18
Improve testing coverage for `#[diagnostic::do_not_recommend]`
Georg Semmler
-14
/
+230
2024-11-04
Rollup merge of #132583 - mejrs:tuples, r=compiler-errors
Matthias Krüger
-0
/
+12
2024-11-04
Suggest creating unary tuples
mejrs
-0
/
+12
2024-11-02
Add trait diff highlighting logic and use it in E0277
Esteban Küber
-2
/
+4
2024-10-16
Stop inverting expectation in normalization errors
Michael Goulet
-4
/
+1
2024-08-09
Add test
Michael Goulet
-0
/
+42
2024-07-11
Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion...
Georg Semmler
-0
/
+61
2024-07-02
Actually report normalization-based type errors correctly for alias-relate ob...
Michael Goulet
-1
/
+4
2024-06-12
Walk into alias-eq nested goals even if normalization fails
Michael Goulet
-1
/
+1
2024-05-29
Refactor `#[diagnostic::do_not_recommend]` support
Georg Semmler
-0
/
+57
2024-05-28
eagerly normalize when adding goals
lcnr
-4
/
+21
2024-05-21
Move `#[do_not_recommend]` to the `#[diagnostic]` namespace
Georg Semmler
-3
/
+148
2024-05-19
Actually use the `#[do_not_recommend]` attribute if present
Georg Semmler
-14
/
+150
2024-05-04
Implement do_not_recommend in the new solver
Michael Goulet
-0
/
+58