about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-11use ignore directives for run-make testsAndy Russell-297/+118
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-31/+23
2019-02-11Only suggest imports if not imported.David Wood-12/+42
2019-02-11rename variable and add test directive for #58030Patrick McCarter-0/+1
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-1/+1
2019-02-11Update fulldeps testOliver Scherer-1/+1
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-15/+15
2019-02-11Add a test for rustc_deprecatedvarkor-0/+29
2019-02-11Add rustdoc index page test for future deprecation attributesvarkor-0/+2
2019-02-11Add a rustdoc test for future rustc_deprecated attributesvarkor-0/+11
2019-02-11Update existing rustdoc testvarkor-1/+1
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-57/+66
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-29/+37
2019-02-10Re-blessed tests.Alexander Regueiro-1/+3
2019-02-10tests: doc commentsAlexander Regueiro-33/+33
2019-02-10Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-7/+49
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-0/+21
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-7/+28
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-3/+6
2019-02-10Add test for MIR printing changesMatthew Jasper-0/+66
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-1/+1
2019-02-10Add trait alias support in rustdocGuillaume Gomez-0/+21
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-155/+155
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-49/+36
2019-02-09Remove rustdoc test which referenced unstable APIMatthias Einwag-10/+0
2019-02-09Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakisbors-0/+349
2019-02-09put back macro redirectGuillaume Gomez-1/+1
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-32/+94
2019-02-08Remove trailing white-spacegnzlbg-1/+1
2019-02-08simd-saturating-arith test requires LLVM >= 8.0gnzlbg-3/+3
2019-02-08Auto merge of #58161 - davidtwco:issue-57960, r=arielb1bors-0/+39
2019-02-08Move simd intrinsic codegen tests into the simd-intrinsic subdirgnzlbg-0/+0
2019-02-08Add simd_saturating_{add,sub} intrinsicsgnzlbg-0/+830
2019-02-08review comments: (marginally) reduce memory consumtionEsteban Küber-1/+41
2019-02-08Use descriptive variant namevarkor-5/+5
2019-02-08Fix nll test outputEsteban Küber-1/+1
2019-02-08Don't shadow the provided `stringify!` macro in a wasm code size test caseNick Fitzgerald-23/+17
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-1/+1
2019-02-08Add a wasm code size test for stringifying numbersNick Fitzgerald-0/+49
2019-02-08unused_imports: update testsPietro Albini-29/+37
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-2/+2
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-391/+497
2019-02-08Update testsJohn Kåre Alsaker-153/+153
2019-02-07Add test for type mismatch on first match armEsteban Küber-0/+58
2019-02-07Suggest removing parentheses surrounding lifetimesIgor Sadikov-4/+4
2019-02-07update testMark Mansi-23/+27
2019-02-07Make it an incompatibility lint for nowMark Mansi-46/+35
2019-02-07add a testmark-0/+69
2019-02-07fix existing testsmark-32/+32
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-0/+2