| Age | Commit message (Expand) | Author | Lines |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -4/+4 |
| 2020-10-17 | Auto merge of #77685 - jackh726:binder-map, r=lcnr | bors | -5/+9 |
| 2020-10-17 | Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27 | Dylan DPC | -2/+9 |
| 2020-10-17 | Rollup merge of #77827 - jyn514:stable-primitives, r=GuillaumeGomez | Yuki Okushi | -3/+8 |
| 2020-10-16 | Review comments | Jack Huey | -1/+1 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -10/+11 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -7/+10 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -0/+67 |
| 2020-10-14 | Rollup merge of #77817 - jyn514:const-since, r=petrochenkov | Dylan DPC | -58/+30 |
| 2020-10-13 | Add test-examples for Cfg::simplify_with | Wim Looman | -0/+38 |
| 2020-10-13 | Rollup merge of #77811 - jyn514:private, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-10-12 | Filter out imports added by the compiler | Guillaume Gomez | -2/+9 |
| 2020-10-11 | Remove unnecessary `RefCell` for doc_strings | Joshua Nelson | -4/+4 |
| 2020-10-11 | Show summary lines on cross-crate re-exports | Joshua Nelson | -22/+1 |
| 2020-10-11 | Don't link to nightly primitives on stable channel | Joshua Nelson | -3/+8 |
| 2020-10-11 | Make some functions private that don't need to be public | Joshua Nelson | -2/+2 |
| 2020-10-11 | Remove unnecessary Clean impl | Joshua Nelson | -24/+18 |
| 2020-10-11 | Switch rustdoc from `clean::Stability` to `rustc_attr::Stability` | Joshua Nelson | -37/+15 |
| 2020-10-10 | Refactor path resolution and use Symbols instead of &str | Dániel Buga | -0/+23 |
| 2020-10-09 | Don't filter out imports added by the compiler for the moment | Guillaume Gomez | -6/+0 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -11/+1 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -22/+26 |
| 2020-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -2/+2 |
| 2020-10-09 | Correctly handle "pub use" reexports | Guillaume Gomez | -5/+21 |
| 2020-10-09 | Don't remove export items so that we can run lints on them | Guillaume Gomez | -3/+32 |
| 2020-10-08 | Introduce `Divider` | Joshua Nelson | -53/+75 |
| 2020-10-08 | Preserve the parent module of `DocFragment`s | Joshua Nelson | -35/+85 |
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -0/+29 |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+3 |
| 2020-10-06 | Fix tools | Matthew Jasper | -25/+21 |
| 2020-10-06 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+3 |
| 2020-10-04 | Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomez | Jonas Schievink | -36/+24 |
| 2020-10-03 | Change DocFragments from enum variant fields to structs with a nested enum | Joshua Nelson | -36/+24 |
| 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 |