summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-2/+2
2014-03-24rustc: Remove all crate map supportAlex Crichton-63/+4
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-23rustc: Change the filename of compressed bitcodePiotr Czarnecki-1/+3
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-2/+0
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-0/+33
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+6
2014-02-26rustc: Don't deduplicate libraries linked toAlex Crichton-0/+30
2014-03-01rustc: Better error when loading invalid librariesAlex Crichton-0/+19
2014-02-27rustc: Move local native libs back in link-argsAlex Crichton-0/+44
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-0/+57
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-7/+5
2014-02-24Test fixes from rollupAlex Crichton-6/+6
2014-02-24syntax: calculate positions of multibyte characters more correctly.Huon Wilson-1/+79
2014-02-24syntax: record multibyte chars' positions absolutely, not relative toHuon Wilson-0/+60
2014-02-24rustc: Don't error on the rlib symlinksAlex Crichton-0/+35
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-1/+1
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-7/+5
2014-02-19auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brsonbors-0/+22
2014-02-19rustdoc: Fix json output and inputAlex Crichton-0/+29
2014-02-18Fix staticlib outputs linking to blank archivesAlex Crichton-0/+22
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-0/+45
2014-02-14extern mod => extern crateAlex Crichton-25/+25
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-8/+8
2014-02-07Added tests to make tidyDerek Guenther-0/+520
2014-02-06Redesign output flags for rustcAlex Crichton-16/+61
2014-01-29Remove do keyword from test/Scott Lawrence-10/+10
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-2/+2
2014-01-22Set LD_LIBRARY_PATH on linux for c-dynamic-dylib testAndrew Chin-0/+5
2014-01-12Bump version to 0.10-preBrian Anderson-2/+2
2014-01-06Don't attempt duplicate outputsAlex Crichton-0/+5
2014-01-01Fix usage of rustc --ls on invalid filesAlex Crichton-0/+8
2013-12-31Implement volatile_load and volatile_store intrinsics.Peter Zotov-0/+29
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-0/+37
2013-12-25Test fixes and rebase conflictsAlex Crichton-4/+53
2013-12-22Allow optional filename argument for --dep-infoAndreas Neuhaus-2/+27
2013-12-22Use --crate-file-name to find out the library filename in dep-info testAndreas Neuhaus-6/+3
2013-12-20rustc: Improve crate id extractionAlex Crichton-0/+21
2013-12-19Add some things to inspect crate-id'sCorey Richardson-1/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-2/+2
2013-12-18Add a rustdoc testCorey Richardson-0/+37
2013-12-15Move logic for test output generation forwardAlex Crichton-0/+7
2013-12-12Add test for --dep-info.Jack Moffitt-0/+28
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-2/+2
2013-12-09Implement LTOAlex Crichton-0/+31
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-0/+7
2013-11-30Test fixes and merge conflictsAlex Crichton-2/+2