| Age | Commit message (Expand) | Author | Lines |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-05 | Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514 | Matthias Krüger | -10/+15 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -11/+17 |
| 2022-01-03 | Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelid | bors | -7/+9 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -7/+9 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -9/+9 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -1/+1 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -1/+10 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -9/+9 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -1/+1 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -1/+10 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 2021-12-27 | intra-doc: Use an enum to represent URL fragments | Noah Lev | -3/+4 |
| 2021-12-25 | Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514 | bors | -11/+2 |
| 2021-12-25 | Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514 | bors | -4/+4 |
| 2021-12-24 | rustdoc: remove unused Hash impl | Michael Howell | -11/+2 |
| 2021-12-23 | Clean up NestedAttributesExt trait/implementation | Roc Yu | -10/+15 |
| 2021-12-23 | Do not display `~const Drop` in rustdoc | Deadbeef | -20/+35 |
| 2021-12-23 | Rustdoc: use `is_doc_hidden` method on more places | Jakub Beránek | -4/+4 |
| 2021-12-23 | fix rustdoc | lcnr | -11/+17 |
| 2021-12-21 | Remove apparently unnecessary conditional in `doc_value` | Noah Lev | -3/+0 |
| 2021-12-19 | Remove 'need_backline' field of `DocFragment` | Roc Yu | -28/+18 |
| 2021-12-19 | Omit check of a successive line in loop | vacuus | -6/+10 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -10/+5 |
| 2021-12-19 | Rollup merge of #92081 - jyn514:need-backline, r=GuillaumeGomez | Matthias Krüger | -7/+3 |
| 2021-12-19 | Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -14/+10 |
| 2021-12-19 | Rollup merge of #92082 - jyn514:remove-from-iterator, r=jyn514 | Matthias Krüger | -11/+12 |
| 2021-12-18 | Write code directly instead of using FromIterator | Noah Lev | -11/+12 |
| 2021-12-18 | Remove unnecessary `need_backline` function | Joshua Nelson | -7/+3 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -3/+2 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -3/+3 |
| 2021-12-17 | Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomez | bors | -7/+24 |
| 2021-12-16 | Auto merge of #91833 - klensy:rd-minus-alloc, r=jyn514 | bors | -11/+6 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -8/+8 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -5/+1 |
| 2021-12-12 | don't alloc Path and mutate it inplace | klensy | -11/+6 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -2/+3 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -7/+24 |
| 2021-12-03 | Remove single-use `GenericParamDef::get_type` function | Noah Lev | -15/+0 |
| 2021-12-03 | rustdoc: Remove single-use `Lifetime::get_ref()` function | Noah Lev | -4/+0 |
| 2021-12-03 | Remove a Clean impl for a tuple (9) | Noah Lev | -43/+48 |
| 2021-12-03 | Remove a Clean impl for a tuple (8) | Noah Lev | -86/+89 |
| 2021-12-03 | Remove a Clean impl for a tuple (7) | Noah Lev | -26/+28 |
| 2021-12-03 | Remove a Clean impl for a tuple (6) | Noah Lev | -16/+17 |
| 2021-12-03 | Remove a Clean impl for a tuple (5) | Noah Lev | -19/+20 |
| 2021-12-03 | Remove a Clean impl for a tuple (4) | Noah Lev | -14/+17 |
| 2021-12-03 | Clean up definition of `clean_ty_generics` a bit | Noah Lev | -5/+3 |
| 2021-12-03 | Remove a Clean impl for a tuple (3) | Noah Lev | -165/+172 |