about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2013-12-26auto merge of #10965 : alexcrichton/rust/libgreen, r=brsonbors-1/+11
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+11
2013-12-25Method-ify CStoreSteven Fackler-13/+13
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-40/+9
2013-12-21auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link...bors-5/+14
2013-12-20auto merge of #11077 : alexcrichton/rust/crate-id, r=cmrbors-2/+2
2013-12-20rustc: Improve crate id extractionAlex Crichton-2/+2
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-3/+59
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-8/+14
2013-12-19Add some things to inspect crate-id'sCorey Richardson-8/+14
2013-12-18Fix #10755 - ICE: `--linker=`Cadence Marseille-5/+14
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-12/+8
2013-12-17auto merge of #10979 : alexcrichton/rust/less-bc, r=cmrbors-10/+3
2013-12-15Move logic for test output generation forwardAlex Crichton-10/+3
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-3/+2
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-23/+47
2013-12-13auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwaltonbors-0/+6
2013-12-13auto merge of #10908 : alexcrichton/rust/issue-10907, r=cmrbors-4/+16
2013-12-13auto merge of #10698 : metajack/rust/dep-info, r=alexcrichtonbors-3/+9
2013-12-12Add --dep-info to write Makefile-compatible dependency info.Jack Moffitt-3/+9
2013-12-11Fixed "unused variable" errors and trailing whitespace.Vadim Chugunov-2/+2
2013-12-11Don't always modify the symbol table in rlibsAlex Crichton-4/+16
2013-12-11Embed Windows application manifest.Vadim Chugunov-0/+115
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+6
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-182/+55
2013-12-09auto merge of #10812 : alexcrichton/rust/lto, r=pcwaltonbors-77/+348
2013-12-09Implement LTOAlex Crichton-95/+289
2013-12-09Store metadata separately in rlib filesAlex Crichton-30/+107
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-1/+1
2013-12-05Remove unused upcallsAlex Crichton-20/+4
2013-12-05Update LLVM and jettison jit supportAlex Crichton-141/+28
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-11/+11
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-4/+4
2013-12-03auto merge of #10785 : alexcrichton/rust/omg-i-hate-windows, r=pcwaltonbors-3/+10
2013-12-03Search for libfoo.a on windows as well as foo.libAlex Crichton-3/+10
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-54/+73
2013-12-02auto merge of #10742 : alexcrichton/rust/frameworks, r=cmrbors-7/+29
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-4/+4
2013-11-30Support OSX frameworksAlex Crichton-7/+29
2013-11-30Test fixes and merge conflictsAlex Crichton-6/+17
2013-11-29Add generation of static libraries to rustcAlex Crichton-219/+482
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-9/+9
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-26/+26
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+1
2013-11-24Use -O1 for non-GNU linkersCorey Richardson-2/+3
2013-11-23Use linker optimizations on LinuxCorey Richardson-0/+13
2013-11-12auto merge of #10423 : alexcrichton/rust/move-io, r=pcwaltonbors-2/+2
2013-11-11auto merge of #10198 : alexcrichton/rust/darwin-quiet, r=jdmbors-2/+3