summary refs log tree commit diff
path: root/src/librustc_trans/back
AgeCommit message (Expand)AuthorLines
2015-07-31Add Win10 SDK lib subfolder namePeter Atashian-7/+36
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-1/+1
2015-07-27Auto merge of #27250 - alexcrichton:ucrt, r=brsonbors-12/+76
2015-07-24trans: Try to detect the Universal CRT on MSVCAlex Crichton-12/+76
2015-07-24Auto merge of #26583 - eefriedman:lint-ffi, r=nrcbors-1/+2
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-1/+2
2015-07-22trans: Consolidate creating pass manager buildersAlex Crichton-79/+70
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-49/+40
2015-07-16trans: Add kind to writeArchiveAlex Crichton-11/+18
2015-07-12debuginfo: Instruct MSVC linker to generate PDB file if debuginfo is enabledMichael Woerister-0/+24
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-55/+553
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-116/+119
2015-07-07msvc: Get codegen-units workingAlex Crichton-122/+59
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-17/+425
2015-06-25rustc_trans: Handle empty dlls on MSVCAlex Crichton-2/+22
2015-06-21rustc_trans: Use custom PATH for archive commandsAlex Crichton-9/+15
2015-06-20Auto merge of #26382 - alexcrichton:less-racy-path, r=brsonbors-1/+11
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-2/+1
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-1/+1
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-3/+2
2015-06-17rustc_driver: Frob the global PATH lessAlex Crichton-1/+11
2015-06-17More test fixes and fallout of stability changesAlex Crichton-3/+1
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-44/+47
2015-06-16rustc: Update LLVMAlex Crichton-44/+47
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-5/+5
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-2/+2
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-2/+2
2015-05-28Rollup merge of #25806 - nrc:20184-msg, r=alexcrichtonManish Goregaokar-3/+3
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-27Add a WONTFIX message to a failing test.Nick Cameron-3/+3
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-175/+344
2015-05-19rustc_trans: Add MSVC linker supportAlex Crichton-5/+86
2015-05-19rustc_trans: Clean up some style in back::linkAlex Crichton-30/+18
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-2/+8
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-2/+2
2015-05-12rustc_trans: Abstract linker support behind a traitAlex Crichton-142/+236
2015-05-12Scale back changes madeAlex Crichton-1034/+7
2015-05-12Very hacky MSVC hacks.Ricky Taylor-7/+1034
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-3/+3
2015-05-06Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brsonbors-27/+2
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-27/+2
2015-05-04Remove an obsolete example in a commentCarol Nichols-1/+1
2015-05-04rustc_trans: Fix another windows verbatim pathAlex Crichton-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-7/+33
2015-04-28std: Implement fs::DirBuilderAlex Crichton-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-6/+32
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-1/+9