| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -5/+64 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -5/+4 |
| 2023-08-25 | keep trying which flags we need for this test until it passes bors | Ralf Jung | -5/+10 |
| 2023-08-25 | Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglo | bors | -42/+308 |
| 2023-08-25 | Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrieril | bors | -0/+245 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -7/+19 |
| 2023-08-24 | Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillot | Weihang Lo | -0/+298 |
| 2023-08-24 | Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJung | Weihang Lo | -42/+10 |
| 2023-08-24 | Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errors | Weihang Lo | -0/+0 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -0/+0 |
| 2023-08-24 | Add more tests for if_let_guard | Matthew Jasper | -0/+298 |
| 2023-08-24 | Auto merge of #115147 - estebank:issue-114311, r=davidtwco | bors | -0/+76 |
| 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-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 | 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 |