about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2016-04-20rebasingNick Cameron-1/+1
2016-04-20debugging, misc fixesNick Cameron-4/+8
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-04-14Deduplicate libraries on hash instead of filename.JP Sugarbroad-8/+40
2016-04-13Auto merge of #32828 - vadimcn:symlinks, r=alexcrichtonbors-0/+40
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-0/+9
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-29/+0
2016-04-08Added a testVadim Chugunov-0/+40
2016-04-09Test target feature computationAndrea Canciani-0/+1
2016-04-07Remove rustdocs json formatmitaa-29/+0
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-1/+1
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-1/+1
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