about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-54/+86
2022-08-05recover require,include instead of use in itemyukang-2/+30
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-159/+240
2022-08-05remove an unnecessary `str::rfind`Takayuki Maeda-3/+6
2022-08-05Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakisbors-0/+7
2022-08-04opt node typeMichael Goulet-2/+44
2022-08-04Explain why let-underscoring a lock guard is incorrect.Aaron Kofsky-2/+4
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-0/+41
2022-08-04Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...Matthias Krüger-0/+115
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-12/+21
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-7/+88
2022-08-04Completely remove captures flagSantiago Pastorino-0/+7
2022-08-04Enable unused_parens for match armswcampbell-0/+41
2022-08-04Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkovbors-0/+17
2022-08-04Use (actually) dummy place for let-else divergenceMichael Goulet-0/+15
2022-08-04Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgrbors-11/+224
2022-08-04Resolve vars before emitting coerce errorMichael Goulet-11/+100
2022-08-04Don't point out return span on every E0308Michael Goulet-5/+37
2022-08-04link_ordinal is available for foreign staticyukang-5/+18
2022-08-04Add ui test for #99910Obei Sideg-0/+30
2022-08-03Rollup merge of #100111 - estebank:missing-let, r=compiler-errorsMatthias Krüger-0/+26
2022-08-03Rollup merge of #100107 - klensy:tr-w, r=compiler-errorsMatthias Krüger-1/+1
2022-08-03Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-e...Matthias Krüger-0/+28
2022-08-03Rollup merge of #100029 - hdelc:master, r=cjgillotMatthias Krüger-11/+35
2022-08-03Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error...Matthias Krüger-0/+58
2022-08-03Rollup merge of #99786 - obeis:issue-99625, r=compiler-errorsMatthias Krüger-0/+34
2022-08-03Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakisMatthias Krüger-0/+97
2022-08-03Bless ui tests.Camille GILLOT-58/+45
2022-08-03Provide suggestion on missing `let` in binding statementEsteban Küber-0/+26
2022-08-03Auto merge of #100064 - RalfJung:disaligned, r=petrochenkovbors-1/+150
2022-08-03fix is_disaligned logic for nested packed structsRalf Jung-1/+150
2022-08-03fix trailing whitespace in error messageklensy-1/+1
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-159/+240
2022-08-03add regression test for #90871Takayuki Maeda-0/+28
2022-08-03Skip over structs with no private fields that impl DerefMichael Goulet-0/+49
2022-08-03Don't suggest field method if it's just missing some boundsMichael Goulet-16/+0
2022-08-03Consider privacy more carefully when suggesting accessing fieldsMichael Goulet-50/+0
2022-08-03Suggest expressions' fields even if they're not ADTsMichael Goulet-0/+74
2022-08-03Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgrbors-104/+220
2022-08-03check link ordinal make sure target is foreign functionyukang-0/+41
2022-08-02Add items to `DocAliasBadLocation` check error match armhdelc-9/+9
2022-08-03add tests for `Debug` formatters and precision formattersTakayuki Maeda-1/+40
2022-08-03suggest a positional formatting argument instead of a captured argumentTakayuki Maeda-0/+76
2022-08-03Delay a bug when failed to normalize trait ref during specializationMichael Goulet-0/+58
2022-08-02Stabilize backtraceTheodore Dubois-4/+0
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-0/+4128
2022-08-02never consider unsafe blocks unused if they would be required with unsafe_op_...Ralf Jung-599/+109
2022-08-02Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errorsMatthias Krüger-104/+220
2022-08-02Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiaskoMatthias Krüger-36/+36
2022-08-02NLL: relate closure to parent fnAli MJ Al-Nasrawy-0/+97