summary refs log tree commit diff
path: root/src/librustc_back/lib.rs
AgeCommit message (Expand)AuthorLines
2018-03-09Make the default relro level be doing nothing at allJohannes Löthberg-0/+4
2018-03-03rustc: Tweak default linker selectionAlex Crichton-0/+6
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-22/+32
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-1/+0
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-3/+0
2017-12-04rustc_back: remove slice module in favor of std::slice::from_ref.Irina-Gabriela Popa-1/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-2/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-07-18Implement FromStr for RelroLevel rather than duplicating the matchJohannes Löthberg-0/+15
2017-07-14Support both partial and full RELROJohannes Löthberg-0/+27
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-04-07-Z linker-flavorJorge Aparicio-0/+42
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-10-30Replace all uses of SHA-256 with BLAKE2b.Michael Woerister-3/+1
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-0/+28
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-1/+0
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+0
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-1/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-17trans: Combine cabi and back::abi into abi.Eduard Burtescu-1/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-0/+3
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-0/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
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