about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-10-28rustdoc: Use Vec::into_iter() rather than drain()Ian Jackson-2/+2
2020-10-28Add a comment about non-panicking of splitn().next().unwrap()Ian Jackson-0/+1
2020-10-28rustdoc: Fix some nitsIan Jackson-4/+4
2020-10-28rustdoc: Provide a --default-theme THEME optionIan Jackson-0/+21
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-2/+26
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-2/+39
2020-10-28rustdoc: js: Use getSettingValue for all rustdoc-* valuesIan Jackson-24/+25
2020-10-27Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomezYuki Okushi-10/+10
2020-10-25Make some functions private that don't have to be publicJoshua Nelson-10/+10
2020-10-23Always store Rustdoc theme when it's changednasso-5/+6
2020-10-23Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi-1/+1
2020-10-22Auto merge of #78212 - JohnTitor:rollup-j5r6xuy, r=JohnTitorbors-0/+35
2020-10-22Rollup merge of #78084 - GuillaumeGomez:improve-mobile-display, r=jyn514,Nemo157Yuki Okushi-0/+35
2020-10-21Lift: take self by valueBastian Kauschke-4/+4
2020-10-21Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514Yuki Okushi-7/+6
2020-10-20Apply some review suggestionsCamelid-5/+5
2020-10-20Rollup merge of #78157 - GuillaumeGomez:remove-unused-type, r=jyn514Guillaume Gomez-9/+0
2020-10-20Remove unused type from librustdocGuillaume Gomez-9/+0
2020-10-19Add link to rustdoc book in rustdoc help popupGuillaume Gomez-5/+33
2020-10-18rustdoc: Show the correct source filename, without `.html`Camelid-9/+8
2020-10-18Greatly improve display for small mobile devices screensGuillaume Gomez-0/+35
2020-10-18Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514Yuki Okushi-5/+1
2020-10-17Small CSS cleanupGuillaume Gomez-5/+1
2020-10-17Auto merge of #77685 - jackh726:binder-map, r=lcnrbors-5/+9
2020-10-17Auto merge of #76096 - pickfire:rustdoc-quote, r=jyn514bors-124/+131
2020-10-17Fix some double quote that cause CI failureIvan Tham-3/+3
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-2/+9
2020-10-17Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=...Yuki Okushi-4/+0
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-17Use double quote for rustdoc htmlIvan Tham-126/+133
2020-10-16Fix sidebar scroll on mobile devicesGuillaume Gomez-4/+0
2020-10-16Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomezbors-42/+240
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-33/+138
2020-10-15Set preferred-dark-theme to the last dark themenasso-0/+10
2020-10-15Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514Guillaume Gomez-0/+8
2020-10-15Hide help button on mobile devicesGuillaume Gomez-0/+8
2020-10-15Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514Yuki Okushi-53/+89
2020-10-14Handle multi-line HTML commentsGuillaume Gomez-24/+22
2020-10-14Rollup merge of #77897 - GuillaumeGomez:cleanup-passes-mod, r=jyn514Dylan DPC-170/+176
2020-10-14Rollup merge of #77817 - jyn514:const-since, r=petrochenkovDylan DPC-81/+61
2020-10-13Avoid extraneous space between visibility kw and ident for staticsayazhafiz-1/+1
2020-10-13Make portability log at debug levelWim Looman-2/+2
2020-10-13Add test-examples for Cfg::simplify_withWim Looman-0/+38
2020-10-13Clean up rustdoc passesGuillaume Gomez-170/+176
2020-10-13Add check for HTML commentsGuillaume Gomez-5/+29
2020-10-13Coding style fixesnasso-25/+22
2020-10-13Remove unnecessary refsnasso-10/+5