about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-8/+8
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-360/+186
2022-03-10Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet...Matthias Krüger-13/+44
2022-03-10Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnrbors-25/+27
2022-03-10Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgrbors-107/+234
2022-03-09better suggestion for int to wide ptr castMichael Goulet-13/+44
2022-03-09Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkovMatthias Krüger-1/+41
2022-03-09Rollup merge of #94754 - c410-f3r:nice-error, r=lcnrMatthias Krüger-55/+110
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-51/+83
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-352/+159
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-3/+22
2022-03-09Fix spurious CI failuresGuillaume Gomez-1/+4
2022-03-09Warn users about || in let chain expressionsCaio-55/+110
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-1/+41
2022-03-09keep ERROR in messageb-naber-4/+4
2022-03-09manually bless 32-bit stderrb-naber-8/+7
2022-03-09normalization change and rebaseb-naber-341/+276
2022-03-09bless testsb-naber-289/+357
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-59/+94
2022-03-09Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726Dylan DPC-3/+16
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-2/+85
2022-03-08Do not suggest `let_else` if no bindings would be introducedEsteban Kuber-44/+0
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-49/+125
2022-03-08Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnrMatthias Krüger-24/+114
2022-03-08Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwcoMatthias Krüger-2/+2
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-9/+81
2022-03-08Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obkMatthias Krüger-955/+2314
2022-03-07Bless testJack Huey-3/+12
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-266/+266
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-689/+1014
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-50/+248
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-159/+790
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-266/+471
2022-03-07Bless issue-91130 testJack Huey-1/+12
2022-03-07Try to normalize associated types before processing obligationsJack Huey-205/+265
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-24/+114
2022-03-07Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddleMatthias Krüger-0/+3
2022-03-07Update testsEric Holk-7/+5
2022-03-07Stabilize const_impl_trait as wellEric Holk-33/+2
2022-03-07Update tests after feature stabilizationEric Holk-659/+107
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-3/+16
2022-03-07Add GUI test to ensure that line numbers text is aligned to the rightGuillaume Gomez-0/+3
2022-03-07Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check...Matthias Krüger-0/+31
2022-03-07Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPCMatthias Krüger-0/+45
2022-03-07add tests for #94502lcnr-0/+45
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-0/+13
2022-03-07Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwcoMatthias Krüger-0/+21
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-0/+28
2022-03-06use impl substs in on_unimplementedMichael Goulet-2/+57
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-0/+31