summary refs log tree commit diff
path: root/src/librustc_back/lib.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
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