about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-10-25Make some functions private that don't have to be publicJoshua Nelson-10/+10
2020-10-21Lift: take self by valueBastian Kauschke-4/+4
2020-10-17Auto merge of #77685 - jackh726:binder-map, r=lcnrbors-5/+9
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-2/+9
2020-10-17Rollup merge of #77827 - jyn514:stable-primitives, r=GuillaumeGomezYuki Okushi-3/+8
2020-10-16Review commentsJack Huey-1/+1
2020-10-16map_bound_ref -> rebindJack Huey-10/+11
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-7/+10
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-0/+67
2020-10-14Rollup merge of #77817 - jyn514:const-since, r=petrochenkovDylan DPC-58/+30
2020-10-13Add test-examples for Cfg::simplify_withWim Looman-0/+38
2020-10-13Rollup merge of #77811 - jyn514:private, r=GuillaumeGomezYuki Okushi-2/+2
2020-10-12Filter out imports added by the compilerGuillaume Gomez-2/+9
2020-10-11Remove unnecessary `RefCell` for doc_stringsJoshua Nelson-4/+4
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-22/+1
2020-10-11Don't link to nightly primitives on stable channelJoshua Nelson-3/+8
2020-10-11Make some functions private that don't need to be publicJoshua Nelson-2/+2
2020-10-11Remove unnecessary Clean implJoshua Nelson-24/+18
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-37/+15
2020-10-10Refactor path resolution and use Symbols instead of &strDániel Buga-0/+23
2020-10-09Don't filter out imports added by the compiler for the momentGuillaume Gomez-6/+0
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-11/+1
2020-10-09Simplify included import items handlingGuillaume Gomez-22/+26
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-2/+2
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-5/+21
2020-10-09Don't remove export items so that we can run lints on themGuillaume Gomez-3/+32
2020-10-08Introduce `Divider`Joshua Nelson-53/+75
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-35/+85
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-0/+29
2020-10-07Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomezDylan DPC-0/+3
2020-10-06Fix toolsMatthew Jasper-25/+21
2020-10-06Add some docs to rustdoc::clean::inline and def_id functionsLzu Tao-0/+3
2020-10-04Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomezJonas Schievink-36/+24
2020-10-03Change DocFragments from enum variant fields to structs with a nested enumJoshua Nelson-36/+24
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-1/+1
2020-10-02Remove unneeded replaceGuillaume Gomez-1/+1
2020-09-25Rename `whence` to `span`Camelid-19/+19
2020-09-21Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomezecstatic-morse-19/+22
2020-09-18Auto merge of #76782 - lzutao:rd-cap, r=jyn514bors-6/+8
2020-09-18Calculate more correct capacity in merge_attrsLzu Tao-6/+8
2020-09-16Only get ImplKind::Impl onceLzu Tao-19/+22
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-1/+1
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+10
2020-09-13allow concrete self types in constsBastian Kauschke-1/+1
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-1/+2
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-5/+7
2020-09-13Ignore rustc_private items from std docsLzu Tao-9/+10
2020-09-12Fix a typoAnthony Ramine-1/+1
2020-09-12Rollup merge of #76297 - lcnr:const-ty-alias, r=varkorRalf Jung-10/+10
2020-09-11Fix formatting for tidySlightlyOutOfPhase-1/+2