about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2016-03-12std: Clean out deprecated APIsAlex Crichton-2/+4
2016-03-11test: Move some test outputs into $(TMPDIR)Alex Crichton-8/+12
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-2/+2
2016-02-19Add tests for read_volatile and write_volatileAmanieu d'Antras-1/+7
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-2/+2
2016-02-15Add LLVM FunctionPass regression test using run-make.Corey Farwell-17/+78
2016-02-14trans: Don't link whole rlibs to executablesAlex Crichton-0/+104
2016-02-14Auto merge of #31391 - frewsxcv:test, r=alexcrichtonbors-0/+109
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-0/+109
2016-02-13use a compatible syntax for grep GNU/BSDSébastien Marie-2/+2
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-0/+15
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-1/+1
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-0/+15
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+7
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+15
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-1/+1
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