| Age | Commit message (Expand) | Author | Lines |
| 2022-10-01 | Mark Cell::replace() as #[inline] | Nikita Popov | -0/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -3209/+3369 |
| 2022-10-01 | Remove `LintDiagnosticBuilder` | Maybe Waffle | -25/+1 |
| 2022-10-01 | `ui-fulldeps`: adopt to the new rustc lint API | Maybe Waffle | -40/+44 |
| 2022-10-01 | bless rustdoc-ui | Maybe Waffle | -48/+48 |
| 2022-10-01 | bless a miri test | Maybe Waffle | -1/+1 |
| 2022-10-01 | bless clippy | Maybe Waffle | -231/+231 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1194/+1194 |
| 2022-10-01 | Move lint level source explanation to the bottom | Maybe Waffle | -2/+1 |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -78/+61 |
| 2022-10-01 | clippy: adopt to the new lint API | Maybe Waffle | -36/+29 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -1556/+1761 |
| 2022-10-01 | Auto merge of #102237 - GuillaumeGomez:sidebar-links-color, r=notriddle | bors | -63/+247 |
| 2022-10-01 | Auto merge of #102526 - matthiaskrgr:rollup-9o6p98c, r=matthiaskrgr | bors | -92/+209 |
| 2022-10-01 | Auto merge of #101969 - reez12g:issue-101306, r=reez12g | bors | -0/+2 |
| 2022-10-01 | Add a comment to downloading fmt statement | Rento Ezoe | -0/+1 |
| 2022-09-30 | Rollup merge of #102521 - notriddle:notriddle/impl-items-section, r=Guillaume... | Matthias Krüger | -14/+37 |
| 2022-09-30 | Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqd | Matthias Krüger | -25/+37 |
| 2022-09-30 | Rollup merge of #102492 - compiler-errors:simplify-deny-assoc-bindings, r=cjg... | Matthias Krüger | -11/+7 |
| 2022-09-30 | Rollup merge of #102490 - compiler-errors:closure-body-impl-lifetime, r=cjgillot | Matthias Krüger | -5/+53 |
| 2022-09-30 | Rollup merge of #102483 - spastorino:create-defs-on-lowering, r=cjgillot | Matthias Krüger | -36/+30 |
| 2022-09-30 | Rollup merge of #102373 - Nilstrieb:cannot-get-layout-of-branch-error, r=cjgi... | Matthias Krüger | -0/+10 |
| 2022-09-30 | Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholk | Matthias Krüger | -1/+35 |
| 2022-10-01 | Group together more size assertions. | Nicholas Nethercote | -25/+37 |
| 2022-09-30 | Auto merge of #102517 - nikic:update-llvm-8, r=cuviper | bors | -0/+0 |
| 2022-09-30 | Fix typo | nils | -1/+1 |
| 2022-09-30 | rustdoc: update test cases for `<section>` tags in traits | Michael Howell | -11/+11 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -36/+30 |
| 2022-09-30 | Update compiler/rustc_interface/src/queries.rs | Camille Gillot | -1/+1 |
| 2022-09-30 | Auto merge of #102520 - matthiaskrgr:rollup-7nreat0, r=matthiaskrgr | bors | -36/+107 |
| 2022-09-30 | rustdoc: add gui test for no-docblock margins | Michael Howell | -0/+20 |
| 2022-09-30 | rustdoc: add missing margin to no-docblock trait items | Michael Howell | -3/+4 |
| 2022-09-30 | Rollup merge of #102506 - TaKO8Ki:specify-dyn-kind, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-09-30 | Rollup merge of #102505 - notriddle:sub-variant-h4, r=GuillaumeGomez | Matthias Krüger | -2/+0 |
| 2022-09-30 | Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqd | Matthias Krüger | -1/+0 |
| 2022-09-30 | Rollup merge of #102421 - lyming2007:issue-101866, r=lcnr | Matthias Krüger | -5/+47 |
| 2022-09-30 | Rollup merge of #102382 - cuviper:defid-order, r=fee1-dead | Matthias Krüger | -1/+19 |
| 2022-09-30 | Rollup merge of #102276 - ink-feather-org:const_closure_ext, r=fee1-dead | Matthias Krüger | -26/+40 |
| 2022-09-30 | rustdoc: add missing margin to no-docblock methods | Michael Howell | -1/+3 |
| 2022-09-30 | Add back ConstFnMutClosure::new, fix formatting | onestacked | -47/+48 |
| 2022-09-30 | Fixed Documentation for wrap_mut_2_imp | onestacked | -1/+1 |
| 2022-09-30 | Added more const_closure functionality. | onestacked | -49/+62 |
| 2022-09-30 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-09-30 | Auto merge of #102484 - beetrees:duration-debug-bug-fix, r=scottmcm | bors | -11/+52 |
| 2022-09-30 | Add comment explaining why we flush delayed bugs before codegen | nils | -0/+2 |
| 2022-09-30 | Add GUI test for sidebar links color | Guillaume Gomez | -0/+233 |
| 2022-09-30 | * Migrate sidebar links color to new CSS theme handling | Guillaume Gomez | -63/+14 |
| 2022-09-30 | Auto merge of #102509 - matthiaskrgr:rollup-gtenet8, r=matthiaskrgr | bors | -205/+482 |
| 2022-09-30 | Rollup merge of #102499 - cuviper:llvm-16-s390x, r=nikic | Matthias Krüger | -8/+13 |
| 2022-09-30 | Rollup merge of #102491 - notriddle:notriddle/sidebar-opacity, r=GuillaumeGomez | Matthias Krüger | -13/+8 |