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
/
libsyntax
/
feature_gate.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-16
Address the other cases of #22234; fix #22234.
Felix S. Klock II
-6
/
+32
2015-02-15
Address the `asm!` case of #22234.
Felix S. Klock II
-5
/
+10
2015-02-15
Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve...
Manish Goregaokar
-0
/
+1
2015-02-13
Added all active features to the list in reference.md.
Felix S. Klock II
-0
/
+1
2015-02-13
Re-tag `slicing_syntax` as `Accepted`.
Felix S. Klock II
-1
/
+1
2015-02-11
rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag
Alex Crichton
-0
/
+10
2015-02-11
Generalize all error messages with "experimental in alpha release" to
Felix S. Klock II
-1
/
+1
2015-02-11
Feature-gate the `#[unsafe_no_drop_flag]` attribute.
Felix S. Klock II
-0
/
+10
2015-02-11
generalize error text to not focus on any particular release.
Felix S. Klock II
-1
/
+1
2015-02-11
Add `box_patterns` feature gate.
Felix S. Klock II
-1
/
+4
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-5
/
+5
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-1
/
+9
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-2
/
+3
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-3
/
+3
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-2
/
+3
2015-02-06
Rollup merge of #21958 - brson:stable-features, r=alexcrichton
Manish Goregaokar
-5
/
+10
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-04
Add a lint for writing `#[feature]` for stable features, warn by default.
Brian Anderson
-5
/
+10
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
Add unmarked_api feature (fixes #21884)
Manish Goregaokar
-0
/
+6
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-29
Feature gate macro_reexport. Fixes #20906
Flavio Percoco
-0
/
+7
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-3
/
+5
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-20
/
+9
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+8
2015-01-21
Add a lint for library features
Brian Anderson
-64
/
+77
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-13
/
+19
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-16
/
+8
2015-01-21
Remove feature(import_shadowing).
Eduard Burtescu
-4
/
+1
2015-01-20
Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix
bors
-0
/
+14
2015-01-17
Feature gate SIMD in FFI, due to unknown ABIs.
Huon Wilson
-0
/
+4
2015-01-16
syntax: Feature gate #[start] and #[main]
Alex Crichton
-0
/
+14
2015-01-12
Feature gate #[rustc_on_unimplemented]
Manish Goregaokar
-0
/
+5
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+55
2015-01-08
Test fixes.
Huon Wilson
-1
/
+1
2015-01-08
Add a warning feature gate for int/uint in types and i/u suffixes.
Huon Wilson
-0
/
+55
2015-01-08
Remove the deprecated opt_out_copy feature
Flavio Percoco
-4
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-1
/
+16
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+12
2015-01-07
remove slicing_syntax feature gate
Jorge Aparicio
-9
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-8
/
+8
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+10
2015-01-06
Register new snapshots
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-3
/
+4
2015-01-06
Implement impl reachability rules. This is a [breaking-change]. Type
Niko Matsakis
-0
/
+10
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
More test fixes!
Alex Crichton
-13
/
+1
[prev]
[next]