about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-01-21Test fixes and rebase conflictsAlex Crichton-23/+0
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-89/+24
2015-01-21rollup merge of #21342: Diggsey/issue-21310Alex Crichton-0/+28
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+28
2015-01-20Make error code registration work again. #19624Brian Anderson-1/+1
2015-01-20rustc: Remove deprecated flagsAlex Crichton-89/+24
2015-01-20Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichtonbors-98/+34
2015-01-18tests: Tidy and allows multi-line htmldocck commands.Kang Seonghoon-4/+8
2015-01-18tests: Add htmldocck.py script for the use of Rustdoc tests.Kang Seonghoon-98/+30
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-0/+114
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-1/+1
2015-01-17Add comprehensive test for no-ICE behaviour of SIMD FFI.Huon Wilson-0/+114
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-9/+55
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-9/+55
2015-01-15Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-13graphviz-flowgraph tests: use new `--xpretty flowgraph,unlabelled` option.Felix S. Klock II-19/+19
2015-01-12Make the compilation process more easily customisableNick Cameron-2/+4
2015-01-08Update graphviz tests to accommodate new isize/usize types and is/us suffixes.Felix S. Klock II-87/+87
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06test fallout from isize/usizeCorey Richardson-335/+335
2015-01-06rustc: Turn off multiple versions of crate warningAlex Crichton-36/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-8/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-6/+2
2015-01-05fix run-make testJorge Aparicio-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-10/+9
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-11/+11
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-11/+11
2014-12-31rustc: Re-jigger -L and -l for MSYS compatibilityAlex Crichton-18/+18
2014-12-30auto merge of #19941 : alexcrichton/rust/issue-19767, r=brsonbors-2/+106
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-5/+5
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-2/+106
2014-12-23Rename include_bin! to include_bytes!Chris Wong-1/+1
2014-12-22fix run-make/ tests now flowgraph printing has moved to the unstable `--xpret...Felix S. Klock II-1/+1
2014-12-21rollup merge of #20057: nick29581/array-syntaxAlex Crichton-3/+3
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-19/+17
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-3/+3
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-19/+17
2014-12-18Revise std::thread API to join by defaultAaron Turon-52/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-4/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-12-05Fix various references in late-running tests and thingsNiko Matsakis-4/+4
2014-12-02test/run-make: another missing $(EXTRACFLAGS).NODA, Kai-1/+1
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+71
2014-11-22auto merge of #19133 : nodakai/rust/run-make-tests-missing-extracflags, r=ale...bors-2/+2
2014-11-20Fallout from libgreen and libnative removalAaron Turon-2/+2
2014-11-20test/run-make: some test cases lacked $(EXTRACFLAGS).NODA, Kai-2/+2
2014-11-18rollup merge of #18890: luqmana/tfJakub Bukaj-0/+40