about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+2
2016-04-03Add run-make test for stable symbol-name generation.Michael Woerister-0/+60
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+1
2016-03-25remove link-guard testNiko Matsakis-60/+0
2016-03-25document test, don't use grepNiko Matsakis-1/+26
2016-03-25test for immediate symbol name hashingNiko Matsakis-0/+24
2016-03-25check only that symbol names are deterministicNiko Matsakis-3/+9
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-3/+61
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-2/+2
2016-03-25Add a test to verify that we have reproducible compiler builds.Michael Woerister-0/+180
2016-03-24Include source text in JSON errorsNick Cameron-2/+2
2016-03-18tests: Update run-make/issue-25581 to reflect how fat pointers are passed.Eduard Burtescu-9/+4
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+2
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-0/+2
2016-03-15Add a test for --quiet in test harness.Simon Sapin-0/+2
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-3/+6
2016-03-14Allow custom filenames for anonymous inputsmitaa-3/+6
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