about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-11/+52
2022-04-01Fix `thread_local!` macro to be compatible with `no_implicit_prelude`niluxv-0/+8
2022-04-01Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obkMatthias Krüger-43/+72
2022-04-01Rollup merge of #95293 - compiler-errors:braces, r=davidtwcoMatthias Krüger-15/+63
2022-04-01Rollup merge of #95260 - compiler-errors:fn, r=davidtwcoMatthias Krüger-0/+114
2022-03-31Add error message suggestion for missing noreturn in naked functionjam1garner-0/+25
2022-03-31[let_chains] Forbid let inside parenthesesCaio-461/+709
2022-03-31remove find_use_placementFausto-5/+4
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-2/+2
2022-03-31Rollup merge of #91416 - compiler-errors:infinite-ty-option-box, r=estebankDylan DPC-28/+160
2022-03-31address comments, add test for shadowed Box typeMichael Goulet-0/+29
2022-03-31Specialize suggestion for Option<T>Michael Goulet-28/+131
2022-03-31Enforce well formedness for type alias impl trait's hidden typeOli Scherer-0/+101
2022-03-31test const size_of_val_raw on big valueRalf Jung-1/+5
2022-03-31catch overflow in slice size computationRalf Jung-42/+67
2022-03-31Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c...Dylan DPC-0/+14
2022-03-31Rollup merge of #95471 - oli-obk:tait_ice, r=estebankDylan DPC-0/+24
2022-03-31Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726Dylan DPC-16/+16
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-16/+16
2022-03-31Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errorsDylan DPC-0/+138
2022-03-31Rollup merge of #93901 - petrochenkov:linkmod, r=wesleywiserDylan DPC-53/+58
2022-03-30Add the generic_associated_types_extended featureJack Huey-0/+138
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-53/+58
2022-03-30Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche...bors-2/+3
2022-03-30Add note to the lint diagnosticInfRandomness-0/+14
2022-03-30Don't ICE when opaque types get their hidden type constrained again.Oli Scherer-0/+24
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-120/+47
2022-03-30rework error messages for incorrect inherent implslcnr-5/+36
2022-03-30fix behavior for empty implslcnr-4/+4
2022-03-30update ui testslcnr-126/+22
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-1/+1
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-1/+1
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-1551/+3875
2022-03-30Clarify comments about doc comments in macros.Nicholas Nethercote-2/+3
2022-03-29Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errorsDylan DPC-0/+61
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-1/+171
2022-03-29Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...Dylan DPC-2/+0
2022-03-29diagnostics: regression test for derive boundsMichael Howell-0/+61
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-0/+57
2022-03-29Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-seDylan DPC-4/+3
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-2/+47
2022-03-28Add suggestion to borrow opaque Fn and FnMut instead of moveMichael Goulet-3/+71
2022-03-28diagnostics: add regression test for #82081Michael Howell-0/+57
2022-03-28Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obkDylan DPC-0/+22
2022-03-28Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiserDylan DPC-0/+64
2022-03-28rebase falloutOli Scherer-1/+1
2022-03-28Add test for revealing auto traits in the defining scopeOli Scherer-0/+77
2022-03-28Add some tests showcasing further differences between TAIT and RPITOli Scherer-0/+42
2022-03-28Bless ui testsOli Scherer-1/+10