about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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-11Add explanatory comment to the issue-84976.rs test caseFabian Wolff-4/+8
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-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-37/+110
2021-05-11Fix CI problemshamidreza kalbasi-3/+3
2021-05-11Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwcobors-0/+138
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-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-14/+2
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-37/+110
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 #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-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-07bless 32bitRalf Jung-1/+1
2021-05-07Rollup merge of #84991 - alexcrichton:target-feature-remap, r=nagisaDylan DPC-0/+5
2021-05-07fix null pointer error messagesRalf Jung-2/+2
2021-05-07Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obkYuki Okushi-8/+8
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-6/+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/+1
2021-05-06Add test cases for detecting structural recursionFabian Wolff-0/+138
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+88
2021-05-06Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakisbors-0/+20
2021-05-06rustc: Support Rust-specific features in -Ctarget-featureAlex Crichton-0/+5
2021-05-06Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkovDylan DPC-8/+8