| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -6/+12 |
| 2022-08-08 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+7 |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+43 |
| 2022-08-05 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -5/+7 |
| 2022-08-05 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -2/+5 |
| 2022-07-21 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -5/+37 |
| 2022-07-09 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -1/+1 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -32/+35 |
| 2022-06-21 | Rustdoc fallout. | Camille GILLOT | -32/+35 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -6/+19 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -6/+10 |
| 2022-06-16 | Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear | Sprite | -6/+10 |
| 2022-06-14 | address review | b-naber | -9/+10 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -7/+6 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -3/+3 |
| 2022-06-08 | rustdoc: fixed messed-up rustdoc auto trait impls | Michael Howell | -4/+4 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -2/+15 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -17/+6 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -0/+4 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -0/+6 |
| 2022-05-26 | Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid | Michael Goulet | -1/+1 |
| 2022-05-25 | rustdoc: include impl generics / self in search index | Michael Howell | -0/+6 |
| 2022-05-25 | Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddle | bors | -41/+41 |
| 2022-05-24 | fix simple clippy lints | klensy | -41/+41 |
| 2022-05-24 | Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPC | Dylan DPC | -150/+162 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -16/+43 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -31/+32 |
| 2022-05-22 | Clean up `&args[..]`, use more readable `args.iter()` instead | Michael Howell | -1/+1 |
| 2022-05-22 | Lifetime variance fixes for rustdoc | Michael Goulet | -150/+162 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -3/+3 |
| 2022-05-21 | Extend `substs_to_args` into a perfectly-sized Vec almost every time | Michael Howell | -16/+16 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -14/+15 |
| 2022-05-21 | Remove unused Hash impl from DocFragmentKind | Michael Howell | -1/+1 |
| 2022-05-21 | rustdoc: Stop using `write!` in `UrlFragment::render` | Vadim Petrochenkov | -1/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -16/+43 |
| 2022-05-21 | Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddle | bors | -201/+212 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -340/+348 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -3/+3 |
| 2022-05-15 | Prevent to recompute `should_show_cast` by passing down `self_def_id` | Guillaume Gomez | -197/+191 |
| 2022-05-15 | Reduce clean::Type size by replacing a DefId (only used to check for display)... | Guillaume Gomez | -13/+30 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -11/+11 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -5/+5 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -5/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -19/+25 |
| 2022-05-11 | Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomez | Dylan DPC | -0/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -5/+5 |