| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -53/+87 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -76/+60 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -12/+23 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+69 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -26/+45 |
| 2021-10-07 | Move some expansion logic into generation-time, fix section header links, rem... | Will Crichton | -23/+28 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Update to latest rustc and rustdoc styles | Will Crichton | -3/+4 |
| 2021-10-06 | Unversioned -> InvocationSpecific | Will Crichton | -1/+1 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -2/+7 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -0/+5 |
| 2021-10-06 | Change serialized format to use DefPathHash instead of custom String | Will Crichton | -22/+19 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -31/+51 |
| 2021-10-06 | Add styles for non-white themes | Will Crichton | -14/+14 |
| 2021-10-06 | Reduce blur size, fix example width bug, add better error handling for I/O is... | Will Crichton | -25/+59 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -12/+30 |
| 2021-10-06 | Sort examples by size | Will Crichton | -18/+57 |
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -41/+51 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -2/+9 |
| 2021-10-06 | Fix check issue | Will Crichton | -1/+1 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -1/+103 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -52/+82 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -38/+48 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -33/+29 |
| 2021-10-04 | Change `Markdown(...)` to `Markdown { ... }` | Mukund Lakshman | -19/+19 |
| 2021-10-04 | Fix heading for methods on trait impls. | Mukund Lakshman | -1/+1 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -19/+43 |
| 2021-10-03 | Move from grid layout to table based layout because of browser limits that ov... | Stefan Schindler | -11/+8 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -2/+2 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -6/+3 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -56/+40 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -18/+18 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -2/+2 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -6/+3 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -1/+0 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -9/+9 |
| 2021-09-21 | rustdoc: Emphasize "completely unstable" | Noah Lev | -1/+1 |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -4/+12 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -38/+46 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+11 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -2/+2 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -9/+9 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -22/+24 |
| 2021-09-11 | Only take `tcx` when it's all that's needed | Noah Lev | -7/+12 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -1/+1 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -1/+2 |