about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-11-17Add check to get windows console type to decide to use colors or notGuillaume Gomez-2/+30
2020-11-17Update error code detection in compile_fail doctestsGuillaume Gomez-1/+1
2020-11-17Add color in rustdoc --test outputGuillaume Gomez-2/+15
2020-11-16Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomezMara Bos-909/+908
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-32/+50
2020-11-15Make `Playground` public for error index generatorJoshua Nelson-2/+2
2020-11-15Make `markdown` module public for doc-testsJoshua Nelson-15/+15
2020-11-15Fix warningsJoshua Nelson-3/+2
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-927/+927
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-131/+129
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-22/+26
2020-11-14Add tests and improve rendering of features on traitsWim Looman-32/+50
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-131/+129
2020-11-13Auto merge of #78683 - Nemo157:issue-78673, r=lcnrbors-7/+23
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+11
2020-11-13Auto merge of #78826 - petrochenkov:mrscopes2, r=eddybbors-1/+1
2020-11-12Add --check option to rustdocGuillaume Gomez-0/+11
2020-11-12Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomezbors-2/+5
2020-11-12Rollup merge of #78921 - GuillaumeGomez:search-result-title, r=jyn514Guillaume Gomez-2/+5
2020-11-12Auto merge of #78773 - GuillaumeGomez:theme-picker-shortcut, r=jyn514bors-0/+10
2020-11-11Rollup merge of #78923 - jyn514:intra-doc-comments, r=ManishearthJonas Schievink-167/+247
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-3/+2
2020-11-10Cleanup and comment intra-doc link passJoshua Nelson-167/+247
2020-11-10Improve the page title switch handling between search and docGuillaume Gomez-2/+5
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-4/+9
2020-11-09Rollup merge of #78868 - notriddle:master, r=GuillaumeGomezDylan DPC-2/+3
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-5/+6
2020-11-07Fix tab focus on restyled switchesMichael Howell-2/+3
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-22/+26
2020-11-07resolve: Collapse `macro_rules` scope chains on the flyVadim Petrochenkov-1/+1
2020-11-06Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514bors-0/+1
2020-11-06Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27bors-1/+148
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-11-05Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casingJoshua Nelson-5/+6
2020-11-05Add shortcut for theme picker menuGuillaume Gomez-0/+10
2020-11-05Rollup merge of #78584 - notriddle:master, r=GuillaumeGomezMara Bos-12/+64
2020-11-05Rename lint to non_autolinksGuillaume Gomez-17/+18
2020-11-05Improve lint even moreGuillaume Gomez-4/+5
2020-11-05Don't check for URLs inside codeblocksGuillaume Gomez-20/+30
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-16/+16
2020-11-05Improve automatic_links globallyGuillaume Gomez-19/+18
2020-11-05Extend automatic_links lint to take into account URLs without link syntaxGuillaume Gomez-27/+63
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+100
2020-11-04Added Rustdoc book sections for linting and embedding more examplesAndrew Gauger-0/+1
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+2
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-4/+5
2020-11-03Rollup merge of #78400 - GuillaumeGomez:fix-unindent, r=jyn514Yuki Okushi-92/+98
2020-11-02Check predicates from blanket trait impls while testing if they applyWim Looman-7/+23
2020-11-01Improve code in unindent_comment a bit moreGuillaume Gomez-21/+22
2020-10-30Pull theme picker keyboard code into main.jsMichael Howell-51/+59