about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-08Add tests.Luqman Aden-4/+41
2021-05-08Rollup merge of #85052 - jyn514:disambiguator, r=camelidDylan DPC-0/+12
2021-05-08Rollup merge of #85034 - RalfJung:null-ptr, r=oli-obkDylan DPC-3/+3
2021-05-08Rollup merge of #76808 - LeSeulArtichaut:diagnose-functions-struct, r=jackh726Dylan DPC-0/+62
2021-05-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-0/+12
2021-05-07Also take unions and enums into accountLeSeulArtichaut-5/+42
2021-05-07Add basic testLeSeulArtichaut-0/+25
2021-05-07Fix suggestions for missing return type lifetime parametersFabian Wolff-0/+273
2021-05-07Fix impl type parameter suggestion involving constsmibac138-11/+51
2021-05-07bless 32bitRalf Jung-1/+1
2021-05-07Rollup merge of #84991 - alexcrichton:target-feature-remap, r=nagisaDylan DPC-0/+5
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-0/+26
2021-05-07fix null pointer error messagesRalf Jung-2/+2
2021-05-07panic ui test: Test always_abort on one thread, panic on anotherIan Jackson-1/+20
2021-05-07panic ui test: Add a test for panic::always_abortIan Jackson-0/+7
2021-05-07panic ui test: Improve error handlingIan Jackson-2/+11
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-22/+176
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-49/+54
2021-05-07array-to-raw-elem cast: test that Retag covers entire arrayRalf Jung-18/+241
2021-05-07Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obkYuki Okushi-8/+8
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-46/+168
2021-05-07Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandryYuki Okushi-52/+54
2021-05-07shrinking the deprecated method spanhi-rustin-80/+118
2021-05-07Rollup merge of #84896 - estebank:issue-84772, r=jackh726Dylan DPC-0/+94
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-43/+10
2021-05-07Rollup merge of #84734 - tmandry:compiletest-needs-unwind, r=Mark-SimulacrumDylan DPC-2/+14
2021-05-07Rollup merge of #84728 - camelid:sized-param-sugg-test, r=Mark-SimulacrumDylan DPC-0/+88
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-0/+2
2021-05-06Add test cases for detecting structural recursionFabian Wolff-0/+138
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-89/+54
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+88
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-264/+483
2021-05-06mir-opt & codegen test updatesScott McMurray-346/+349
2021-05-06Fix some nitsRoxane-6/+6
2021-05-06Add additional migrations to handle auto-traits and clone traitsRoxane-19/+327
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-46/+168
2021-05-06Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakisbors-0/+20
2021-05-06Expand impl type parameter suggestion testsmibac138-0/+103
2021-05-06rustc: Support Rust-specific features in -Ctarget-featureAlex Crichton-0/+5
2021-05-06Rollup merge of #84950 - pietroalbini:revert-3478f83c0, r=Mark-SimulacrumDylan DPC-12/+0
2021-05-06Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkovDylan DPC-8/+8
2021-05-06Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkovDylan DPC-2/+124