about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-14Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasperbors-0/+225
2020-10-14Auto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r=Dylan-DPCbors-37/+37
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-32/+26
2020-10-14Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-SimulacrumDylan DPC-5/+11
2020-10-14Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkovbors-0/+220
2020-10-13Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitorbors-177/+177
2020-10-14Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnrYuki Okushi-177/+177
2020-10-14switch the test to an actual MCVEDing Xiang Fei-14/+9
2020-10-14rustfmtDing Xiang Fei-1/+1
2020-10-14test derived from #74961Ding Xiang Fei-0/+29
2020-10-13Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514bors-0/+68
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+21
2020-10-12Bless expected errorsEthan Brierley-132/+132
2020-10-12Extend test to ensure that items inherit lint level from the parentGuillaume Gomez-0/+2
2020-10-12Apply same treatment to MISSING_DOC_CODE_EXAMPLESGuillaume Gomez-0/+20
2020-10-12Inherit lint level from parentsGuillaume Gomez-2/+10
2020-10-12rustdoc: skip allow missing doc in cover. reportRoman-0/+38
2020-10-12Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiaskobors-0/+14
2020-10-12Auto merge of #77790 - jyn514:undivided, r=ollie27bors-2/+23
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-2/+23
2020-10-12Use no-prefer-dynamicJonas Schievink-0/+2
2020-10-12Fix -Clinker-plugin-lto with opt-levels s and zJonas Schievink-0/+12
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-2/+53
2020-10-11`min_const_generics` diagnostics improvementsEthan Brierley-174/+174
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-0/+60
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-0/+160
2020-10-10Fix hotplug_codegen_backend testbjorn3-32/+26
2020-10-10Re-enable test caseDániel Buga-2/+1
2020-10-10Apply suggestions from code reviewDániel Buga-1/+20
2020-10-11Auto merge of #77774 - petrochenkov:floatuple, r=estebankbors-12/+12
2020-10-11Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasperbors-8/+3
2020-10-11rustc_parse: More precise spans for `tuple.0.0`Vadim Petrochenkov-12/+12
2020-10-10Auto merge of #77087 - estebank:issue-45817, r=matthewjasperbors-8/+292
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-1/+181
2020-10-10Auto merge of #77337 - lzutao:asm-mips64, r=Amanieubors-54/+100
2020-10-10Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrumbors-24/+0
2020-10-10BTreeMap: fix gdb introspection of BTreeMap with ZST keys or valuesStein Somers-5/+11
2020-10-09address review commentsEsteban Küber-1/+71
2020-10-09Move `@has` checks closer to corresponding doc commentsCamelid-15/+19
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-24/+0
2020-10-09Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`Esteban Küber-0/+32
2020-10-09Suggest removing bounds even when potential typoEsteban Küber-1/+17
2020-10-09Tweak output and add test casesEsteban Küber-11/+171
2020-10-09Point out why a trait is expected on `Struct + 'lt`Esteban Küber-0/+6
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-15/+2
2020-10-09Simplify included import items handlingGuillaume Gomez-0/+11
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-2/+14
2020-10-09Add test for reexported items lintsGuillaume Gomez-0/+31
2020-10-09Add a regression test for issue-71443Yuki Okushi-0/+31
2020-10-09Add a regression test for issue-70292Yuki Okushi-0/+21