about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2014-02-03Enable the +v7 feature on Android by defaultAlex Crichton-1/+20
2014-02-03rustc: Remove io_error usageAlex Crichton-46/+69
2014-02-02librustc: De-`@str` symbol hashingPatrick Walton-6/+6
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-5/+5
2014-01-31Disable fp elim on mac64Alex Crichton-1/+5
2014-01-29auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichtonbors-1/+5
2014-01-29enable fp-elim when debug info is disabledDaniel Micay-1/+5
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-5/+4
2014-01-24Allow opting-out of rpath usageAlex Crichton-3/+7
2014-01-21auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichtonbors-5/+5
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-3/+3
2014-01-21auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichtonbors-1/+6
2014-01-21Capitalize debugging opts and make them u64Alex Crichton-2/+2
2014-01-21Remove obsoleted -Z optionsAlex Crichton-1/+0
2014-01-21Add support for ARM thumb architectureBen Harris-1/+6
2014-01-17Fixed typos in comments of librustc backend.chromatic-19/+19
2014-01-17auto merge of #11604 : alexcrichton/rust/issue-11162, r=brsonbors-4/+7
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-2/+2
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-1/+1
2014-01-16Don't run 'ar s' on OSXAlex Crichton-4/+7
2014-01-14remove `borrow_offset` as ~ is now free of headersDaniel Micay-3/+2
2014-01-11Removed free_glue from tydesc (the code is still generated, but inlined in dr...Eduard Burtescu-5/+4
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-18/+18
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-11/+13
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-1/+4
2014-01-06librustc: tidy cleanupYoung-il Choi-1/+1
2014-01-06librustc: add get_system_tools for target specific environmentYoung-il Choi-17/+24
2014-01-06librustc: move target dependent logic to back::linkYoung-il Choi-8/+18
2014-01-06librustc: ar call fix to support android cross compile on macYoung-il Choi-1/+9
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+4
2014-01-01auto merge of #11247 : eddyb/rust/symbol-cleanup, r=alexcrichtonbors-2/+5
2013-12-31auto merge of #11215 : alexcrichton/rust/metadata-filename, r=pcwaltonbors-2/+5
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-8/+4
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-8/+4
2014-01-01Truncate symbol hashes to 64 bits.Eduard Burtescu-2/+5
2013-12-31auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwaltonbors-0/+6
2013-12-31Disallow LTO with a preference to dynamic linkingAlex Crichton-0/+6
2013-12-30Revert "Embed Windows application manifest."Vadim Chugunov-113/+0
2013-12-30Add metadata from a tempdir instead of a build dirAlex Crichton-2/+5
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-11/+11
2013-12-29Rename pkgid variablesLuis de Bethencourt-1/+1
2013-12-27Initialize LLVM only onceAlex Crichton-25/+25
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-3/+6
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-2/+7
2013-12-26librustc: De-`@mut` `CStore::used_link_args`Patrick Walton-1/+3
2013-12-26librustc: De-`@mut` `CStore::used_libraries`Patrick Walton-2/+6
2013-12-26librustc: De-`@mut` the crate contextPatrick Walton-6/+6
2013-12-26librustc: De-`@mut` `CrateContext::symbol_hasher`.Patrick Walton-1/+2
2013-12-26librustc: De-`@mut` `CrateContext::type_hashcodes`Patrick Walton-7/+11