about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-05-10Rollup merge of #85118 - GuillaumeGomez:clipboard-svg, r=Nemo157Guillaume Gomez-11/+49
2021-05-10Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomezGuillaume Gomez-8/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-11/+49
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-19/+27
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-7/+3
2021-05-10Update documentation for SharedContext::maybe_collapsed_doc_valueGuillaume Gomez-2/+2
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-217/+68
2021-05-10End toggle migrationGuillaume Gomez-217/+68
2021-05-09add bootstrap cfgAliénore Bouttefeux-0/+2
2021-05-08Add `#[track_caller]` to `FakeDefId::expect_real()`Camelid-0/+1
2021-05-08Remove `FakeDefId::expect_local()`Camelid-20/+16
2021-05-08Auto merge of #84470 - jyn514:lints, r=GuillaumeGomezbors-8/+1
2021-05-08Rollup merge of #85052 - jyn514:disambiguator, r=camelidDylan DPC-1/+4
2021-05-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+4
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-39/+27
2021-05-07Rollup merge of #84953 - GuillaumeGomez:remove-unneeded-with_default_session_...Dylan DPC-31/+33
2021-05-05Update highlight testsGuillaume Gomez-11/+16
2021-05-05Remove unneeded call to with_default_session_globals in rustdoc highlightGuillaume Gomez-20/+17
2021-05-05Use local and remapped paths where appropriateAndy Wang-20/+18
2021-05-05Remove impl Display for FileName and add FileNameDisplay wrapper typeAndy Wang-1/+1
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-16/+42
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-8/+1
2021-05-05Revert PR 83866Pietro Albini-35/+8
2021-05-04rustdoc: Remove unnecessary `StripItem` wrapperJoshua Nelson-16/+9
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-255/+336
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-255/+336
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-39/+27
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-1/+3
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-5/+5
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-17/+43
2021-05-02Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jshabors-202/+144
2021-05-02PR feedbackScott McMurray-6/+9
2021-05-02Do not print visibility in external traitsJustus K-3/+13
2021-05-02Improve code readabilityGuillaume Gomez-18/+18
2021-05-02Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514Dylan DPC-15/+14
2021-05-02Add missing CSS rules for associated typesGuillaume Gomez-8/+11
2021-05-02Migrate trait and impl blocks' toggles intoGuillaume Gomez-185/+124
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-16/+39
2021-05-01Auto merge of #83857 - ABouttefeux:master, r=jyn514bors-1/+13
2021-05-01compute where_outer on demand, remove it from ModuleTimothée Delabrouille-15/+14
2021-05-01Apply suggestions from code reviewAliénore Bouttefeux-1/+1
2021-05-01Rollup merge of #84740 - r00ster91:patch-6, r=GuillaumeGomezYuki Okushi-20/+35
2021-05-01Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ...Yuki Okushi-84/+88
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-30/+18
2021-04-30error when --no-run is present without --testAliénore Bouttefeux-1/+6
2021-04-30`copy_path` -> `window.copy_path` + add semicolonr00ster-2/+2