about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2014-11-17Add tests.Luqman Aden-0/+40
2014-11-17Switch to purely namespaced enumsSteven Fackler-14/+14
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-0/+35
2014-11-13Tweak and add test for detecting libraries with mismatching target triples.Huon Wilson-0/+33
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-5/+5
2014-11-06rollup merge of #18684 : nathan7/patch-1Alex Crichton-4/+5
2014-11-06rollup merge of #18633 : huonw/target-spec-spellingAlex Crichton-1/+1
2014-11-06Make x86_64-unknown-linux-gnu.json true to its nameNathan Zadoks-4/+5
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-30/+87
2014-11-05test: correct spelling error & inverted match.Huon Wilson-1/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+65
2014-11-03rustc: Default to static linking dylibsAlex Crichton-30/+87
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-0/+43
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-2/+2