summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2016-06-23Address more travis errorsJonathan Turner-2/+5
2016-06-05Enable the overflow-related tests for MIRJames Miller-1/+0
2016-06-04Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakisbors-0/+2
2016-06-04fix fallout in testsAriel Ben-Yehuda-0/+2
2016-06-01Remove the `dep-info-no-analysis` test and fix other fallout.Jeffrey Seyfried-32/+3
2016-05-24Move issue-26480 cfail to ui test. Fix #33763Jonathan Turner-21/+44
2016-05-20Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturonbors-0/+63
2016-05-20rustc: Fix again order-dependence in extern crateAlex Crichton-0/+63
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-0/+77
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+77
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-6/+12
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-7/+6
2016-05-12Fix the sed invocation to also work with BSD sed.Pavel Sountsov-1/+1
2016-05-11Make LocalCrateReader private to creader.Ms2ger-2/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-2/+0
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-5/+6
2016-05-10Make the dep-info-no-analysis regex more robust on Windows.Pavel Sountsov-1/+1
2016-05-10Make --emit dep-info work correctly with -Z no-analysis again.Pavel Sountsov-0/+23
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-1/+1
2016-05-09Auto merge of #33443 - jseyfried:resolve_ast, r=nrcbors-5/+10
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-05-09Add test to ensure that atomic types are lock-freeAmanieu d'Antras-0/+92
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-5/+10
2016-05-02Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrcbors-28/+0
2016-05-02fix built-in target detectionJorge Aparicio-0/+14
2016-05-02Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichtonbors-0/+10
2016-05-02Fix unicode test to use original error formatjonathandturner-17/+15
2016-05-02rewrite span-length to include stringsNiko Matsakis-15/+17
2016-05-02delete the json-errors testNiko Matsakis-28/+0
2016-04-28Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakisbors-2/+2
2016-04-28Add opt-level=s and opt-level=z tests to the existing tests that confirm properBrandon Edens-0/+10
2016-04-28test: Move run-make tests into compiletestAlex Crichton-2/+2
2016-04-26save-analysis: expand smoke test to cover json and csv formatsNick Cameron-0/+1
2016-04-22Merge remote-tracking branch 'rust-lang/master' into compiletest-jsonJonathan Turner-4/+8
2016-04-22Auto merge of #33089 - nrc:hir-name-res, r=eddybbors-4/+8
2016-04-21port compiletest to use JSON outputNiko Matsakis-2/+5
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-0/+1