summary refs log tree commit diff
path: root/src/librustc_back/lib.rs
AgeCommit message (Expand)AuthorLines
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-6/+0
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-1/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+5
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-1/+1
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-0/+1
2015-04-14rustc_back: Rewrite realpath to not use old_ioAlex Crichton-3/+2
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+0
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+0
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-2/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+0
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-0/+1
2015-03-12Stabilize std::pathAaron Turon-1/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-2/+3
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-2/+6
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-0/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+8
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-07Test fixes and rebase conflictsAlex Crichton-1/+2
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Register new snapshotsAlex Crichton-13/+2
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-0/+6
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-0/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-04Implement flexible target specificationCorey Richardson-0/+1
2014-10-09Use the same html_root_url for all docsBrian 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