| Age | Commit message (Expand) | Author | Lines |
| 2023-01-07 | more tests | Ali MJ Al-Nasrawy | -37/+208 |
| 2023-01-07 | rename create_raw_ty -> handle_raw_ty | Ali MJ Al-Nasrawy | -6/+6 |
| 2023-01-07 | remove unnecessary normalize call | Ali MJ Al-Nasrawy | -3/+1 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -186/+350 |
| 2023-01-07 | fix method substs | Ali MJ Al-Nasrawy | -46/+53 |
| 2023-01-07 | fix struct path | Ali MJ Al-Nasrawy | -48/+137 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -19/+38 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -257/+376 |
| 2023-01-07 | Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddle | bors | -1/+29 |
| 2023-01-07 | Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgr | bors | -1042/+1149 |
| 2023-01-06 | Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514 | bors | -75/+192 |
| 2023-01-06 | Rollup merge of #106542 - sigaloid:master, r=bjorn3 | Matthias Krüger | -2/+8 |
| 2023-01-06 | Rollup merge of #106534 - GuillaumeGomez:block-syntax, r=notriddle | Matthias Krüger | -592/+574 |
| 2023-01-06 | Rollup merge of #106528 - estebank:quick-fix, r=TaKO8Ki | Matthias Krüger | -6/+7 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -41/+109 |
| 2023-01-06 | Rollup merge of #106453 - coastalwhite:master, r=GuillaumeGomez | Matthias Krüger | -12/+31 |
| 2023-01-06 | Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl... | Matthias Krüger | -386/+386 |
| 2023-01-06 | Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j... | Matthias Krüger | -3/+34 |
| 2023-01-06 | Update compiler/rustc_session/src/config.rs | Matthew E | -1/+1 |
| 2023-01-06 | Handle non-existant upstream master branches in `x fmt` | Nilstrieb | -20/+99 |
| 2023-01-06 | Add default and latest stable edition to --edition in rustc | Matthew Esposito | -2/+8 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -1/+29 |
| 2023-01-06 | Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errors | bors | -2/+9 |
| 2023-01-06 | Use new block syntax for define-function in goml scripts | Guillaume Gomez | -591/+573 |
| 2023-01-06 | Update tests | clubby789 | -0/+6 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -41/+103 |
| 2023-01-06 | Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3 | bors | -28/+31 |
| 2023-01-06 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-01-06 | Remove HTML tags around warning | Gijs Burghoorn | -6/+0 |
| 2023-01-06 | Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebank | bors | -40/+184 |
| 2023-01-06 | Auto merge of #106529 - Dylan-DPC:rollup-mvncmrk, r=Dylan-DPC | bors | -24/+515 |
| 2023-01-06 | Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomez | Dylan DPC | -2/+0 |
| 2023-01-06 | Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank | Dylan DPC | -4/+75 |
| 2023-01-06 | Rollup merge of #106494 - JohnTitor:issue-58355, r=compiler-errors | Dylan DPC | -0/+20 |
| 2023-01-06 | Rollup merge of #106491 - ehuss:error-index-redirect, r=GuillaumeGomez,notriddle | Dylan DPC | -14/+11 |
| 2023-01-06 | Rollup merge of #106400 - estebank:type-errs, r=compiler-errors | Dylan DPC | -4/+409 |
| 2023-01-06 | Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisa | bors | -89/+89 |
| 2023-01-06 | Tiny formatting fix | Esteban Küber | -6/+7 |
| 2023-01-05 | fix [type error] for error E0029 and E0277 | Yiming Lei | -4/+75 |
| 2023-01-05 | Suggests adding named lifetime when the return contains value borrowed from m... | yanchen4791 | -40/+184 |
| 2023-01-06 | Auto merge of #105890 - Nilstrieb:inline-fmt-part-1, r=jackh726 | bors | -329/+287 |
| 2023-01-05 | Auto merge of #106416 - Nilstrieb:better-failure, r=compiler-errors | bors | -30/+81 |
| 2023-01-05 | Shrink `ParseResult` in the hot path. | Nilstrieb | -30/+81 |
| 2023-01-05 | error-index: Don't generate 404 instead of removing it. | Eric Huss | -3/+1 |
| 2023-01-05 | Fix error-index redirect to work with back button. | Eric Huss | -11/+10 |
| 2023-01-05 | rustdoc: remove legacy user-select CSS | Michael Howell | -2/+0 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -329/+287 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+9 |
| 2023-01-05 | fix rebase | Esteban Küber | -9/+7 |
| 2023-01-05 | review comments: reword | Esteban Küber | -5/+5 |