| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -6/+1 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -6/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -7/+7 |
| 2022-02-14 | update two rustdoc comments | Ellen | -3/+3 |
| 2022-02-12 | change to a struct variant | Ellen | -5/+5 |
| 2022-02-12 | Filter out anonymous generics in rustdoc. | Camille GILLOT | -1/+6 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+0 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -1/+2 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -0/+1 |
| 2022-02-04 | Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-03 | rustdoc: remove unused Hash impl | Michael Howell | -1/+1 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -5/+2 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -1/+2 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -3/+13 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+1 |
| 2022-02-01 | Fix lifetime elision in type aliases | Guillaume Gomez | -3/+13 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -13/+1 |
| 2022-01-30 | Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez | Eric Huss | -53/+242 |
| 2022-01-28 | Remove extra empty doc line | Guillaume Gomez | -1/+0 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -6/+5 |
| 2022-01-25 | Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez | bors | -46/+17 |
| 2022-01-25 | Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume... | Matthias Krüger | -6/+22 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -10/+10 |
| 2022-01-21 | Remove FIXME and fix inconsistency of local blanket impls by using HIR for them | Rune Tynan | -6/+22 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-01-20 | More clean up | Guillaume Gomez | -8/+4 |
| 2022-01-20 | Extra cfg_hide a bit to handle inner cfgs | Guillaume Gomez | -15/+9 |
| 2022-01-20 | Exclude "test" from doc_auto_cfg rendering | Guillaume Gomez | -16/+50 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -6/+5 |
| 2022-01-19 | Correctly handle starts in block doc comments | Guillaume Gomez | -2/+2 |
| 2022-01-18 | Invert the keyword list to list only *no* space before delim | David Tolnay | -38/+60 |
| 2022-01-18 | Eliminate string comparison from rustdoc keyword spacing logic | David Tolnay | -6/+33 |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -189/+194 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -4/+139 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update w/ comments | kadmin | -4/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -30/+81 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -8/+10 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -1/+2 |
| 2022-01-17 | fix #90187 | zredb | -13/+1 |
| 2022-01-17 | fix #90187 | zredb | -0/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -1/+1 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-15 | Rustdoc: remove ListAttributesIter and use impl Iterator instead | Jakub Beránek | -46/+17 |