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
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-10-19
Allow #[unstable] impl for fn() -> UnstableType.
Mara Bos
-0
/
+3
2022-10-19
Add test for #[unstable] impl for fn() -> !.
Mara Bos
-1
/
+13
2022-10-19
Add test.
Mara Bos
-4
/
+11
2022-10-15
Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot
bors
-1
/
+27
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-16
bless tests
Deadbeef
-1
/
+2
2022-08-12
enum variant ctor inherits stability of variant
Michael Goulet
-0
/
+16
2022-07-26
Improve error message for unstable default body
Maybe Waffle
-7
/
+13
2022-07-26
Add tests for `#[rustc_default_body_unstable]`
Maybe Waffle
-0
/
+119
2022-07-20
passes: check implied feature exists
David Wood
-0
/
+18
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-4
/
+20
2022-07-20
middle: add `implies_by` to `#[unstable]`
David Wood
-0
/
+102
2022-07-20
attr: fix expected meta-item for `#[stable]`
David Wood
-2
/
+2
2022-07-15
Correctly handle path stability for 'use tree' items
Aaron Hill
-1
/
+27
2022-07-15
Mark stabilized intrinsics with `rustc_allowed_through_unstable_modules`
Aaron Hill
-0
/
+17
2022-07-08
fixes post rebase
Jane Losare-Lusby
-17
/
+1
2022-07-08
add rt flag to allowed internal unstable for RustcEncodable/Decodable
Jane Lusby
-0
/
+8
2022-07-08
add opt in attribute for stable-in-unstable items
Jane Lusby
-0
/
+64
2022-07-08
Support unstable moves via stable in unstable items
Jane Lusby
-0
/
+104
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-6
/
+6
2022-06-04
Allow unstable items to be re-exported unstably without requiring the feature...
cole
-0
/
+66
2022-05-19
Proper const stability check, default to unstable
Jacob Pratt
-5
/
+20
2022-04-14
Use native duplicate attribute check
Jacob Pratt
-10
/
+14
2022-03-09
Permit `#[deprecated]` in stdlib
Jacob Pratt
-103
/
+59
2022-03-04
Change `rustc_deprecated` to use `note`
Jacob Pratt
-46
/
+46
2022-03-03
Cleanup feature gates.
Camille GILLOT
-3
/
+10
2022-03-03
Gate stability attrs with other attributes.
Camille GILLOT
-6
/
+22
2022-03-03
Bless test.
Camille GILLOT
-2
/
+17
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
[next]