| Age | Commit message (Expand) | Author | Lines |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+412 |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -5/+4 |
| 2023-08-24 | add tests for both kinds of unwind-terminate messages | Ralf Jung | -5/+59 |
| 2023-08-24 | Fix ub-int-array test for big-endian platforms | Ulrich Weigand | -42/+10 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+412 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -0/+76 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+58 |
| 2023-08-23 | Rollup merge of #115114 - tmiasko:115052, r=compiler-errors | Dylan DPC | -0/+7 |
| 2023-08-23 | Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31 | Dylan DPC | -5/+53 |
| 2023-08-23 | Remove the unhelpful let binding diag comes from FormatArguments | yukang | -0/+49 |
| 2023-08-22 | Auto merge of #115005 - compiler-errors:passes, r=cjgillot | bors | -0/+31 |
| 2023-08-22 | Rollup merge of #115077 - estebank:issue-115019, r=compiler-errors | Michael Goulet | -0/+36 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -1/+69 |
| 2023-08-22 | Do not emit invalid suggestion in E0191 when spans overlap | Esteban Küber | -5/+0 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -5/+53 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -6/+6 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -1/+16 |
| 2023-08-22 | Contents of reachable statics is reachable | Tomasz Miąsko | -0/+7 |
| 2023-08-21 | Add test for #115019 | Esteban Küber | -0/+41 |
| 2023-08-21 | discard dummy field for macro invocation when parse struct | bohan | -38/+44 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -1/+16 |
| 2023-08-21 | Add note when matching on tuples/ADTs containing non-exhaustive types | Sebastian Toh | -0/+245 |
| 2023-08-20 | Add projection obligations when comparing impl too | Jack Huey | -0/+32 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -3/+3 |
| 2023-08-20 | Clarify that `Rust` is default repr | Catherine Flores | -7/+7 |
| 2023-08-20 | Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgr | bors | -52/+8 |
| 2023-08-20 | Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnr | Matthias Krüger | -52/+8 |
| 2023-08-20 | Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnr | bors | -0/+19 |
| 2023-08-20 | Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors | bors | -53/+53 |
| 2023-08-20 | Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3 | bors | -0/+25 |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -1/+69 |
| 2023-08-20 | Rollup merge of #114934 - lcnr:generalize-substs-relate, r=compiler-errors | Matthias Krüger | -0/+157 |
| 2023-08-19 | Avoid side-effects from try_coerce when suggesting borrowing LHS of cast | Michael Goulet | -52/+8 |
| 2023-08-19 | Don't do intra-pass validation on MIR shims | Michael Goulet | -0/+31 |
| 2023-08-19 | Rollup merge of #114972 - nbdd0121:const_check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-08-18 | change to known bug | lcnr | -2/+2 |
| 2023-08-18 | instantiate response: no unnecessary new universe | lcnr | -0/+157 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+25 |
| 2023-08-18 | Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov | bors | -2/+18 |
| 2023-08-18 | Add a test to check that inline const is in required_consts | Gary Guo | -0/+24 |
| 2023-08-18 | Bless test changes | Gary Guo | -53/+53 |
| 2023-08-18 | Remove Drop impl of mpsc Receiver and (Sync)Sender | Ben Schulz | -6/+4 |
| 2023-08-18 | Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkov | bors | -0/+33 |
| 2023-08-18 | Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnr | bors | -0/+179 |
| 2023-08-18 | Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviper | bors | -37/+70 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -36/+56 |
| 2023-08-17 | Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwco | Josh Stone | -1/+14 |
| 2023-08-17 | Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiser | bors | -0/+57 |
| 2023-08-17 | Normalize before checking if local is freeze in deduced_param_attrs | Michael Goulet | -0/+179 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -8/+80 |