about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-02-07Rollup merge of #22009 - japaric:no-mov, r=alexcrichtonManish Goregaokar-2/+1
2015-02-06remove the deprecated MaybeOwnedVectorJorge Aparicio-2/+1
2015-02-06Encode foreign function argument namesTom Jakubowski-0/+40
2015-02-06Print full Type::ResolvedPaths starting with SelfTom Jakubowski-0/+25
2015-02-06Rollup merge of #21966 - scialex:fix-extern, r=alexcrichtonManish Goregaokar-0/+41
2015-02-06rustdoc: Show non-Rust ABIs on methodsTom Jakubowski-0/+48
2015-02-05rustdoc: Clean up some htmldocck testsTom Jakubowski-16/+16
2015-02-06Improve error message, when found staticlib instead cratePotpourri-0/+31
2015-02-05Clean up tidy scripts, coverage, performanceBrian Anderson-7/+29
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-41/+41
2015-02-05Made external_crates feature work again.Alexander Light-0/+41
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-04Compute widths properly when displaying spans in error messagesP1start-0/+32
2015-02-02Test fixes and rebase conflictsAlex Crichton-2/+3
2015-02-02rollup merge of #21782: alexcrichton/issue-21771Alex Crichton-0/+34
2015-02-02rollup merge of #21754: semarie/openbsd-rebasedAlex Crichton-0/+3
2015-02-01openbsd supportSébastien Marie-0/+3
2015-01-31Kill more `isize`sTobias Bucher-383/+383
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+6
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-2/+2
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