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
/
librustc
/
middle
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-17
rollup merge of #22456: steveklabnik/fix_grammar
Alex Crichton
-2
/
+2
2015-02-17
rustc: Track stability of trait implementations
Alex Crichton
-2
/
+31
2015-02-17
Fix grammar in error message
Steve Klabnik
-2
/
+2
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-20
/
+23
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-4
/
+4
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-3
/
+3
2015-02-06
librustc has been updated
GuillaumeGomez
-4
/
+4
2015-02-06
Rollup merge of #21958 - brson:stable-features, r=alexcrichton
Manish Goregaokar
-15
/
+38
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
Add a lint for writing `#[feature]` for stable features, warn by default.
Brian Anderson
-15
/
+38
2015-02-04
Don't check stability for tests
Manish Goregaokar
-1
/
+2
2015-02-04
Add unmarked_api feature (fixes #21884)
Manish Goregaokar
-4
/
+13
2015-02-04
Error when #![staged_api] crates are missing stability markers
Manish Goregaokar
-13
/
+30
2015-02-04
Move stability pass after privacy pass
Manish Goregaokar
-14
/
+16
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-4
/
+4
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-44
/
+28
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-15
/
+16
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-1
/
+1
2015-01-21
Minor fixes
Brian Anderson
-1
/
+1
2015-01-21
Implement unused features check
Brian Anderson
-10
/
+18
2015-01-21
Add a lint for library features
Brian Anderson
-3
/
+3
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-15
/
+217
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-13
/
+34
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-2
/
+2
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+16
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+1
2015-01-02
Fix an infinite loop in the stability check that was the result of
Niko Matsakis
-5
/
+10
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20081: tomjakubowski/issue-19646
Alex Crichton
-0
/
+4
2014-12-20
Visit + encode stability for foreign items
Tom Jakubowski
-0
/
+4
2014-12-17
Stability: tweak rules for trait impls
Aaron Turon
-19
/
+51
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-13
/
+7
2014-11-18
Fix compilation and tests after the roll-up
Jakub Bukaj
-2
/
+2
2014-11-18
rollup merge of #19029: vberger/stability_function_body
Jakub Bukaj
-2
/
+5
2014-11-17
Don't inherit stability to items in a function body.
Victor Berger
-2
/
+5
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-11
rustc: do not inherit #[stable]
Aaron Turon
-12
/
+19
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-1
/
+1
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-4
/
+9
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-4
/
+5
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-40
/
+42
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-8
/
+9
2014-07-10
Bug fixes for stability tracking
Aaron Turon
-3
/
+9
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-14
/
+18
2014-06-18
Add stability inheritance
Aaron Turon
-0
/
+125