| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+11 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -7/+5 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -1/+4 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -7/+5 |
| 2020-05-10 | Rollup merge of #71945 - GuillaumeGomez:sort-impl-on-foreign-types-section, r... | Ralf Jung | -8/+7 |
| 2020-05-09 | Sort "implementations on foreign types" section in the sidebar | Guillaume Gomez | -8/+7 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -52/+43 |
| 2020-05-08 | Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnison | Dylan DPC | -69/+69 |
| 2020-05-08 | Add emoji for deprecated messages | Guillaume Gomez | -1/+4 |
| 2020-05-08 | Fix tests | Camille GILLOT | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -51/+42 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -18/+45 |
| 2020-05-06 | Update librustdoc ID tests | Guillaume Gomez | -4/+4 |
| 2020-05-06 | Add strikethrough support to rustdoc | mibac138 | -3/+11 |
| 2020-05-05 | Index IDs already used by rustdoc template | Guillaume Gomez | -2/+29 |
| 2020-05-05 | Replace title "Methods" with "Implementations" | Guillaume Gomez | -12/+12 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -3/+3 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -16/+11 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-04-27 | Unify lints handling in rustdoc | Guillaume Gomez | -69/+69 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -14/+8 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -27/+16 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -27/+16 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -7/+8 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -14/+8 |
| 2020-04-23 | Fix librustdoc error due to `as_local_hir_id` changes | marmeladema | -2/+2 |
| 2020-04-23 | Address comments from review | marmeladema | -16/+13 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -22/+18 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -27/+32 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -45/+49 |
| 2020-04-23 | Update LangString::parse usage in markdown tests | Guillaume Gomez | -1/+1 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -25/+207 |
| 2020-04-20 | Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnison | Dylan DPC | -5/+41 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -2/+2 |
| 2020-04-17 | Replace big JS dict with JSON parsing | Guillaume Gomez | -5/+41 |
| 2020-04-16 | Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-Simulacrum | Dylan DPC | -30/+33 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -30/+33 |
| 2020-04-16 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -0/+1 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -29/+25 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -4/+4 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -15/+9 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -0/+2 |
| 2020-04-14 | Rollup merge of #71002 - Freax13:fix-target, r=ollie27 | Dylan DPC | -2/+7 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+1 |
| 2020-04-14 | rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls | Matthias Schiffer | -0/+2 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -15/+9 |