about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-12-28Allow trait method paths to satisfy const Fn boundsDeadbeef-0/+61
2022-12-28Rollup merge of #106201 - estebank:verbose-transparent, r=compiler-errorsfee1-dead-0/+21
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+93
2022-12-28Rollup merge of #105347 - estebank:single-line-match, r=compiler-errorsfee1-dead-0/+15
2022-12-28Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errorsfee1-dead-1/+1
2022-12-27Trim more paths in obligation typesEsteban Küber-7/+7
2022-12-27Emit fewer errors on invalid `#[repr(transparent)]` on `enum`Esteban Küber-0/+21
2022-12-27Silence knock-down errors on `[type error]` bindingsEsteban Küber-134/+70
2022-12-27Account for `match` expr in single lineEsteban Küber-0/+15
2022-12-27Shorten type in noteEsteban Küber-3/+3
2022-12-27rustdoc: combine common sidebar background color CSS rulesMichael Howell-1/+90
2022-12-27Auto merge of #106193 - compiler-errors:rollup-0l54wka, r=compiler-errorsbors-8/+524
2022-12-27Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillotMichael Goulet-8/+350
2022-12-27Rollup merge of #105965 - compiler-errors:issue-105896, r=cjgillotMichael Goulet-0/+35
2022-12-27Rollup merge of #105852 - compiler-errors:hex-float-lit, r=cjgillotMichael Goulet-0/+61
2022-12-27Rollup merge of #105765 - estebank:range-typo, r=compiler-errorsMichael Goulet-0/+78
2022-12-27Make resolve suggestion more genericEsteban Küber-1/+1
2022-12-27Auto merge of #97176 - kraktus:cmd_debug, r=the8472bors-21/+0
2022-12-27More testsMichael Goulet-0/+34
2022-12-27Restore cyclic closure messageMichael Goulet-16/+16
2022-12-27Don't deduce a signature that makes a closure cyclicMichael Goulet-16/+91
2022-12-27review comments: make suggestion more accurateEsteban Küber-20/+31
2022-12-27Provide local extern function arg namesMichael Goulet-0/+35
2022-12-27Suggest rewriting a malformed hex literal if we expect a floatMichael Goulet-0/+61
2022-12-27Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-er...Matthias Krüger-23/+75
2022-12-27Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errorsMatthias Krüger-0/+15
2022-12-27Rollup merge of #105817 - chenyukang:yukang/fix-105788-sugg-for-auto-trait, r...Matthias Krüger-14/+5
2022-12-27Fix ui constant tests for big-endian platformsUlrich Weigand-1130/+1716
2022-12-27Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgrbors-0/+100
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-21/+0
2022-12-27Rollup merge of #106150 - estebank:issue-39232, r=compiler-errorsMatthias Krüger-0/+94
2022-12-27Rollup merge of #105515 - estebank:issue-104141, r=oli-obkMatthias Krüger-0/+6
2022-12-27Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errorsbors-13/+146
2022-12-27Fix some totally useless suggestionsMichael Goulet-12/+2
2022-12-27Dont clobber `as ..` rename in import suggestionMichael Goulet-2/+43
2022-12-27Recover `fn` keyword as `Fn` trait in boundsMichael Goulet-74/+90
2022-12-27Note alternative import candidates in nested use treeMichael Goulet-4/+38
2022-12-27Suppress suggestions for nested use treeMichael Goulet-0/+23
2022-12-27fix #105788, Remove unreasonable help message for auto traityukang-14/+5
2022-12-26Detect likely `.` -> `..` typo in method callsEsteban Küber-0/+67
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-1/+30
2022-12-26Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726bors-0/+51
2022-12-26Fix suggestion when there are arguments in the methodEsteban Küber-0/+48
2022-12-26Tweak wordingEsteban Küber-2/+5
2022-12-26Detect when method call on LHS might be shadowedEsteban Küber-0/+43
2022-12-27Rollup merge of #106153 - GuillaumeGomez:search-tabs-headers, r=notriddlefee1-dead-0/+76
2022-12-26address review comments + better testsLukas Markeffsky-43/+322
2022-12-26Add GUI test for search tab headersGuillaume Gomez-0/+76
2022-12-26Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillotbors-0/+28
2022-12-26Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillotbors-0/+39