summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-4/+15
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-1/+2
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-88/+5
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-1/+6
2021-06-05Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomezYuki Okushi-20/+33
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-35/+0
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-1/+2
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+6
2021-06-04Remove `doc(include)`Joshua Nelson-88/+5
2021-06-03rustdoc- Show defaults on const generics Ellen-4/+15
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+0
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-31* Put crates list at all levelsGuillaume Gomez-1/+0
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-31/+0
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