| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Fix run-make/inrcemental-debugger-visualizer test for macOS. | Michael Woerister | -3/+1 |
| 2023-05-17 | Add/improve tests for debugger_visualizer change detection. | Michael Woerister | -5/+63 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -3/+26 |
| 2023-05-15 | Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnr | bors | -0/+45 |
| 2023-05-15 | Tweaks and a test | Michael Goulet | -0/+45 |
| 2023-05-15 | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obk | Matthias Krüger | -11/+34 |
| 2023-05-15 | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-05-15 | Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-Simulacrum | Matthias Krüger | -7/+27 |
| 2023-05-15 | Address FIXME | Andy Wang | -11/+6 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+28 |
| 2023-05-15 | Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -2/+2 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -38/+11 |
| 2023-05-14 | Add ui test to reproduce non-Send panic temporary | David Tolnay | -0/+46 |
| 2023-05-14 | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiasko | bors | -0/+34 |
| 2023-05-14 | Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgr | bors | -92/+253 |
| 2023-05-14 | Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddle | Matthias Krüger | -86/+86 |
| 2023-05-14 | Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomez | Matthias Krüger | -0/+83 |
| 2023-05-14 | Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errors | Matthias Krüger | -0/+64 |
| 2023-05-14 | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillot | Matthias Krüger | -6/+20 |
| 2023-05-14 | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obk | bors | -584/+1356 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+53 |
| 2023-05-14 | Convert more GUI tests colors to their original format | Guillaume Gomez | -86/+86 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -38/+48 |
| 2023-05-13 | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillot | bors | -0/+30 |
| 2023-05-13 | rustdoc-json: Add tests for `#![feature(inherent_associated_types)]` | Alona Enraght-Moony | -0/+83 |
| 2023-05-13 | fmt | yukang | -2/+1 |
| 2023-05-13 | Add multiple borrow test. | Camille GILLOT | -55/+89 |
| 2023-05-13 | Do not ICE on deeply nested borrows. | Camille GILLOT | -0/+13 |
| 2023-05-13 | Iterate ReferencePropagation to fixpoint. | Camille GILLOT | -398/+797 |
| 2023-05-13 | Add mir-opt test. | Camille GILLOT | -0/+173 |
| 2023-05-13 | Add debuginfo test. | Camille GILLOT | -0/+165 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -12/+3 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -334/+331 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -2/+5 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+22 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -0/+64 |
| 2023-05-13 | Auto merge of #111526 - Dylan-DPC:rollup-h75agro, r=Dylan-DPC | bors | -184/+371 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -0/+18 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -1/+1 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -171/+92 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+56 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -12/+204 |
| 2023-05-12 | Stop checking for the absense of something that doesn't exist | Scott McMurray | -7/+27 |
| 2023-05-13 | Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomcc | bors | -59/+300 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -59/+300 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+18 |
| 2023-05-13 | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr | bors | -0/+22 |
| 2023-05-13 | allow mutating function args through `&raw const` | Lukas Markeffsky | -0/+34 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -64/+829 |