about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-2/+0
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Stablize the macros moduleAlex Crichton-2/+0
2015-01-06Register new snapshotsAlex Crichton-12/+2
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-1/+0
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-05Implement macro re-exportKeegan McAllister-0/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-0/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-0/+2
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-13libsyntax: fix falloutJorge Aparicio-0/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-20removed usage of struct_variant feature as it is no longer gatedSimon Wollwage-1/+1
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-0/+1
2014-09-23Add a cfg_attr syntax extensionSteven Fackler-0/+1
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-1/+1
2014-09-17move feature_gate to libsyntaxNick Cameron-0/+1
2014-09-17move std_inject to libsyntaxNick Cameron-0/+1
2014-09-17move most of front to libsyntaxNick Cameron-0/+3
2014-09-14syntax: ast_map: use borrowed references into the AST.Eduard Burtescu-0/+1
2014-09-14syntax: add a custom owned smart pointer in ptr::P.Eduard Burtescu-0/+1
2014-08-29Register new snapshotsAlex Crichton-4/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+4
2014-07-20Implement new mod import sugarJakub Wieczorek-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-32/+29
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-09syntax: doc comments all the thingsCorey Richardson-9/+5
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2