| 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-24 | Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha | Yuki Okushi | -51/+229 |
| 2022-06-23 | Rollup merge of #98390 - GuillaumeGomez:keyword-rustdoc-json, r=notriddle | Michael Goulet | -7/+4 |
| 2022-06-23 | Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomez | Michael Goulet | -20/+36 |
| 2022-06-22 | Filter out keyword items in rustdoc JSON output | Guillaume Gomez | -7/+4 |
| 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-21 | Rollup merge of #98124 - jsha:defer-crates, r=GuillaumeGomez | Yuki Okushi | -136/+86 |
| 2022-06-20 | rustdoc: optimize loading of source sidebar | Jacob Hoffman-Andrews | -20/+36 |
| 2022-06-20 | Fix panic by checking if `CStore` has the crate data we want before actually ... | Guillaume Gomez | -6/+14 |
| 2022-06-20 | Integrate `generate_macro_def_id_path` into `href_with_root_path` | Guillaume Gomez | -68/+72 |
| 2022-06-20 | Improve code readability and documentation | Guillaume Gomez | -54/+94 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -136/+86 |
| 2022-06-20 | Rename ContextInfo into HrefContext | Guillaume Gomez | -26/+26 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -36/+162 |
| 2022-06-20 | Rollup merge of #98225 - bjorn3:stable_target_json_hash, r=nagisa | Yuki Okushi | -2/+2 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -2/+2 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -10/+34 |
| 2022-06-19 | Rollup merge of #98230 - GuillaumeGomez:weird-js-condition, r=notriddle | Matthias Krüger | -4/+1 |
| 2022-06-19 | Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -0/+2 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -8/+8 |
| 2022-06-18 | Remove weird JS condition | Guillaume Gomez | -4/+1 |
| 2022-06-18 | Adding new eslint checks: | Guillaume Gomez | -0/+2 |
| 2022-06-18 | Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle | Yuki Okushi | -3/+3 |
| 2022-06-17 | Fix rustdoc handling of primitive documentation | Guillaume Gomez | -3/+3 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -2/+0 |
| 2022-06-17 | Auto merge of #98160 - nnethercote:mv-finish-out-of-Encoder, r=bjorn3 | bors | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -8/+8 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -10/+39 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -7/+14 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -3/+3 |
| 2022-06-16 | Rollup merge of #98053 - GuillaumeGomez:fix-generic-impl-json-ice, r=notriddle | Yuki Okushi | -10/+43 |
| 2022-06-16 | Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg` | Sprite | -1/+4 |
| 2022-06-16 | Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear | Sprite | -6/+10 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -2/+0 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -1/+1 |
| 2022-06-14 | rustdoc: remove tuple link on round braces | Michael Howell | -10/+34 |
| 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 | Fix expand/collapse on source viewer sidebar folders | Guillaume Gomez | -3/+3 |
| 2022-06-14 | Rollup merge of #98069 - notriddle:notriddle/square-brackets, r=jsha | Dylan DPC | -27/+2 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -2/+2 |