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