about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-01-30rollup merge of #21693: tomjakubowski/rustdoc-fix-21442Alex Crichton-0/+32
2015-01-30rustc: Use --extern to always overrideAlex Crichton-0/+34
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-30Make the save-analysis smoke test more thoroughNick Cameron-29/+376
2015-01-29rustdoc: Render new `self` syntax in `use`Tom Jakubowski-0/+32
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-3/+3
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-0/+75
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-3/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-3/+3
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-0/+75
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+1
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