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
/
compile-fail
/
lint-stability.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-01-31
Handle attributes on cross-crate tuple-structs correctly
David Manescu
-0
/
+30
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2013-12-16
Detect stability attributes on methods.
Kiet Tran
-28
/
+72
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+1
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+1
2013-09-04
Implement support for indicating the stability of items.
Huon Wilson
-0
/
+338