about summary refs log tree commit diff
path: root/src/librustc_trans/trans/mod.rs
AgeCommit message (Expand)AuthorLines
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-84/+0
2016-03-25rip out link guardsNiko Matsakis-1/+0
2016-03-25unit-test symbol-names and item-pathsNiko Matsakis-0/+1
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-0/+1
2016-03-25Make monomorphized functions use stable symbol names.Michael Woerister-0/+1
2016-03-17trans: Remove the foreign module.Eduard Burtescu-1/+0
2016-03-17trans: Combine cabi and back::abi into abi.Eduard Burtescu-1/+1
2016-03-17trans: Use fmt::Debug for debugging instead of ad-hoc methods.Eduard Burtescu-1/+0
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+1
2016-01-26Implement the translation item collector.Michael Woerister-0/+1
2016-01-16use a newtype for the variant discriminant instead of u64Oliver 'ker' Schneider-0/+2
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-0/+1
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-1/+1
2015-11-03New trans codepath that builds fn body from MIR instead.Niko Matsakis-0/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-2/+0
2015-04-03Introduce trans::declareSimonas Kazlauskas-0/+1
2015-04-03Extract attribute handling code into a moduleSimonas Kazlauskas-26/+27
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-02-14remove extra mod doc;sSteve Klabnik-1/+0
2015-01-11powerpc: Teach trans about powerpcRicho Healey-0/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+2
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-0/+3
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-1/+0
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+3
2014-12-19librustc_trans: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-04Remove dependencies on driver from trans et al. by moving variousNiko Matsakis-37/+61
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+47