| Age | Commit message (Expand) | Author | Lines |
| 2022-09-25 | Don't set RUSTC in the bootstrap build script | Joshua Nelson | -36/+0 |
| 2022-09-25 | Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot | bors | -33/+34 |
| 2022-09-25 | Auto merge of #102254 - matthiaskrgr:rollup-gitu6li, r=matthiaskrgr | bors | -80/+187 |
| 2022-09-25 | Rollup merge of #102242 - notriddle:notriddle/summary, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-09-25 | Rollup merge of #102240 - notriddle:notriddle/main-line-numbers, r=GuillaumeG... | Matthias Krüger | -4/+0 |
| 2022-09-25 | Rollup merge of #102216 - ehuss:rustdoc-diagnostic-width, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-09-25 | Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandry | Matthias Krüger | -36/+94 |
| 2022-09-25 | Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 | Matthias Krüger | -34/+91 |
| 2022-09-25 | Auto merge of #99609 - workingjubilee:lossy-unix-strerror, r=thomcc | bors | -1/+3 |
| 2022-09-25 | Auto merge of #98457 - japaric:gh98378, r=m-ou-se | bors | -0/+7 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -54/+94 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -518/+659 |
| 2022-09-24 | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514 | bors | -39/+122 |
| 2022-09-24 | Add test | Michael Goulet | -0/+11 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -88/+44 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -7/+98 |
| 2022-09-24 | Add some more documentation | Scott McMurray | -0/+26 |
| 2022-09-24 | Copy `bootstrap.exe` on Windows, not `bootstrap` | Joshua Nelson | -1/+1 |
| 2022-09-24 | rustdoc: remove unused CSS `.summary` | Michael Howell | -4/+0 |
| 2022-09-24 | rustdoc: remove unused CSS `#main-content > .line-numbers` | Michael Howell | -4/+0 |
| 2022-09-24 | Auto merge of #102234 - matthiaskrgr:rollup-5cb20l1, r=matthiaskrgr | bors | -102/+310 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -518/+659 |
| 2022-09-24 | Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-09-24 | Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillot | Matthias Krüger | -0/+61 |
| 2022-09-24 | Rollup merge of #102204 - fee1-dead-contrib:manually-drop-trivially-drop, r=o... | Matthias Krüger | -0/+3 |
| 2022-09-24 | Rollup merge of #102203 - notriddle:notriddle/source-sidebar, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-24 | Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-dead | Matthias Krüger | -21/+104 |
| 2022-09-24 | Rollup merge of #102109 - petrochenkov:addids, r=oli-obk | Matthias Krüger | -12/+75 |
| 2022-09-24 | Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -62/+62 |
| 2022-09-24 | Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcm | bors | -1/+8 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -682/+496 |
| 2022-09-24 | Auto merge of #102223 - matthiaskrgr:rollup-wb1qdhk, r=matthiaskrgr | bors | -106/+226 |
| 2022-09-24 | bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder | Ralf Jung | -1/+1 |
| 2022-09-24 | Rollup merge of #102218 - ehuss:rustc-flags, r=JohnTitor | Matthias Krüger | -0/+11 |
| 2022-09-24 | Rollup merge of #102199 - GuillaumeGomez:improve-rustdoc-gui-tests, r=notriddle | Matthias Krüger | -6/+12 |
| 2022-09-24 | Rollup merge of #102188 - flba-eb:doc_missed_at_rename, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-09-24 | Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-09-24 | Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514 | Matthias Krüger | -22/+22 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+66 |
| 2022-09-24 | Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomez | Matthias Krüger | -13/+28 |
| 2022-09-24 | Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102044 - ChrisDenton:BCrypt-system-rand, r=thomcc | Matthias Krüger | -53/+29 |
| 2022-09-24 | Rollup merge of #101780 - chriswailes:android-platform, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2022-09-23 | Put back one of the `use`s for intra-doc mentions | Scott McMurray | -0/+6 |
| 2022-09-24 | Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm | bors | -62/+88 |
| 2022-09-23 | Document some missing command-line arguments | Eric Huss | -0/+11 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -91/+72 |
| 2022-09-23 | rustdoc: Stabilize --diagnostic-width | Eric Huss | -2/+2 |