summary refs log tree commit diff
path: root/src/librustc_trans/back
AgeCommit message (Expand)AuthorLines
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
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-15/+8
2015-04-21rollup merge of #24487: erickt/syntaxAlex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-15/+8
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-9/+10
2015-04-21syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32Erick Tryzelaar-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+15
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-3/+15
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-3/+15
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-2/+2
2015-03-23Add generic conversion traitsAaron Turon-4/+4
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+2