about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-05-20Remove `to_url_str`Joshua Nelson-4/+0
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-9/+14
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-2/+1
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-18/+6
2021-05-14Box `Impl.blanket_impl` to reduce sizeNoah Lev-2/+2
2021-05-12Use () for all_traits.Camille GILLOT-2/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-1/+1
2021-05-10Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomezGuillaume Gomez-8/+1
2021-05-08Add `#[track_caller]` to `FakeDefId::expect_real()`Camelid-0/+1
2021-05-08Remove `FakeDefId::expect_local()`Camelid-17/+1
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-36/+24
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-05-05Revert PR 83866Pietro Albini-15/+3
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-60/+133
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-60/+133
2021-05-04Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514bors-2/+62
2021-05-03Valid underscores in hex/octal/binary literal docsSmitty-2/+62
2021-05-03Make match in `register_res` easier to readJoshua Nelson-20/+33
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-36/+24
2021-05-03Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514Dylan DPC-3/+13
2021-05-03Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514Dylan DPC-3/+11
2021-05-02Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jshabors-4/+0
2021-05-02PR feedbackScott McMurray-6/+9
2021-05-02Do not print visibility in external traitsJustus K-3/+13
2021-05-02Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514Dylan DPC-2/+3
2021-05-02Migrate trait and impl blocks' toggles intoGuillaume Gomez-4/+0
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-2/+7
2021-05-01compute where_outer on demand, remove it from ModuleTimothée Delabrouille-2/+3
2021-05-01Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ...Yuki Okushi-3/+56
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-23/+10
2021-04-29only store locations in extern_locationsTimothée Delabrouille-17/+18
2021-04-28added methods src_root and location to External crate, remove extern_location...Timothée Delabrouille-0/+52
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-86/+116
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-57/+87
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-30/+30
2021-04-25get rid of min_const_fn references in library/ and rustdocRalf Jung-4/+3
2021-04-24Finally (finally) ((finally!!!!)) fix spans for the standard libraryJoshua Nelson-1/+5
2021-04-24Get rid of `item.span`Joshua Nelson-23/+30
2021-04-24Do the hard part firstJoshua Nelson-8/+17
2021-04-24Add attr_span helper functionJoshua Nelson-0/+4
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-105/+44
2021-04-23Remove unused `impl Clean<ItemType> for DefKind`Joshua Nelson-6/+0
2021-04-23Remove `TypeKind`Joshua Nelson-53/+0
2021-04-23Use ItemType in cacheJoshua Nelson-1/+0
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-47/+46
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-14/+6
2021-04-23Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomezbors-126/+142
2021-04-23rustdoc: Implement `is_primitive` in terms of `primitive_type()`Joshua Nelson-8/+1
2021-04-22Remove `keywords` from ExternCrateJoshua Nelson-52/+57
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-76/+76