| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -2/+19 |
| 2021-01-20 | Add note on panic behavior | Camelid | -0/+2 |
| 2021-01-20 | Small refactor | Camelid | -4/+3 |
| 2021-01-20 | Update `find_nearest_parent_module` | Camelid | -7/+5 |
| 2021-01-20 | Extract local variable | Camelid | -8/+4 |
| 2021-01-20 | Simplify loop and remove old debugging code | Camelid | -14/+5 |
| 2021-01-20 | Add missing code to `find_closest_parent_module` | Camelid | -16/+24 |
| 2021-01-20 | Fix bugs; fix and add tests | Camelid | -3/+31 |
| 2021-01-20 | rustdoc: Render visibilities succinctly | Camelid | -2/+2 |
| 2020-12-25 | Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomez | Dylan DPC | -6/+1 |
| 2020-12-25 | Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry | Dylan DPC | -2/+23 |
| 2020-12-24 | Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkov | bors | -1/+1 |
| 2020-12-23 | Don't unnecessarily override attrs for Module | Joshua Nelson | -6/+1 |
| 2020-12-23 | Add more tests | Joshua Nelson | -1/+1 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -10/+13 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -33/+19 |
| 2020-12-22 | Fix elided lifetimes shown as `'_` on async functions | Joshua Nelson | -2/+23 |
| 2020-12-22 | Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrum | bors | -4/+7 |
| 2020-12-22 | Rework beautify_doc_string so that it returns a Symbol instead of a String | Guillaume Gomez | -1/+1 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -2/+6 |
| 2020-12-19 | Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnr | bors | -9/+9 |
| 2020-12-19 | More rebinds | Jack Huey | -9/+9 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -2/+6 |
| 2020-12-18 | Remove `DefPath` from `Visibility` and calculate it on demand | Joshua Nelson | -10/+13 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -33/+19 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -5/+5 |
| 2020-12-18 | Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -40/+41 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -40/+41 |
| 2020-12-17 | Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -76/+74 |
| 2020-12-16 | Add more timing info to rustdoc | Joshua Nelson | -4/+7 |
| 2020-12-16 | Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomez | bors | -10/+1 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -19/+2 |
| 2020-12-15 | Use `Symbol`s for crate names | Joshua Nelson | -3/+3 |
| 2020-12-15 | Don't look for blanket impls in intra-doc links | Joshua Nelson | -10/+1 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -25/+49 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -19/+2 |
| 2020-12-14 | Remove unnecessary unwrap_or | Joshua Nelson | -1/+0 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -48/+37 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -16/+18 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -39/+26 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -5/+5 |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -1/+1 |
| 2020-12-04 | Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomez | Dylan DPC | -9/+6 |
| 2020-12-04 | Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-12-03 | Render Markdown in search results | Camelid | -1/+1 |
| 2020-12-03 | Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obk | bors | -16/+1 |
| 2020-12-02 | Remove check keyword identifier check from rustdoc | Guillaume Gomez | -13/+1 |
| 2020-12-02 | Add checks for #[doc(keyword = "...")] and move them into rustc_passes | Guillaume Gomez | -3/+0 |
| 2020-12-01 | Pass around Symbols instead of Idents in doctree | Joshua Nelson | -9/+6 |