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
/
src
/
test
/
ui
/
deprecation
Age
Commit message (
Expand
)
Author
Lines
2021-02-10
Inherit `#[stable(..)]` annotations in enum variants and fields from its item
Esteban Küber
-10
/
+8
2020-12-16
Allow `since="TBD"` for rustc_deprecated
bstrie
-7
/
+18
2020-11-02
Improve deprecation attribute diagnostic messages.
Mara Bos
-9
/
+5
2020-11-01
Add test for #[deprecated] attribute on trait impl block.
Mara Bos
-1
/
+18
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-5
/
+11
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+2
2020-07-26
report kind of deprecated item in message
Andy Russell
-309
/
+309
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-2
/
+2
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-2
/
+2
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-2
/
+2
2020-01-24
Normalise notes with the/is
varkor
-6
/
+6
2020-01-12
Fix formatting ellipses at the end of some diagnostics
varkor
-1
/
+1
2020-01-12
Add backticks in appropriate places
varkor
-8
/
+6
2019-11-15
find_deprecation: deprecation attr may be ill-formed meta.
Mazdak Farrokhzad
-0
/
+19
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-0
/
+1
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-10-11
test: extend derive_on_deprecated to include more derivations
Dan Aloni
-0
/
+6
2019-10-01
Update ui tests
Guillaume Gomez
-1
/
+1
2019-09-30
update ui tests
Guillaume Gomez
-1
/
+1
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-1
/
+1
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-1
/
+1
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-2
/
+2
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-4
/
+4
2019-06-05
Reblessed tests.
Alexander Regueiro
-1
/
+1
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-2
/
+2
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-3
/
+11
2019-04-23
Update ui tests
varkor
-1
/
+1
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-24
replace redundant note in deprecation warning
Andy Russell
-5
/
+71
2019-03-16
Don't report deprecation lints in derive expansions
Oliver Scherer
-0
/
+18
2019-03-15
rustc: provide DisambiguatedDefPathData in ty::print.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-100
/
+100
2019-02-13
Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez
Mazdak Farrokhzad
-57
/
+95
2019-02-13
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov
Mazdak Farrokhzad
-4
/
+34
2019-02-11
Add a test for rustc_deprecated
varkor
-0
/
+29
2019-02-11
Do not apply future deprecation warning for #[deprecated]
varkor
-57
/
+66
2019-02-05
allow shorthand syntax for deprecation reason
Andy Russell
-4
/
+34
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-0
/
+34
2018-12-25
Remove licenses
Mark Rousskov
-244
/
+144
2018-12-09
Add lint for items deprecated in future
aheart
-0
/
+26
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+1667