about summary refs log tree commit diff
path: root/src/librustc_trans/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-2/+0
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-10/+9
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+11
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-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/+2
2015-01-08Allow unknown features to bootstrap rustc with box_syntax feature.Felix S. Klock II-0/+1
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-06Register new snapshotsAlex Crichton-20/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+16
2015-01-03rustc_trans: fix falloutJorge Aparicio-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-13librustc_trans: fix falloutJorge Aparicio-0/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-11/+0
2014-12-04Move typeck into its own crate.Niko Matsakis-0/+1
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26/*! -> //!Steve Klabnik-9/+5
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-20removed usage of struct_variant feature as it is no longer gatedSimon Wollwage-1/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+87