| Age | Commit message (Expand) | Author | Lines |
| 2022-09-04 | Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-dead | Matthias Krüger | -3/+57 |
| 2022-09-04 | Rollup merge of #101385 - BartMassey-upstream:file-doc, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-09-04 | Rollup merge of #101322 - ChrisDenton:internal-doc, r=Mark-Simulacrum | Matthias Krüger | -2/+5 |
| 2022-09-04 | Test internal documentation | Chris Denton | -1/+2 |
| 2022-09-04 | Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk | bors | -288/+287 |
| 2022-09-04 | Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC | bors | -131/+33 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -734/+1319 |
| 2022-09-04 | Also suggest dereferencing LHS when both &mut T and T are valid binop LHS | Michael Goulet | -0/+43 |
| 2022-09-04 | Auto merge of #101312 - nikic:update-llvm-7, r=cuviper | bors | -0/+0 |
| 2022-09-04 | Auto merge of #101396 - matthiaskrgr:rollup-9n0257m, r=matthiaskrgr | bors | -45/+205 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -65/+141 |
| 2022-09-04 | Use head span for rustc_on_unimplemented's enclosing_scope attr | Michael Goulet | -197/+120 |
| 2022-09-04 | Rollup merge of #101369 - compiler-errors:global-asm-pprint, r=jackh726 | Matthias Krüger | -0/+14 |
| 2022-09-04 | Rollup merge of #101349 - notriddle:notriddle/flex-basis, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -39/+111 |
| 2022-09-04 | Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726 | Matthias Krüger | -2/+80 |
| 2022-09-03 | rustdoc: remove `.impl-items { flex-basis }` CSS, not in flex container | Michael Howell | -4/+0 |
| 2022-09-03 | Auto merge of #101214 - cjgillot:old-no-lt, r=estebank | bors | -79/+116 |
| 2022-09-03 | Don't delay invalid lhs bug unless we know it'll be replaced by one in check_... | Michael Goulet | -3/+14 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -79/+116 |
| 2022-09-03 | updated description of File struct in std::fs | Bart Massey | -1/+1 |
| 2022-09-03 | Auto merge of #101342 - saethlin:update-backtrace, r=Mark-Simulacrum | bors | -0/+0 |
| 2022-09-03 | Auto merge of #101378 - matthiaskrgr:rollup-s1awa47, r=matthiaskrgr | bors | -124/+154 |
| 2022-09-03 | Rollup merge of #101365 - matthiaskrgr:clones2, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2022-09-03 | Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser | Matthias Krüger | -114/+125 |
| 2022-09-03 | Rollup merge of #101347 - diminishedprime:patch-4, r=tmandry | Matthias Krüger | -0/+2 |
| 2022-09-03 | Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddle | Matthias Krüger | -8/+25 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -8/+70 |
| 2022-09-03 | Auto merge of #101154 - RalfJung:validation-perf, r=oli-obk | bors | -4/+5 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+14 |
| 2022-09-03 | Suggest associated method on deref types | Michael Goulet | -2/+80 |
| 2022-09-03 | Auto merge of #101361 - Dylan-DPC:rollup-xj1syld, r=Dylan-DPC | bors | -560/+1312 |
| 2022-09-03 | remove redundant clones | Matthias Krüger | -2/+2 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -114/+125 |
| 2022-09-03 | Rollup merge of #101348 - GuillaumeGomez:cleanup-css-theme, r=notriddle | Dylan DPC | -93/+49 |
| 2022-09-03 | Rollup merge of #101338 - diminishedprime:patch-2, r=tmandry | Dylan DPC | -3/+11 |
| 2022-09-03 | Rollup merge of #101330 - wkordalski:hashset-drain-doc, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-09-03 | Rollup merge of #101325 - ChrisDenton:BCRYPT_RNG_ALG_HANDLE, r=thomcc | Dylan DPC | -5/+38 |
| 2022-09-03 | Rollup merge of #101217 - eholk:drop-tracking-73137, r=jyn514 | Dylan DPC | -4/+17 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -453/+1195 |
| 2022-09-03 | Rollup merge of #99736 - lopopolo:lopopolo/gh-80996-partial-stabilization-bou... | Dylan DPC | -1/+1 |
| 2022-09-03 | Auto merge of #101139 - nnethercote:shrink-thir-Pat, r=cjgillot | bors | -181/+205 |
| 2022-09-03 | Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ... | bors | -35/+247 |
| 2022-09-02 | ffx component run should provide a collection | Matt Hamrick | -0/+2 |
| 2022-09-03 | Update rustdoc-gui tests for search-input border color on dark theme | Guillaume Gomez | -2/+2 |
| 2022-09-03 | Clean up themes CSS | Guillaume Gomez | -91/+47 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -43/+482 |
| 2022-09-02 | rustdoc: put in rule to get alignment in desktop and mobile layouts | Michael Howell | -0/+25 |
| 2022-09-02 | Update backtrace | Ben Kimock | -0/+0 |
| 2022-09-02 | rustdoc: remove incorrect CSS rule causing misaligned item-info | Michael Howell | -4/+0 |