about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-04-06Rollup merge of #95731 - oli-obk:lazy_tait_regression, r=compiler-errorsDylan DPC-0/+30
2022-04-06Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obkDylan DPC-4/+119
2022-04-06Check that all hidden types are the same and then deduplicate them.Oli Scherer-0/+30
2022-04-06Auto merge of #95723 - SparrowLii:const_goto, r=fee1-deadbors-118/+151
2022-04-06enhance `ConstGoto` mir-opt by moving up `StorageDead` statementsSparrowLii-118/+151
2022-04-06Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddleDylan DPC-0/+38
2022-04-05Rollup merge of #95681 - petrochenkov:doclinkregr2, r=Dylan-DPCDylan DPC-0/+18
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-10/+17
2022-04-05Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obkDylan DPC-328/+588
2022-04-05Rollup merge of #95585 - compiler-errors:ref-clone, r=estebankDylan DPC-0/+31
2022-04-05kill temp earlyouz-a-3/+3
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-17/+17
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-151/+191
2022-04-05Explain why `&T` is cloned when `T` is not `Clone`Michael Goulet-0/+31
2022-04-05Add GUI test to ensure that the width of the item-info does not overflow its ...Guillaume Gomez-0/+38
2022-04-05unboxed-closures and type-alias-impl-trait nll revisionsJack Huey-20/+42
2022-04-05underscore-lifetime nll revisionsJack Huey-7/+19
2022-04-05More nll revisionsJack Huey-223/+380
2022-04-05Move some tests with compare-mode=nll output to revisionsJack Huey-78/+147
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-55/+90
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+270
2022-04-05resolve: Fix resolution of empty paths passed from rustdocVadim Petrochenkov-0/+18
2022-04-05mir-interpret now treats unions as non-immediate, even if they have scalar la...Oli Scherer-40/+104
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-111/+87
2022-04-05Fix ui test for nllohno418-0/+4
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-0/+7
2022-04-05Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011Dylan DPC-109/+143
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-174/+542
2022-04-05macros: support translatable suggestionsDavid Wood-57/+48
2022-04-05macros: note/help in `SessionDiagnostic` deriveDavid Wood-1/+113
2022-04-05macros: support translatable labelsDavid Wood-40/+44
2022-04-05macros: optional error codesDavid Wood-11/+2
2022-04-05macros: add `#[no_arg]` to skip `set_arg` callDavid Wood-1/+33
2022-04-05macros: rename `#[message]` to `#[primary_span]`David Wood-6/+6
2022-04-05macros: translatable struct attrs and warningsDavid Wood-108/+293
2022-04-05macros: update session diagnostic errorsDavid Wood-16/+16
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-4/+4
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-0/+53
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-0/+36
2022-04-04Format invariance notes with backticksMichael Goulet-109/+109
2022-04-05Suggest only when all fields impl the traitohno418-8/+0
2022-04-04Handle reporting invariance of fn pointerMichael Goulet-0/+34
2022-04-05Suggest derivable trait on E0277ohno418-0/+274
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+7
2022-04-05Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obkDylan DPC-29/+163
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-187/+942
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-41/+69
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-69/+69
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-294/+298
2022-04-04Fix list lengthEsteban Kuber-0/+224