| Age | Commit message (Expand) | Author | Lines |
| 2021-01-05 | Apply suggestions from code review | Camelid | -1/+1 |
| 2021-01-05 | rustdoc: Turn `next_def_id` comments into docs | Camelid | -1/+3 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -28/+34 |
| 2021-01-03 | Don't clone `type_` unnecessarily | Joshua Nelson | -8/+24 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -28/+18 |
| 2021-01-03 | Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor | Guillaume Gomez | -4/+4 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -4/+4 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -3/+12 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -19/+97 |
| 2021-01-02 | Rework DocFragment | Guillaume Gomez | -4/+4 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -41/+22 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -2/+2 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+2 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -3/+25 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -2/+26 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -2/+26 |
| 2020-12-30 | Add note on panic behavior | Camelid | -0/+2 |
| 2020-12-30 | Small refactor | Camelid | -4/+3 |
| 2020-12-30 | Update `find_nearest_parent_module` | Camelid | -7/+5 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -2/+2 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+0 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -2/+2 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -6/+6 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -15/+19 |
| 2020-12-29 | Add static assertion for the size of ItemKind | Joshua Nelson | -0/+4 |
| 2020-12-25 | Extract local variable | Camelid | -8/+4 |
| 2020-12-25 | Simplify loop and remove old debugging code | Camelid | -14/+5 |
| 2020-12-25 | Add missing code to `find_closest_parent_module` | Camelid | -16/+24 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -3/+31 |
| 2020-12-25 | 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 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -15/+15 |
| 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 |