about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-1/+3
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-3/+7
2016-02-02Reviewer requested changes and test fixesNick Cameron-2/+2
2016-01-31Add Illumos supportNikita Baksalyar-3/+7
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-3/+15
2016-01-29trans: Upgrade LLVMAlex Crichton-1/+0
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-2/+2
2016-01-28Implement MultiSpan error reportingmitaa-2/+2
2016-01-26Initial work towards abort-free compilationNick Cameron-4/+4
2016-01-22Extended save-analysis to support generated code, alterned some spans in form...Daniel Campbell-0/+38
2016-01-21Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichtonbors-10/+9
2016-01-16Fix test falloutPeter Atashian-10/+9
2016-01-15Translate zero-sized return types as voidBjörn Steinbrink-0/+40
2016-01-15Address reviewer commentsNick Cameron-4/+5
2016-01-15Add a testNick Cameron-1/+23
2015-12-23Simply two cfg attributesMichael McConville-2/+2
2015-12-21Register new snapshotsAlex Crichton-4/+2
2015-12-21Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichtonbors-5/+1
2015-12-20openbsd: use specific linker for buildingSébastien Marie-0/+1
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-5/+0
2015-12-18Fix emitting asm and object file output at the same timeBjörn Steinbrink-0/+90
2015-12-14Auto merge of #30328 - sanxiyn:include-type-name, r=alexcrichtonbors-0/+28
2015-12-13Better support for `--llvm-root`.Richard Diamond-5/+25
2015-12-12Include type name in symbol for methodsSeo Sanghyeon-0/+28
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-0/+46
2015-12-08regression test for issue #30063Felix S. Klock II-0/+46
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-6/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-6/+3
2015-12-04Expand run-make test with regression tests for #30204Felix S. Klock II-0/+29
2015-11-26fix tests & rustdocAriel Ben-Yehuda-5/+7
2015-11-26make check worksAriel Ben-Yehuda-10/+21
2015-11-26remove csearch from the rest of rustcAriel Ben-Yehuda-0/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-20rustc: Fix `extern crate` being order dependentAlex Crichton-0/+46
2015-11-18Patch graphviz tests to account for the fact that nested items are notNiko Matsakis-5/+5
2015-11-18MIR: Add pass that erases all regions right before transMichael Woerister-1/+1
2015-11-06Preserve public static items across LTOarcnmx-1/+5
2015-11-04Auto merge of #29478 - angelsl:msvc2, r=alexcrichtonbors-0/+38
2015-11-04Build compiler-rt/builtins with MSVCangelsl-0/+38
2015-11-03Pass the mir map to transNiko Matsakis-2/+2
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-1/+4
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-24Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichtonbors-0/+60
2015-10-23Add a regression test for #29122 (fixed in #29134)William Throwe-0/+60
2015-10-21Auto merge of #29171 - nrc:servo-dxr, r=@arielb1bors-1/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-1/+1
2015-10-19Fix up tests and docs.Vadim Chugunov-1/+4
2015-10-19Clean whitespaceCarlos Liam-1/+1
2015-10-16trans: Use an isize to count the number of registers so we don't underflow fo...Luqman Aden-0/+25
2015-10-15Update the comments for Win64 ABI in tests.Luqman Aden-54/+38