| 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 FIXME for visibility of a module | Camelid | -0/+3 |
| 2021-01-20 | Add note on panic behavior | Camelid | -0/+2 |
| 2021-01-20 | Small refactor | Camelid | -4/+3 |
| 2021-01-20 | Remove FIXME | Camelid | -1/+0 |
| 2021-01-20 | Update `find_nearest_parent_module` | Camelid | -12/+15 |
| 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 | -25/+25 |
| 2021-01-20 | Prefer `pub(crate)` over no modifier | Camelid | -3/+3 |
| 2021-01-20 | Handle `pub(super)` | Camelid | -1/+9 |
| 2021-01-20 | Fix bugs; fix and add tests | Camelid | -70/+80 |
| 2021-01-20 | rustdoc: Render visibilities succinctly | Camelid | -22/+38 |
| 2020-12-25 | Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov | bors | -12/+24 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -20/+30 |
| 2020-12-25 | Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomez | Dylan DPC | -14/+3 |
| 2020-12-25 | Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry | Dylan DPC | -2/+23 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -44/+103 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -12/+24 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -65/+47 |
| 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 | -14/+3 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Add more tests | Joshua Nelson | -1/+1 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -60/+70 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -80/+75 |
| 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 | -19/+26 |
| 2020-12-22 | Rework beautify_doc_string so that it returns a Symbol instead of a String | Guillaume Gomez | -1/+1 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -4/+4 |
| 2020-12-21 | Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo... | bors | -39/+29 |
| 2020-12-21 | Rollup merge of #80244 - jyn514:spans, r=bugadani | Dylan DPC | -103/+94 |
| 2020-12-20 | Fix incorrect logic when merging matches | Joshua Nelson | -2/+3 |
| 2020-12-20 | Remove unnecessary scope | Joshua Nelson | -0/+2 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -102/+90 |
| 2020-12-20 | add an attribute to inner doctest fn | Arpad Borsos | -6/+7 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -2/+6 |
| 2020-12-20 | impl Default for LangString, replacing all_false by default | Alexis Bourget | -39/+29 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -44/+102 |
| 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 | Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -8/+11 |
| 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 | -61/+75 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -80/+75 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -8/+11 |
| 2020-12-18 | Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez | bors | -179/+226 |
| 2020-12-18 | Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -69/+74 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -69/+74 |