about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-01-23Rollup merge of #91122 - dtolnay:not, r=m-ou-seMatthias Krüger-7/+7
2022-01-22respect doc(hidden) when suggesting available fieldsIbraheem Ahmed-0/+43
2022-01-22Fix let_chains and if_let_guard feature flagsCaio-20/+95
2022-01-22Rollup merge of #93170 - GuillaumeGomez:gui-tests-explanations, r=jshaMatthias Krüger-3/+22
2022-01-22Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=AmanieuMatthias Krüger-191/+102
2022-01-22Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnayMatthias Krüger-1/+1
2022-01-21Move param count error emission to near end of check_argument_typesJack Huey-1/+8
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-158/+171
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-5/+5
2022-01-21Fix spacing for `·` between stability and sourceJacob Hoffman-Andrews-3/+2
2022-01-21Implement stable with negative coherence modeSantiago Pastorino-0/+26
2022-01-21Rollup merge of #93139 - jsha:fix-wrapped-names, r=Nemo157Matthias Krüger-14/+29
2022-01-21Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwcoMatthias Krüger-4/+18
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-30/+43
2022-01-21Rollup merge of #92835 - iwanders:issue-66450-improve-cfg-error-message, r=na...Matthias Krüger-2/+8
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-108/+73
2022-01-21Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrumbors-59/+59
2022-01-21Add missing GUI test explanationsGuillaume Gomez-3/+22
2022-01-21Work around missing code coverage data causing llvm-cov failuresWesley Wiser-0/+57
2022-01-21Update test to include `self` caseRune Tynan-0/+2
2022-01-21Add regression test for #93161Eric Holk-0/+93
2022-01-21Disable drop range tracking in generatorsEric Holk-0/+20
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-31/+22
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-115/+551
2022-01-21Reject may_unwind option in naked functionsTomasz Miąsko-10/+22
2022-01-21Reject unsupported naked functionsTomasz Miąsko-191/+90
2022-01-20rustdoc: fix overflow-wrap for table layoutsJacob Hoffman-Andrews-14/+29
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-59/+59
2022-01-20Rollup merge of #93094 - Enselic:check-for-enum-tuple-struct-fields, r=CraftS...Matthias Krüger-2/+4
2022-01-20Rollup merge of #93087 - ricobbe:alt-calling-convention-test-fix, r=Mark-Simu...Matthias Krüger-5/+11
2022-01-20Rollup merge of #93086 - c410-f3r:let-guard, r=Mark-SimulacrumMatthias Krüger-2/+26
2022-01-20Rollup merge of #93067 - jsha:fix-scroll-padding-top, r=GuillaumeGomezMatthias Krüger-0/+6
2022-01-20Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillotMatthias Krüger-23/+68
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-0/+13
2022-01-20Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jshaMatthias Krüger-0/+14
2022-01-20Rollup merge of #92856 - GuillaumeGomez:exclude-test-doc_auto_cfg, r=Nemo157Matthias Krüger-3/+9
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-80/+413
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-1/+1
2022-01-20Update doc_auto_cfg testGuillaume Gomez-2/+8
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-0/+13
2022-01-20Rollup merge of #92861 - jsha:mobile-column-flex, r=GuillaumeGomezMatthias Krüger-6/+23
2022-01-20Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer...Matthias Krüger-2/+2
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-216/+375
2022-01-20Rollup merge of #92183 - tmandry:issue-74256, r=estebankMatthias Krüger-174/+133
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-1/+18
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-9/+9
2022-01-19Rustdoc mobile: put out-of-band on its own lineJacob Hoffman-Andrews-6/+23
2022-01-20Tweak `expr.await` desugaring `Span`Esteban Kuber-0/+38
2022-01-19Foreign types are trivially dropMichael Goulet-0/+13
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-135/+100