about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-05-12Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm...Yuki Okushi-54/+49
2021-05-12Rollup merge of #85191 - GuillaumeGomez:improve-rustdoc-gui-tester, r=Mark-Si...Yuki Okushi-21/+24
2021-05-12Rollup merge of #85187 - FabianWolff:issue-84976, r=jackh726Yuki Okushi-0/+52
2021-05-12Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebankYuki Okushi-80/+118
2021-05-12Rollup merge of #83501 - camelid:rustdoc-layout, r=jyn514,GuillaumeGomezYuki Okushi-0/+58
2021-05-11Add explanatory comment to the issue-84976.rs test caseFabian Wolff-4/+8
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-54/+49
2021-05-11Update toggle-docs GUI test to last versionGuillaume Gomez-4/+7
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-17/+17
2021-05-11Disable layout docs for type aliases for nowCamelid-4/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-1/+9
2021-05-11Add test case for zero-sized typesCamelid-0/+4
2021-05-11Make test more specificCamelid-1/+1
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+6
2021-05-11Show memory layout for type aliasesCamelid-1/+2
2021-05-11Add test for memory layout informationCamelid-0/+43
2021-05-11Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726bors-589/+736
2021-05-11Use .name_str() to format primitive types in error messagesFabian Wolff-0/+48
2021-05-11Auto merge of #85023 - RalfJung:array-to-raw-elem, r=Mark-Simulacrumbors-18/+241
2021-05-11improve diagnosts for GATsb-naber-589/+736
2021-05-11Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obkbors-114/+45
2021-05-11Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011bors-0/+67
2021-05-11Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearthbors-74/+220
2021-05-11Fix CI problemshamidreza kalbasi-3/+3
2021-05-11Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwcobors-0/+138
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-0/+13
2021-05-10Implement changes suggested by tmiasko and davidtwcoFabian Wolff-0/+0
2021-05-10Rollup merge of #85112 - RalfJung:promoted-errors, r=oli-obkDylan DPC-19/+101
2021-05-10Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726Dylan DPC-3/+31
2021-05-10Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726Dylan DPC-0/+273
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-0/+0
2021-05-10Add test for source code clickable line numberGuillaume Gomez-0/+13
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-10/+10
2021-05-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-14/+2
2021-05-10Update rustdoc testGuillaume Gomez-10/+10
2021-05-09Implement @jackh726's suggestionsFabian Wolff-0/+0
2021-05-09Auto merge of #83894 - nikic:newpm, r=nagisabors-6/+9
2021-05-09Improve "panic message is not a string literal" warningPaul Trojahn-3/+31
2021-05-09more erroneous-const testsRalf Jung-3/+63
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-16/+38
2021-05-09remove const_fn feature gateRalf Jung-114/+45
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-14/+2
2021-05-09Try to fix issue 68049hamidreza kalbasi-0/+67
2021-05-08Auto merge of #83278 - Amanieu:bump_stdarch, r=Mark-Simulacrumbors-33/+27
2021-05-08Bump stdarch submoduleAmanieu d'Antras-33/+27
2021-05-08Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributesLeSeulArtichaut-38/+127
2021-05-08Emit `invalid_doc_attributes` warnings in more casesLeSeulArtichaut-37/+94
2021-05-08Support -C passes in NewPMNikita Popov-0/+8
2021-05-08Drop -opt-bisect-limit=0 flag from testNikita Popov-6/+1
2021-05-08Rollup merge of #85052 - jyn514:disambiguator, r=camelidDylan DPC-0/+12