| Age | Commit message (Expand) | Author | Lines |
| 2023-08-27 | Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrum | bors | -2/+8 |
| 2023-08-26 | Auto merge of #115219 - estebank:issue-105306, r=compiler-errors | bors | -203/+263 |
| 2023-08-26 | Auto merge of #115224 - spastorino:remove-lub_empty, r=lcnr | bors | -61/+30 |
| 2023-08-26 | Account for `Weak` alias kinds when adding more targetted obligation | Esteban Küber | -14/+19 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -93/+10 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -137/+125 |
| 2023-08-26 | Merge if and match expressions that don't make sense to have separated | Santiago Pastorino | -15/+10 |
| 2023-08-26 | Auto merge of #115198 - Zoxc:query-panic-wait, r=cjgillot | bors | -1/+12 |
| 2023-08-26 | Auto merge of #115246 - matthiaskrgr:rollup-zdiw9gt, r=matthiaskrgr | bors | -20/+13 |
| 2023-08-26 | Rollup merge of #115244 - GuillaumeGomez:migrate-gui-test-color-36, r=notriddle | Matthias Krüger | -12/+9 |
| 2023-08-26 | Rollup merge of #115237 - workingjubilee:fixup-baremetal-sparc-platform-suppo... | Matthias Krüger | -1/+1 |
| 2023-08-26 | Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a... | Matthias Krüger | -0/+2 |
| 2023-08-26 | Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplett | Matthias Krüger | -7/+1 |
| 2023-08-26 | Auto merge of #115243 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-26 | Remove unneeded "background_color" parameter | Guillaume Gomez | -5/+2 |
| 2023-08-26 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -10/+10 |
| 2023-08-26 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-26 | Auto merge of #115232 - wesleywiser:revert_114643, r=tmiasko | bors | -106/+51 |
| 2023-08-26 | Auto merge of #115236 - scottmcm:less-vector, r=compiler-errors | bors | -15/+43 |
| 2023-08-25 | Fixup sparc-unknown-none-elf table spacing | Jubilee Young | -1/+1 |
| 2023-08-25 | Stop emitting non-power-of-two vectors in basic LLVM codegen | Scott McMurray | -15/+43 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -77/+200 |
| 2023-08-26 | Auto merge of #115228 - saethlin:is-interrupted, r=thomcc | bors | -7/+66 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -7/+66 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -58/+85 |
| 2023-08-26 | Auto merge of #115211 - spastorino:add-missing-smir-generics-of, r=compiler-e... | bors | -0/+4 |
| 2023-08-26 | Make `rustc_on_unimplemented` std-agnostic for `alloc::rc` | Ciarán Curley | -0/+2 |
| 2023-08-25 | Revert "Use the same DISubprogram for each instance of the same inlined funct... | Wesley Wiser | -106/+51 |
| 2023-08-25 | Auto merge of #115221 - compiler-errors:walk-path, r=estebank | bors | -54/+109 |
| 2023-08-25 | Check that universe can name other universe instead of equality | Santiago Pastorino | -4/+5 |
| 2023-08-25 | Auto merge of #115202 - ouz-a:more_smir, r=spastorino | bors | -4/+23 |
| 2023-08-25 | Remove lub_empty from lexical region resolve | Santiago Pastorino | -46/+19 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -22/+54 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -34/+57 |
| 2023-08-25 | Auto merge of #115133 - coderwithcat:master, r=cuviper | bors | -2/+2 |
| 2023-08-25 | Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung | bors | -10/+110 |
| 2023-08-25 | Add a doc comment for the new hook | Ben Kimock | -0/+3 |
| 2023-08-25 | Record allocation spans inside force_allocation | Ben Kimock | -10/+107 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -48/+61 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -2/+64 |
| 2023-08-25 | Add missing high-level stable_mir::generics_of fn | Santiago Pastorino | -0/+4 |
| 2023-08-25 | Auto merge of #115093 - Zalathar:smir-coverage, r=cjgillot,oli-obk | bors | -94/+5 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -307/+491 |
| 2023-08-25 | use the correct link | cui fliter | -2/+2 |
| 2023-08-25 | Auto merge of #115204 - matthiaskrgr:rollup-avsp3t3, r=matthiaskrgr | bors | -34/+53 |
| 2023-08-25 | Rollup merge of #115190 - allaboutevemirolive:push_trailing, r=petrochenkov | Matthias Krüger | -2/+16 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -17/+9 |
| 2023-08-25 | Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errors | Matthias Krüger | -10/+19 |
| 2023-08-25 | Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-08-25 | Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc | Matthias Krüger | -2/+6 |