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
/
compile-fail
/
lint-stability.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-464
/
+0
2018-08-05
Fix test/compile-fail
varkor
-31
/
+31
2018-06-21
Support future deprecation for rustc_deprecated
varkor
-0
/
+8
2017-12-21
Check associated type bindings for privacy and stability
Vadim Petrochenkov
-0
/
+4
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-150
/
+90
2016-07-08
Add tests + Fix rustdoc regression + Fix rebase
Vadim Petrochenkov
-0
/
+5
2015-12-12
Address the review comments
Vadim Petrochenkov
-1
/
+2
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+0
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-13
/
+13
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-3
/
+7
2015-10-13
Refactor attr::Stability
Vadim Petrochenkov
-13
/
+13
2015-08-15
test: Fix tests for requiring issues
Alex Crichton
-23
/
+23
2015-06-11
update stability compile-fail tests
Alexis Beingessner
-3
/
+9
2015-04-09
Remove `ignore-tidy-linelength` from tests that no longer need it
Luke Gallagher
-1
/
+0
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-72
/
+72
2015-02-26
Check stability of struct fields.
Huon Wilson
-3
/
+9
2015-02-24
Fix fallout from correct stability handling in UFCS.
Eduard Burtescu
-7
/
+144
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-1
/
+3
2015-02-17
rustc: Track stability of trait implementations
Alex Crichton
-0
/
+5
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+1
2015-02-04
Fix test
Manish Goregaokar
-31
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-11
/
+11
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-13
/
+58
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-15
/
+15
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-10
/
+10
2015-01-21
Minor fixes
Brian Anderson
-35
/
+34
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-194
/
+42
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-15
/
+15
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-1
/
+1
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-14
/
+14
2015-01-08
Improvements to feature staging
Brian Anderson
-35
/
+36
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-4
/
+4
2015-01-05
Forbid '#[macro_use] extern crate' outside the crate root
Keegan McAllister
-3
/
+4
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+2
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+1
2014-11-18
rollup merge of #19029: vberger/stability_function_body
Jakub Bukaj
-0
/
+14
2014-11-17
Don't inherit stability to items in a function body.
Victor Berger
-0
/
+14
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-16
/
+16
2014-11-11
Update tests for new stability inheritance rules
Aaron Turon
-0
/
+3
2014-11-07
rustc: Process #[cfg]/#[cfg_attr] on crates
Alex Crichton
-0
/
+5
2014-11-05
rustc: Add some more checks to the stability lint
Brian Anderson
-0
/
+15
2014-11-04
rustc: Support stability attributes on crates
Alex Crichton
-2
/
+2
2014-10-20
Stability lint checker now handles nested macros.
Victor Berger
-0
/
+1
2014-09-22
Lint stability now checks macro arguments.
Victor Berger
-3
/
+5
2014-08-12
Enable deprecation lint on crate-local items
Aaron Turon
-18
/
+17
2014-07-16
stability lint: ignore code from macro expansion
Aaron Turon
-2
/
+9
2014-06-18
Add stability inheritance
Aaron Turon
-52
/
+79
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-5
/
+5
[next]