about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-15/+3
2015-09-28Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrcbors-9/+9
2015-09-26Add support for the rumprun unikernelSebastian Wicki-0/+36
2015-09-25rustc: Don't use jemalloc when crossing to MSVCAlex Crichton-9/+9
2015-09-24Fix `target_vendor` for AndroidSebastian Wicki-3/+3
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-2/+40
2015-09-22Use Names in hir::{Field, ExprMethodCall, ExprField}Vadim Petrochenkov-1/+1
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-5/+5
2015-09-22Auto merge of #28578 - gandro:nodefaultlibs, r=alexcrichtonbors-0/+9
2015-09-22Add `no_default_libraries` target linker optionSebastian Wicki-0/+9
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-0/+4
2015-09-17Remove hir::ExprParenNick Cameron-2/+0
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+1
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-1/+5
2015-09-10Auto merge of #28282 - DiamondLovesYou:optional-data-layout, r=alexcrichtonbors-3/+11
2015-09-09Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur...Richard Diamond-3/+11
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-1/+5
2015-09-05DragonFly: Remove -L paths from pre_link_args.Michael Neumann-2/+0
2015-09-03Use proper span for break and continue labelsSimonas Kazlauskas-2/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-61/+15
2015-08-30fixes #27124 for DragonFlyMichael Neumann-1/+1
2015-08-25Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichtonbors-0/+27
2015-08-23i686-linux-android: set -mcpu to pentium4.Overmind JIANG-1/+4
2015-08-23Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichtonbors-0/+4
2015-08-23New cross target: i686-linux-androidTim JIANG-0/+24
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+4
2015-08-19rustc_back: add configure options for default linker and arMarc-Antoine Perennou-2/+2
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-15Auto merge of #27839 - gkoz:netbsd_ar, r=brsonbors-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+22
2015-08-14fixes #27124 for netbsdGleb Kozyrev-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-08-11rollup merge of #27676: alexcrichton/msvc-unwindAlex Crichton-0/+1
2015-08-11rollup merge of #27672: eefriedman/ios-target-cpuAlex Crichton-2/+2
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-0/+1
2015-08-11Use correct target CPU for iOS simulator.Eli Friedman-2/+2
2015-08-11Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichtonManish Goregaokar-1/+1
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+1
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+1
2015-08-10Remove morestack supportAlex Crichton-23/+0
2015-08-10Use pentium4 for base CPU on i686-pc-windows-msvcElaine "See More" Nemo-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+7
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-19/+9
2015-07-24Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichtonSteve Klabnik-3/+1
2015-07-23switching to gnu archive formatDave Huseby-1/+1
2015-07-23fixes #27124 for freebsdDave Huseby-1/+1
2015-07-23switching to gnu archive format per review requestDave Huseby-0/+1
2015-07-23review feedback fixesDave Huseby-1/+0