about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-03-27resolve: Simplify some diagnostic code to avoid an ICEVadim Petrochenkov-2/+24
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-414/+21
2022-03-26Stablize `const_extern_fn` for "Rust" and "C"Aaron Hill-52/+19
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-12/+14
2022-03-26Use str and char's Debug impl to format literalsDavid Tolnay-8/+8
2022-03-26Add test for proc_macro Literal string and character constructorsDavid Tolnay-0/+11
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-414/+21
2022-03-25fix wrong header commandDrMeepster-1/+1
2022-03-25widen special case on deref to all non-zst allocatorsDrMeepster-0/+10
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-67/+51
2022-03-25Minor `let_chains` modificationCaio-11/+11
2022-03-25diagnostics: correct generic bounds with doubled colonMichael Howell-0/+64
2022-03-25when checking pointee metadata, canonicalize the Sized queryMichael Goulet-0/+19
2022-03-25Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoeristerbors-190/+19
2022-03-25Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakisbors-0/+47
2022-03-24suggest wrapping single-expr blocks in square bracketsMichael Goulet-15/+63
2022-03-25Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnrDylan DPC-189/+114
2022-03-25Rollup merge of #94391 - light4:issue-90319, r=estebankDylan DPC-0/+26
2022-03-25resolve: Do not build expensive suggestions if they are not actually usedVadim Petrochenkov-190/+19
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-66/+128
2022-03-24Where bounds are checked on inherent implsSantiago Pastorino-0/+25
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-61/+237
2022-03-25Fix ice when error reporting recursion errorslightning1141-0/+26
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+14
2022-03-24Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnrbors-0/+42
2022-03-24Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obkbors-47/+84
2022-03-23Fix rustfix panic on testNoah Lev-113/+134
2022-03-23Use `multipart_suggestions`Noah Lev-12/+0
2022-03-23Change temporary variable name if it would conflictNoah Lev-6/+6
2022-03-23Add heuristic to avoid treating `x + +2` as incrementNoah Lev-18/+10
2022-03-23Bless testsNoah Lev-10/+18
2022-03-23Improve handling of `tmp` variable name conflictsNoah Lev-5/+80
2022-03-23Emit both subexp and standalone sugg for postfixNoah Lev-0/+15
2022-03-23Emit structured suggestions for field accesses tooNoah Lev-2/+9
2022-03-23Refactor, handle fields better, add field testsNoah Lev-4/+48
2022-03-23Move increment checks to improve errorsNoah Lev-36/+76
2022-03-23Suggest `i += 1` when we see `i++` or `++i`Camelid-0/+79
2022-03-23Add known-bug for #94034Michael Goulet-0/+97
2022-03-23Better suggestions for Fn trait selection errorsMichael Goulet-0/+114
2022-03-24Properly track `ImplObligation`sEsteban Kuber-47/+84
2022-03-23Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und...Matthias Krüger-0/+36
2022-03-23Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obkMatthias Krüger-18/+18
2022-03-23Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obkMatthias Krüger-9/+9
2022-03-23Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwcoMatthias Krüger-0/+64
2022-03-23Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPCbors-3/+1
2022-03-23Remove line instead of just commenting outCarl Scherer-1/+0
2022-03-23separate const prop lint from optimizationsCarl Scherer-61/+238
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-68/+69
2022-03-23stop emitting E0026 for struct enums with underscoresTakayuki Maeda-0/+36
2022-03-23add test for treating ExprKind::ConstParam as tempb-naber-0/+42