about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-2/+2
2014-04-06rmake: Fix a test on FreeBSDAlex Crichton-2/+13
2014-04-06test: Ignore run-make tests that don't work on BSDBrian Anderson-0/+13
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-0/+26
2014-04-06Add support for different relocation modelsFlavio Percoco-0/+26
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+4
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-1/+4
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-0/+100
2014-04-05Rough regression test for #13266.Felix S. Klock II-0/+100
2014-04-03Bump version to 0.11-preBrian Anderson-2/+2
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