| Age | Commit message (Expand) | Author | Lines |
| 2023-03-20 | Rollup merge of #109370 - DaniPopes:issue-109334, r=Nilstrieb | Matthias Krüger | -26/+48 |
| 2023-03-20 | Rollup merge of #109362 - nnethercote:split-meta-stats-items, r=bjorn3 | Matthias Krüger | -4/+3 |
| 2023-03-20 | Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-20 | Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddle | Matthias Krüger | -1/+30 |
| 2023-03-20 | Rollup merge of #109337 - frengor:collect_into_doc, r=scottmcm | Matthias Krüger | -4/+4 |
| 2023-03-20 | Rollup merge of #109331 - notriddle:notriddle/search-bag-semantics, r=Guillau... | Matthias Krüger | -26/+94 |
| 2023-03-20 | Rollup merge of #109323 - joboet:ignore_ds_store_tidy, r=ozkanonur | Matthias Krüger | -19/+22 |
| 2023-03-20 | Rollup merge of #109319 - aDotInTheVoid:rdj-variadic-test, r=notriddle | Matthias Krüger | -0/+9 |
| 2023-03-20 | Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=Nilstrieb | Matthias Krüger | -2/+49 |
| 2023-03-20 | Rollup merge of #109269 - klensy:rdoc-s, r=notriddle | Matthias Krüger | -40/+59 |
| 2023-03-20 | Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr... | Matthias Krüger | -4/+31 |
| 2023-03-20 | Rollup merge of #109249 - compiler-errors:new-rpitit-comments, r=spastorino | Matthias Krüger | -32/+47 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -32/+47 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -46/+554 |
| 2023-03-19 | rustdoc: implement bag semantics for function parameter search | Michael Howell | -26/+94 |
| 2023-03-20 | remove bad comment | DaniPopes | -1/+0 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -26/+49 |
| 2023-03-20 | Split `items` from `-Zmeta-stats` in two. | Nicholas Nethercote | -4/+3 |
| 2023-03-19 | Auto merge of #109332 - Mark-Simulacrum:runner-switch, r=pietroalbini | bors | -64/+64 |
| 2023-03-19 | Fix wrong crate name in custom MIR docs | Nilstrieb | -1/+1 |
| 2023-03-19 | Add test for footnote references in doc summary | Guillaume Gomez | -0/+17 |
| 2023-03-19 | Remove footnote references from doc summary | Guillaume Gomez | -1/+13 |
| 2023-03-19 | Move us to the new large runners pool | Mark Rousskov | -64/+64 |
| 2023-03-19 | Auto merge of #109346 - Dylan-DPC:rollup-vszi5bn, r=Dylan-DPC | bors | -150/+577 |
| 2023-03-19 | tidy: ignore files in .gitignore in mir opt check | joboet | -19/+22 |
| 2023-03-19 | Rollup merge of #109324 - cjgillot:fixed-unused-params, r=Nilstrieb | Dylan DPC | -14/+43 |
| 2023-03-19 | Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov | Dylan DPC | -56/+72 |
| 2023-03-19 | Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebank | Dylan DPC | -0/+56 |
| 2023-03-19 | Rollup merge of #109022 - tmiasko:read-buf-exact, r=dtolnay | Dylan DPC | -2/+16 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -4/+176 |
| 2023-03-19 | Rollup merge of #108973 - est31:pin_docs, r=Mark-Simulacrum | Dylan DPC | -16/+19 |
| 2023-03-19 | Rollup merge of #108829 - xfix:use-edition-2021-pat-in-matches, r=Mark-Simula... | Dylan DPC | -2/+2 |
| 2023-03-19 | Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -3/+10 |
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -22/+96 |
| 2023-03-19 | Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-dead | Dylan DPC | -31/+87 |
| 2023-03-19 | fix: fix ICE in `custom-test-frameworks` feature | Ezra Shaw | -2/+49 |
| 2023-03-19 | Improve collect_into documentation | fren_gor | -4/+4 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -56/+71 |
| 2023-03-18 | Auto merge of #109326 - nikic:revert-llvm-16, r=the8472 | bors | -4/+4 |
| 2023-03-18 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -4/+4 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -14/+43 |
| 2023-03-18 | Auto merge of #107224 - nikic:llvm-16, r=cuviper | bors | -8/+9 |
| 2023-03-18 | Add test for `c_variadic` in rustdoc-json | Alona Enraght-Moony | -0/+9 |
| 2023-03-18 | Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-03-18 | Auto merge of #109303 - matthiaskrgr:rollup-usj4ef5, r=matthiaskrgr | bors | -313/+760 |
| 2023-03-18 | Rollup merge of #109288 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -20/+15 |
| 2023-03-18 | Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-03-18 | Rollup merge of #109283 - notriddle:notriddle/visibility-to-src-with-space, r... | Matthias Krüger | -7/+7 |
| 2023-03-18 | Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors | Matthias Krüger | -1/+27 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -41/+19 |