about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-05-04auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestingerbors-0/+21
2014-05-02rustc: Remove the session building_library flagAlex Crichton-0/+21
2014-05-02rustc: Use the "real" realpath functionAlex Crichton-0/+39
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-1/+134
2014-04-28test: Fix run-make on windowsklutzy-12/+94
2014-04-25test: Enable extern-fn-reachable testklutzy-0/+54
2014-04-23rustc: Don't die when a crate id can't be inferredAlex Crichton-0/+20
2014-04-23rustc: Give a friendlier error when writing depsAlex Crichton-0/+19
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-17auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brsonbors-2/+2
2014-04-16Move `--ls` behind `-Z ls`Flavio Percoco-2/+2
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-0/+26
2014-04-15auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichtonbors-0/+26
2014-04-14Only check --crate-type flags if present.JustAPerson-0/+26
2014-04-14auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfacklerbors-0/+35
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-40/+40
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-0/+35
2014-04-11rustc: Deterministically link upstream C librariesAlex Crichton-0/+78
2014-04-10Generalized the pretty-print entry points to support `-o <file>`.Felix S. Klock II-0/+33
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-2/+26
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