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
/
front
/
feature_gate.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ Session usage.
Eduard Burtescu
-6
/
+6
2014-03-11
rustc: Support various flavors of linkages
Alex Crichton
-0
/
+14
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-2
/
+2
2014-03-07
rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...
Liigo Zhuang
-1
/
+1
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+3
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-1
/
+1
2014-02-24
Gate default type parameter overrides.
Eduard Burtescu
-0
/
+17
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-9
/
+6
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-3
/
+3
2014-02-08
Converted fourcc! to loadable syntax extension
Derek Guenther
-1
/
+4
2014-02-04
Replaced with a single "quote" feature gate.
James Deng
-7
/
+2
2014-02-04
Feature gate all quasi-quoting macros.
James Deng
-4
/
+21
2014-02-02
syntax: remove the handling of @str and @[] from the parser completely.
Huon Wilson
-2
/
+1
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-1
/
+2
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-1
/
+1
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-6
/
+10
2014-01-30
Implement default type parameters in generics.
Eduard Burtescu
-0
/
+15
2014-01-28
Feature gate #[simd]
David Manescu
-0
/
+8
2014-01-27
Feature gate trace_macros.
xales
-0
/
+5
2014-01-21
[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior
Simon Sapin
-3
/
+3
2014-01-17
rustc: Feature gate `log_syntax!`. Closes #11602
Brian Anderson
-0
/
+6
2014-01-16
Load macros from external modules
Steven Fackler
-1
/
+19
2014-01-09
rustc: Fix style of Lint enum
Brian Anderson
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-11
/
+11
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-2
/
+2
2014-01-03
librustc: Remove `@mut` support from the parser
Patrick Walton
-3
/
+2
2013-12-12
Gate literal box expressions in addition to types
Alex Crichton
-6
/
+21
2013-12-03
Register new snapshots
Alex Crichton
-4
/
+2
2013-11-30
Test fixes and merge conflicts
Alex Crichton
-1
/
+1
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-1
/
+14
2013-11-28
Register new snapshots
Alex Crichton
-5
/
+2
2013-11-27
auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestinger
bors
-1
/
+6
2013-11-27
Relax restrictions on unknown feature directives
Alex Crichton
-1
/
+6
2013-11-26
add a thread_local feature gate
Daniel Micay
-2
/
+14
2013-11-22
auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwalton
bors
-0
/
+11
2013-11-23
Put non-ascii identifiers behind a feature gate.
Huon Wilson
-0
/
+11
2013-11-22
mention `Gc` in the managed box feature gate
Daniel Micay
-5
/
+3
2013-10-31
Make managed_boxes feature gate error less opinionated
Brian Anderson
-6
/
+6
2013-10-29
librustc: Implement the `proc` type as sugar for `~once fn` and `proc`
Patrick Walton
-1
/
+2
2013-10-23
register snapshots
Daniel Micay
-2
/
+1
2013-10-22
add feature gate for managed boxes
Daniel Micay
-0
/
+10
2013-10-22
Activate checking code for ASM feature gate. Fix tests
Léo Testard
-5
/
+2
2013-10-21
Add a feature flag for ASM
Léo Testard
-14
/
+18
2013-10-17
Removed the -Z once_fns compiler flag and added the new feature directive of ...
Chris Sainty
-0
/
+15
2013-10-05
Implement feature-gating for the compiler
Alex Crichton
-0
/
+176