summary refs log tree commit diff
path: root/src/librustc_trans/back/link.rs
AgeCommit message (Expand)AuthorLines
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-1/+1
2015-07-12debuginfo: Instruct MSVC linker to generate PDB file if debuginfo is enabledMichael Woerister-0/+3
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-49/+47
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-86/+94
2015-07-07msvc: Get codegen-units workingAlex Crichton-41/+45
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-6/+10
2015-06-25rustc_trans: Handle empty dlls on MSVCAlex Crichton-2/+4
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-11Conver reborrows to .iter() calls where appropriateJoshua Landau-4/+4
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-27Add a WONTFIX message to a failing test.Nick Cameron-1/+1
2015-05-19rustc_trans: Add MSVC linker supportAlex Crichton-5/+8
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-12rustc_trans: Abstract linker support behind a traitAlex Crichton-142/+61
2015-05-12Scale back changes madeAlex Crichton-6/+7
2015-05-12Very hacky MSVC hacks.Ricky Taylor-7/+6
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
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-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
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-6/+6
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
2015-03-16Improve error handling in libflateTobias Bucher-6/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-4/+4
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+2
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-4/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-78/+96
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-35/+35
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-23/+23