| Age | Commit message (Expand) | Author | Lines |
| 2021-11-09 | Rollup merge of #90591 - richlowe:illumos-ui-target, r=Mark-Simulacrum | Yuki Okushi | -2/+5 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -194/+435 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -16/+10 |
| 2021-11-09 | Auto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o, r=GuillaumeGomez | bors | -22/+25 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -118/+132 |
| 2021-11-08 | Rollup merge of #90689 - lnicola:rust-analyzer-2021-11-08, r=lnicola | Guillaume Gomez | -22/+16 |
| 2021-11-08 | Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514 | Guillaume Gomez | -0/+9 |
| 2021-11-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+16 |
| 2021-11-08 | Auto merge of #90675 - camelid:cleanup-impl, r=jyn514 | bors | -158/+143 |
| 2021-11-08 | Auto merge of #90680 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -372/+670 |
| 2021-11-07 | Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync | Caleb Cartwright | -372/+670 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -20/+8 |
| 2021-11-08 | Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov | bors | -117/+3 |
| 2021-11-08 | Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()` | Joshua Nelson | -5/+9 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -189/+426 |
| 2021-11-07 | Auto merge of #88368 - jyn514:metadata-error, r=petrochenkov | bors | -1/+28 |
| 2021-11-07 | Merge remote-tracking branch 'upstream/master' into rustup-2021-11-s1 | Caleb Cartwright | -350/+292 |
| 2021-11-07 | Remove Clean impl for `&T` | Noah Lev | -7/+1 |
| 2021-11-07 | Remove unused Clean impl for `Rc<T>` | Noah Lev | -7/+0 |
| 2021-11-07 | Remove Clean impl for `Vec<T>` | Noah Lev | -49/+47 |
| 2021-11-07 | Remove Clean impl for `IndexVec<T>` | Noah Lev | -8/+1 |
| 2021-11-07 | Remove Clean impl for `Option<T>` | Noah Lev | -11/+5 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -34/+17 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -23/+34 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -36/+66 |
| 2021-11-07 | Improve error when an .rlib can't be parsed | Joshua Nelson | -1/+28 |
| 2021-11-07 | refactor: dedupe associated item visitation | Caleb Cartwright | -55/+35 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -56/+86 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -78/+117 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -12/+13 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -99/+194 |
| 2021-11-07 | Restrict tests that use needs-asm-support to non-experimental | Amanieu d'Antras | -5/+10 |
| 2021-11-07 | Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomez | bors | -5/+4 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -94/+184 |
| 2021-11-06 | Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr | Matthias Krüger | -1/+3 |
| 2021-11-06 | Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank | Matthias Krüger | -0/+44 |
| 2021-11-06 | Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwco | Matthias Krüger | -0/+40 |
| 2021-11-06 | Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco | Matthias Krüger | -0/+28 |
| 2021-11-06 | Rollup merge of #90487 - NoraCodes:nora/how-to-read-rustdoc, r=jyn514 | Matthias Krüger | -0/+108 |
| 2021-11-06 | refactor: dedupe & simplify ty alias formatting | Caleb Cartwright | -149/+96 |
| 2021-11-06 | Fix Clippy with changed format_args! | Cameron Steffen | -10/+4 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -6/+6 |
| 2021-11-06 | Add test for removed one character last line in rustdoc | Guillaume Gomez | -0/+9 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -117/+3 |
| 2021-11-06 | Suggest dereference of `Box` when inner type is expected | Noah Lev | -0/+40 |
| 2021-11-06 | Run reveal_all on MIR more often. | Camille GILLOT | -1/+3 |
| 2021-11-06 | type error go brrrrrrrr | Ellen | -0/+44 |
| 2021-11-06 | Auto merge of #90297 - dtolnay:dotzero, r=petrochenkov | bors | -0/+10 |
| 2021-11-06 | Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis | bors | -53/+306 |
| 2021-11-05 | Put empty trait braces on same line if possible | mujpao | -3/+12 |