| Age | Commit message (Expand) | Author | Lines |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -0/+5 |
| 2023-01-05 | Auto merge of #106406 - nikic:update-llvm-11, r=cuviper | bors | -0/+0 |
| 2023-01-05 | Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errors | bors | -208/+267 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -133/+133 |
| 2023-01-04 | Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=t... | Michael Goulet | -0/+3 |
| 2023-01-04 | Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=Guill... | Michael Goulet | -18/+15 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -25/+24 |
| 2023-01-04 | Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726 | Michael Goulet | -32/+32 |
| 2023-01-04 | Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726 | Michael Goulet | -0/+60 |
| 2023-01-05 | Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726 | bors | -2/+111 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -133/+133 |
| 2023-01-04 | Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-01-04 | Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez | Matthias Krüger | -3/+33 |
| 2023-01-04 | Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,... | Matthias Krüger | -8/+44 |
| 2023-01-04 | Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez | Matthias Krüger | -3/+9 |
| 2023-01-04 | Update Fuchsia walkthrough with new configs | David Koloski | -0/+3 |
| 2023-01-04 | Remove unused match pattern for primitive types | Guillaume Gomez | -1/+1 |
| 2023-01-04 | rustdoc: remove unnecessary wrapper around sidebar and mobile logos | Michael Howell | -18/+15 |
| 2023-01-04 | Move tests | Caio | -1/+1 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -1/+1 |
| 2023-01-04 | Update tests, etc | Michael Goulet | -32/+32 |
| 2023-01-04 | Update cargo | Weihang Lo | -0/+14 |
| 2023-01-04 | Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr | bors | -47/+275 |
| 2023-01-03 | Add hardcoded wait time for external navigation to load | Ardis Lu | -0/+1 |
| 2023-01-04 | Rollup merge of #106396 - jyn514:bump-stage-date, r=pietroalbini | Matthias Krüger | -11/+17 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -24/+70 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+17 |
| 2023-01-04 | Rollup merge of #106292 - Nilstrieb:box-uninit-test, r=RalfJung | Matthias Krüger | -6/+22 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -1/+28 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -5/+121 |
| 2023-01-04 | Auto merge of #104376 - compiler-errors:thin-metadata-implies-thin-ptr, r=wes... | bors | -0/+11 |
| 2023-01-03 | Add test case to click popover child link | Ardis Lu | -0/+8 |
| 2023-01-04 | Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errors | bors | -73/+162 |
| 2023-01-03 | rustdoc: fix buggy JS check for absolute URL | Michael Howell | -3/+33 |
| 2023-01-03 | Rollup merge of #106411 - notriddle:notriddle/font-feature-settings, r=Guilla... | Michael Goulet | -4/+0 |
| 2023-01-03 | Rollup merge of #106381 - aDotInTheVoid:jsondoclint-more-options, r=notriddle | Michael Goulet | -33/+103 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -26/+12 |
| 2023-01-03 | Rollup merge of #106157 - LeSeulArtichaut:106126-thir-unsafeck-good-path-bug-... | Michael Goulet | -0/+21 |
| 2023-01-03 | Rollup merge of #104748 - lqd:download_lld, r=jyn514 | Michael Goulet | -10/+26 |
| 2023-01-04 | layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)` | Michael Goulet | -0/+11 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -15/+14 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -2/+2 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -21/+21 |
| 2023-01-04 | Restore Fn trait note | Michael Goulet | -2/+14 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -7/+111 |
| 2023-01-03 | Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser | bors | -1/+130 |
| 2023-01-03 | ensure lld's step unconditionally for RustDev component | Rémy Rakic | -5/+2 |
| 2023-01-03 | bump download-ci-llvm-stamp | Rémy Rakic | -1/+1 |
| 2023-01-03 | turn a comment into an actual doc comment | Rémy Rakic | -7/+7 |
| 2023-01-03 | slight cleanup | Rémy Rakic | -2/+1 |