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
/
stability-attribute-sanity.rs
Age
Commit message (
Collapse
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-76
/
+0
2022-04-14
Use native duplicate attribute check
Jacob Pratt
-1
/
+1
2022-03-09
Permit `#[deprecated]` in stdlib
Jacob Pratt
-7
/
+7
2022-03-04
Change `rustc_deprecated` to use `note`
Jacob Pratt
-6
/
+6
This keeps `reason` around for the time being. This is necessary to avoid breakage during the bootstrap process. This change, as a whole, brings `#[rustc_deprecated]` more in line with `#[deprecated]`.
2022-03-03
Cleanup feature gates.
Camille GILLOT
-0
/
+1
2021-05-09
remove const_fn feature gate
Ralf Jung
-1
/
+1
2021-02-10
Tweak stability attribute diagnostic output
Esteban Küber
-4
/
+4
2021-02-10
Inherit `#[stable(..)]` annotations in enum variants and fields from its item
Esteban Küber
-3
/
+2
2020-12-16
Allow `since="TBD"` for rustc_deprecated
bstrie
-1
/
+5
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-3
/
+3
2020-07-20
Parse rustc_deprecated as deprecated attribute
Mark Rousskov
-1
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-6
/
+6
2019-12-13
Require stable/unstable annotations for the constness of all stable ↵
Oliver Scherer
-3
/
+2
functions with a `const` modifier
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-1
/
+1
2019-09-26
Add test for E0543
Guillaume Gomez
-0
/
+4
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-22
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+101