about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-04-11Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrumbors-3/+3
2022-04-10better error for binder on associated type boundMichael Goulet-0/+19
2022-04-10Fix crate_type attribute to not warn on duplicatesEric Huss-60/+44
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-21/+75
2022-04-10Rollup merge of #95852 - niluxv:strict-provenance-lint-fixup, r=Dylan-DPCDylan DPC-2/+2
2022-04-10Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-deadDylan DPC-0/+78
2022-04-10Rollup merge of #95784 - WaffleLapkin:typeof_cool_suggestion, r=compiler-errorsDylan DPC-0/+15
2022-04-10resolve: Create dummy bindings for all unresolved importsVadim Petrochenkov-15/+3
2022-04-10--bless testsMaybe Waffle-0/+15
2022-04-09Auto merge of #95435 - cjgillot:one-name, r=oli-obkbors-0/+3
2022-04-09Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercoteDylan DPC-9/+116
2022-04-09Rollup merge of #95361 - scottmcm:valid-align, r=Mark-SimulacrumDylan DPC-9/+36
2022-04-09Fix missing space in lossy provenance cast lintniluxv-2/+2
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-9/+116
2022-04-09Bless tests.Camille GILLOT-0/+3
2022-04-09Rollup merge of #95764 - c410-f3r:metavar-test, r=petrochenkovDylan DPC-1/+117
2022-04-09Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726Dylan DPC-32/+29
2022-04-09Rollup merge of #95599 - niluxv:strict-provenance-lint, r=michaelwoeristerDylan DPC-0/+142
2022-04-09Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-SimulacrumDylan DPC-0/+28
2022-04-09Rollup merge of #90066 - yaahc:thinbox, r=joshtriplettDylan DPC-2/+129
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-9/+36
2022-04-08Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errorsbors-0/+101
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-2/+129
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+142
2022-04-08suggest adding a local for vector to fix borrowck errorsTakayuki Maeda-0/+78
2022-04-08Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726Dylan DPC-0/+97
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-53/+29
2022-04-07[macro_metavar_expr] Add tests to ensure the feature requirementCaio-1/+117
2022-04-07Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPCbors-10/+55
2022-04-07Rollup merge of #95752 - compiler-errors:issue-82866, r=Dylan-DPCDylan DPC-0/+23
2022-04-07Rollup merge of #95189 - fmease:fix-issue-94340, r=estebankDylan DPC-10/+32
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-5/+4
2022-04-06regression test for #82866Michael Goulet-0/+23
2022-04-06don't report int/float ambiguity when we have previous errorsMichael Goulet-32/+29
2022-04-06only downgrade Error -> Ambiguous if type error is in predicateMichael Goulet-25/+23
2022-04-07Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPCDylan DPC-4/+20
2022-04-06Fix unit struct/enum variant in destructuring assignmentMichael Goulet-0/+34
2022-04-06Stop flagging certain inner attrs as outer onesLeón Orell Valerian Liehr-10/+32
2022-04-06Check that all hidden types are the same and then deduplicate them.Oli Scherer-0/+30
2022-04-06bless testsPietro Albini-4/+4
2022-04-05Merge remote-tracking branch 'origin/master'kangarooCoder-504/+1133
2022-04-05Add test for issue rust-lang/rust#83474kangarooCoder-4/+20
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
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-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-111/+137
2022-04-05Explain why `&T` is cloned when `T` is not `Clone`Michael Goulet-0/+31
2022-04-05unboxed-closures and type-alias-impl-trait nll revisionsJack Huey-20/+42