| Age | Commit message (Expand) | Author | Lines |
| 2023-06-23 | Rollup merge of #112933 - TaKO8Ki:avoid-&format-in-error-message-code, r=oli-obk | Matthias Krüger | -9/+7 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -8/+34 |
| 2023-06-23 | Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton | Matthias Krüger | -10/+14 |
| 2023-06-23 | Rollup merge of #111747 - compiler-errors:structural-probe-side-effects, r=fe... | Matthias Krüger | -5/+71 |
| 2023-06-23 | Auto merge of #112827 - nnethercote:codegen-cleanups, r=tmiasko | bors | -119/+105 |
| 2023-06-22 | Don't structurally resolve during method ambiguity in probe | Michael Goulet | -5/+71 |
| 2023-06-22 | Auto merge of #112686 - estebank:sealed-traits, r=petrochenkov | bors | -54/+337 |
| 2023-06-23 | avoid `&format` in error message code | Takayuki Maeda | -9/+7 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -54/+276 |
| 2023-06-22 | Account for sealed traits in trait bound errors | Esteban Küber | -0/+61 |
| 2023-06-22 | Update existing snapshot and add more snapshots of where clause indentation | Guillaume Gomez | -1/+20 |
| 2023-06-22 | Fix indentation for where clause in rustdoc pages | Guillaume Gomez | -7/+14 |
| 2023-06-22 | Auto merge of #112913 - nnethercote:avoid-Lrc-Box-dyn-CodegenBackend, r=compi... | bors | -8/+8 |
| 2023-06-22 | Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiser | bors | -92/+65 |
| 2023-06-22 | Auto merge of #112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgr | bors | -81/+206 |
| 2023-06-22 | Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ... | Matthias Krüger | -3/+3 |
| 2023-06-22 | Rollup merge of #112907 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-06-22 | Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | Matthias Krüger | -3/+4 |
| 2023-06-22 | Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol... | Matthias Krüger | -75/+199 |
| 2023-06-22 | Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3 | bors | -265/+245 |
| 2023-06-22 | Tweak CGU size estimate code. | Nicholas Nethercote | -14/+17 |
| 2023-06-22 | Avoid `Lrc<Box<dyn CodegenBackend>>`. | Nicholas Nethercote | -8/+8 |
| 2023-06-22 | Remove unused fields from `CodegenContext`. | Nicholas Nethercote | -21/+3 |
| 2023-06-22 | Introduce `CodegenState`. | Nicholas Nethercote | -20/+29 |
| 2023-06-21 | Auto merge of #103503 - thomcc:tvos-support, r=workingjubilee | bors | -50/+313 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -3/+3 |
| 2023-06-22 | Merge root and inlined item placement. | Nicholas Nethercote | -71/+44 |
| 2023-06-22 | Inline before merging CGUs. | Nicholas Nethercote | -16/+14 |
| 2023-06-22 | Streamline some comments. | Nicholas Nethercote | -6/+5 |
| 2023-06-22 | Add comments to `Message` and `WorkItem`. | Nicholas Nethercote | -8/+22 |
| 2023-06-22 | Simplify `Message`. | Nicholas Nethercote | -64/+44 |
| 2023-06-22 | Move `Message::CodegenItem` to a separate type. | Nicholas Nethercote | -10/+11 |
| 2023-06-21 | Note that posix_spawnp probably still does not work the way people may want | Thom Chiovoloni | -3/+5 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |
| 2023-06-21 | Note the incomplete Command support in the apple-tvos.md document | Thom Chiovoloni | -3/+16 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -7/+36 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-21 | Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order | Thom Chiovoloni | -10/+12 |
| 2023-06-21 | Apply suggestions from code review | Thom Chiovoloni | -7/+7 |
| 2023-06-21 | Fix missing link in SUMMARY.md | Thom Chiovoloni | -0/+1 |
| 2023-06-21 | Fix rustc_target::spec::apple::tests | Thom Chiovoloni | -1/+4 |
| 2023-06-21 | Add a tvOS entry to the platform-support documentation | Thom Chiovoloni | -2/+72 |
| 2023-06-21 | Fix the tvOS targets to use the right LLVM target and respect the deployment ... | Thom Chiovoloni | -5/+19 |
| 2023-06-21 | Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator target | Thom Chiovoloni | -1/+2 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -8/+31 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -22/+84 |
| 2023-06-21 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-21 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -3/+4 |
| 2023-06-21 | Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomez | bors | -95/+134 |
| 2023-06-21 | Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle | Guillaume Gomez | -11/+61 |