| Age | Commit message (Expand) | Author | Lines |
| 2023-06-29 | Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obk | bors | -474/+3206 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-29 | update lockfile | Ralf Jung | -10/+2 |
| 2023-06-29 | Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Ki | bors | -56/+164 |
| 2023-06-29 | Auto merge of #2946 - RalfJung:rustup, r=RalfJung | bors | -420/+434 |
| 2023-06-29 | Merge from rustc | Ralf Jung | -419/+433 |
| 2023-06-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-29 | Auto merge of #113146 - matthiaskrgr:rollup-bxtr51e, r=matthiaskrgr | bors | -204/+569 |
| 2023-06-29 | Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc... | Matthias Krüger | -1/+2 |
| 2023-06-29 | Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu... | Matthias Krüger | -0/+5 |
| 2023-06-29 | Rollup merge of #113139 - joshtriplett:style-clarify-let-else, r=calebcartwright | Matthias Krüger | -2/+24 |
| 2023-06-29 | Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errors | Matthias Krüger | -13/+41 |
| 2023-06-29 | Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti... | Matthias Krüger | -30/+60 |
| 2023-06-29 | Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_i... | Matthias Krüger | -0/+182 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -158/+255 |
| 2023-06-28 | style-guide: Narrow guidance about references and dereferencing | Josh Triplett | -1/+2 |
| 2023-06-28 | Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726 | bors | -101/+142 |
| 2023-06-28 | style-guide: Add an example of formatting a multi-line attribute | Josh Triplett | -0/+5 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -13/+41 |
| 2023-06-28 | syle-guide: Clarify let-else further | Josh Triplett | -2/+24 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -39/+524 |
| 2023-06-29 | Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle | Takayuki Maeda | -1/+1 |
| 2023-06-29 | Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obk | Takayuki Maeda | -4/+19 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -20/+66 |
| 2023-06-29 | Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonur | Takayuki Maeda | -4/+6 |
| 2023-06-29 | Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesl... | Takayuki Maeda | -27/+72 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -13/+486 |
| 2023-06-28 | Auto merge of #98867 - cjgillot:metaloop, r=oli-obk | bors | -284/+197 |
| 2023-06-28 | Auto merge of #113120 - Dylan-DPC:rollup-cz4qr3o, r=Dylan-DPC | bors | -309/+230 |
| 2023-06-28 | Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJung | bors | -1/+25 |
| 2023-06-28 | Try running a sync automatically | Oli Scherer | -1/+25 |
| 2023-06-28 | Rollup merge of #113111 - BoxyUwU:boxy_t_types_review, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -7/+5 |
| 2023-06-28 | Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=... | Dylan DPC | -22/+66 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -106/+47 |
| 2023-06-28 | Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwco | Dylan DPC | -51/+43 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -123/+68 |
| 2023-06-28 | rustdoc: Reduce internal function visibility. | Alona Enraght-Moony | -1/+1 |
| 2023-06-28 | remove FIXME and add test | James Dietz | -2/+12 |
| 2023-06-28 | add check for ConstKind::Value(_) | James Dietz | -2/+7 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -9/+61 |
| 2023-06-28 | Update GUI tests | Guillaume Gomez | -11/+37 |
| 2023-06-28 | Fix display of long items in search results | Guillaume Gomez | -9/+29 |
| 2023-06-28 | Auto merge of #2944 - oli-obk:rustup, r=oli-obk | bors | -2739/+4491 |
| 2023-06-28 | fmt | Oli Scherer | -2/+2 |
| 2023-06-28 | Rustdoc nit: refer to macro from docs | Oli Scherer | -1/+1 |
| 2023-06-28 | Merge from rustc | Oli Scherer | -2738/+4490 |
| 2023-06-28 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-06-28 | remove cruft | Eric Mark Martin | -1/+0 |
| 2023-06-28 | use translatable subdiagnostic | Eric Mark Martin | -1/+9 |