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
/
stability-attribute
Age
Commit message (
Expand
)
Author
Lines
2022-02-24
don't special case `DefKind::Ctor` in encoding
lcnr
-8
/
+8
2022-02-03
Add missing const stability attributes
Jacob Pratt
-7
/
+9
2022-02-03
Require const stability on all stable const items
Jacob Pratt
-9
/
+27
2022-01-12
Bless tests.
Camille GILLOT
-105
/
+129
2021-11-23
Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t...
Matthias Krüger
-0
/
+58
2021-11-24
Suggestion to wrap inner types using `allocator_api` in tuple
Ken Matsui
-0
/
+58
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+19
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-11
/
+24
2021-07-26
Add long explanation for E0544.
Chris Midgley
-1
/
+1
2021-06-15
Use last segment
hi-rustin
-18
/
+18
2021-06-15
shrinking the deprecated method span
hi-rustin
-8
/
+8
2021-06-04
Revert "shrinking the deprecated method span"
Rich Kadel
-8
/
+8
2021-05-24
shrinking the deprecated method span
hi-rustin
-8
/
+8
2021-05-09
remove const_fn feature gate
Ralf Jung
-1
/
+1
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-74
/
+72
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-4
/
+4
2021-03-05
Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis
bors
-21
/
+23
2021-02-18
Add long explanation for E0549
Jesus Rubio
-1
/
+1
2021-02-17
Add long explanation for E0543
Jesus Rubio
-1
/
+1
2021-02-15
Add long explanation for E0545
Jesus Rubio
-1
/
+1
2021-02-10
Tweak stability attribute diagnostic output
Esteban Küber
-8
/
+14
2021-02-10
Inherit `#[stable(..)]` annotations in enum variants and fields from its item
Esteban Küber
-17
/
+13
2021-02-08
Add long explanation for E0547
Jesus Rubio
-1
/
+1
2021-02-06
Add long error explanation for E0542
Jesus Rubio
-1
/
+1
2021-01-15
Don't mark `ineffective_unstable_trait_impl` as an internal lint
Joshua Nelson
-2
/
+2
2020-12-16
Allow `since="TBD"` for rustc_deprecated
bstrie
-4
/
+14
2020-12-07
Move some tests to subdirectories
Vadim Petrochenkov
-0
/
+234
2020-12-02
bless stability-attribute-sanity ui test
Daiki Ihara
-1
/
+1
2020-11-02
Improve deprecation attribute diagnostic messages.
Mara Bos
-6
/
+2
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-9
/
+15
2020-09-27
Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk
Jonas Schievink
-0
/
+20
2020-09-25
Test for missing const-stability attributes
Dylan MacKenzie
-0
/
+20
2020-09-23
Add enum and type alias tests for generic default stability
Jacob Hughes
-2
/
+540
2020-09-22
Fix compilation & test failures
Jacob Hughes
-32
/
+32
2020-09-22
Test removing unstable default parameter
Avi Dessauer
-0
/
+14
2020-09-22
Test unstable Alloc param on Box
Avi Dessauer
-2
/
+50
2020-09-22
Add unstable default feature enabled test
Avi Dessauer
-28
/
+38
2020-09-22
Add test case demonstrating leak
Avi Dessauer
-22
/
+24
2020-09-22
Test stability on default parameter of deprecated
Avi Dessauer
-1
/
+170
2020-09-22
Add more tests
Avi Dessauer
-1
/
+73
2020-09-22
Fix tests
Avi Dessauer
-6
/
+6
2020-09-22
Unstable default types leak in public fields
Avi Dessauer
-7
/
+11
2020-09-22
Comment out broken tests
Avi Dessauer
-9
/
+33
2020-09-22
Uncomment struct tests
Avi Dessauer
-27
/
+27
2020-09-22
ignore-tidy-linelength generic default stab test
Avi Dessauer
-0
/
+1
2020-09-22
Stability annotations on generic trait parameters
Avi Dessauer
-0
/
+127
2020-09-11
Improve `ineffective_unstable_trait_impl` error message.
Mara Bos
-2
/
+3
2020-09-11
Add test for unstable trait impl lint.
Mara Bos
-0
/
+38
2020-07-20
Parse rustc_deprecated as deprecated attribute
Mark Rousskov
-3
/
+3
2020-05-02
Add long error explanation for E0539
unexge
-1
/
+2
[next]