| Age | Commit message (Expand) | Author | Lines |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -1/+1 |
| 2020-10-02 | Remove unneeded replace | Guillaume Gomez | -1/+1 |
| 2020-09-25 | Rename `whence` to `span` | Camelid | -19/+19 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-18 | Auto merge of #76782 - lzutao:rd-cap, r=jyn514 | bors | -6/+8 |
| 2020-09-18 | Calculate more correct capacity in merge_attrs | Lzu Tao | -6/+8 |
| 2020-09-16 | Only get ImplKind::Impl once | Lzu Tao | -19/+22 |
| 2020-09-16 | Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb | Ralf Jung | -1/+1 |
| 2020-09-14 | Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 | bors | -9/+10 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -1/+1 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -1/+2 |
| 2020-09-13 | Auto merge of #76623 - slightlyoutofphase:master, r=jyn514 | bors | -5/+7 |
| 2020-09-13 | Ignore rustc_private items from std docs | Lzu Tao | -9/+10 |
| 2020-09-12 | Fix a typo | Anthony Ramine | -1/+1 |
| 2020-09-12 | Rollup merge of #76297 - lcnr:const-ty-alias, r=varkor | Ralf Jung | -10/+10 |
| 2020-09-11 | Fix formatting for tidy | SlightlyOutOfPhase | -1/+2 |
| 2020-09-11 | Check basic constness before unstable constness | SlightlyOutOfPhase | -2/+3 |
| 2020-09-11 | Use `is_unstable_const_fn` where appropriate | SlightlyOutOfPhase | -5/+5 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -1/+2 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -10/+43 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -10/+10 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -2/+4 |
| 2020-09-03 | rustdoc: fix min_const_generics with ty::Param | Bastian Kauschke | -10/+10 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -2/+14 |
| 2020-09-03 | Refactor RenderedLink into its own type | Joshua Nelson | -7/+14 |
| 2020-09-03 | Refactor `ItemLink` into its own struct | Joshua Nelson | -3/+15 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -12/+9 |
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -1/+3 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -23/+128 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -7/+7 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -1/+10 |
| 2020-08-22 | rustdoc: Rename misleading function | Joshua Nelson | -1/+1 |
| 2020-08-19 | xpy fmt | Joshua Nelson | -4/+5 |
| 2020-08-19 | Use `impls` for intra doc links as well | Joshua Nelson | -1/+1 |
| 2020-08-19 | Allow reusing the code in `collect_trait_impls` | Joshua Nelson | -53/+78 |
| 2020-08-19 | impl_for_type -> PrimitiveType::impls | Joshua Nelson | -57/+59 |
| 2020-08-19 | Return all impls, not just the primary one | Joshua Nelson | -10/+31 |
| 2020-08-19 | Say `tcx.lang_items()` less | Joshua Nelson | -20/+21 |
| 2020-08-19 | Refactor `impl_for_type` into a separate function | Joshua Nelson | -29/+34 |
| 2020-08-18 | Add long cfg description to tooltip on short description | Wim Looman | -32/+83 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -6/+6 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -6/+6 |
| 2020-08-16 | rustdoc: clean `QPath::LangItem` | David Wood | -0/+21 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -6/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -6/+6 |
| 2020-08-13 | Add Array Impl Lang Item in various places | kadmin | -1/+1 |
| 2020-08-11 | Feature gate is always present | Mark Rousskov | -2/+2 |
| 2020-08-10 | Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 | bors | -5/+23 |
| 2020-08-09 | Render longhand multiple crate/target features nicer | Wim Looman | -2/+49 |
| 2020-08-09 | Improve rendering of crate features via doc(cfg) | Wim Looman | -0/+7 |