about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2016-11-20Add regression test.Jeffrey Seyfried-0/+42
2016-11-18Auto merge of #37776 - nrc:save-double-angle, r=@brsonbors-0/+6
2016-11-18Add regression test.Jeffrey Seyfried-0/+43
2016-11-18save-analysis: handle << and >> operators inside [] in typesNick Cameron-0/+6
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+184
2016-11-14test: Move missing-items to a ui testAlex Crichton-46/+0
2016-11-10tests: fix fallout in flowgraph graphviz comparison dot files.Eduard Burtescu-26/+78
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-0/+46
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+0
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+46
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+0
2016-10-31rustc: Add knowledge of Windows subsystems.Alex Crichton-0/+34
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-8/+2
2016-10-24Adapt rmake-test to new naming scheme for internal symbols.Michael Woerister-4/+4
2016-10-19Rollup merge of #37182 - alexcrichton:appveyor, r=brsonEduard-Mihai Burtescu-3/+0
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-3/+0
2016-10-14test: Don't write files into the source treeAlex Crichton-5/+11
2016-10-07Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrcbors-8/+8
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-8/+8
2016-10-06Rollup merge of #36832 - ParkHanbum:master, r=michaelwoeristerJonathan Turner-5/+29
2016-10-06Add testcase for issue-32948ParkHanbum-5/+29
2016-10-02rustc -> $(RUSTC) in rmake testJorge Aparicio-1/+1
2016-10-02add Thumbs to the compilerJorge Aparicio-0/+5
2016-09-28Rollup merge of #36760 - nrc:input2, r=alexcrichtonJonathan Turner-2/+2
2016-09-28Allow supplying an error destination via the compiler driverNick Cameron-2/+2
2016-09-27rustc: Use a special filename for macros 1.1Alex Crichton-0/+51
2016-09-26Rollup merge of #36574 - japaric:link-arg, r=alexcrichtonJonathan Turner-0/+16
2016-09-19add a testJorge Aparicio-0/+16
2016-09-15Adapt run-make/sep-comp-inlining test case to new behaviourMichael Woerister-6/+7
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-2/+4
2016-09-11Auto merge of #36344 - sanxiyn:llvm-components, r=alexcrichtonbors-0/+10
2016-09-09Add s390x supportUlrich Weigand-0/+2
2016-09-08Use LLVM_COMPONENTS to run tests just for supported targetsSeo Sanghyeon-0/+10
2016-09-04Auto merge of #36203 - petrochenkov:uvsdot, r=nrcbors-4/+4
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-4/+4
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-0/+1
2016-08-16Auto merge of #35637 - japaric:no-builtins-lto, r=alexcrichtonbors-0/+34
2016-08-15test that a no_builtins crate is passed to the linkerJorge Aparicio-0/+34
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-2/+2
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+3
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-233/+3
2016-07-29test: Remove the execution-engine testAlex Crichton-303/+0
2016-07-28Modify trans to skip generating `.o` filesNiko Matsakis-2/+12
2016-07-27Auto merge of #33363 - japaric:target, r=japaricbors-0/+16
2016-07-25add include ../tools.mk to the MakefileJorge Aparicio-0/+2
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-6/+3
2016-07-04Added new compilation phase and testWill Crichton-0/+87
2016-07-03Auto merge of #34480 - jseyfried:remove_entry_points, r=nrcbors-2/+3
2016-07-02fix test falloutAriel Ben-Yehuda-1/+1
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-2/+3