about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-07-20Improve "important traits" popup display on mobileGuillaume Gomez-0/+5
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-3/+5
2020-07-19Ayu: use different background color to make Run button easy-to-spotLzu Tao-4/+3
2020-07-19Fix search input focus in ayu themeJarek Samic-10/+0
2020-07-19Add an border around the Run buttonLzu Tao-0/+1
2020-07-17Rollup merge of #74452 - Manishearth:module-type-ns, r=jyn514Manish Goregaokar-15/+8
2020-07-17Rollup merge of #74368 - GuillaumeGomez:css-tidy-check, r=Mark-SimulacrumManish Goregaokar-66/+88
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-6/+6
2020-07-17intra-doc links: Resolve modules in type namespaceManish Goregaokar-15/+8
2020-07-17Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakisbors-6/+6
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-6/+6
2020-07-17Fix tidy issuesGuillaume Gomez-23/+35
2020-07-17Convert whitespaces to tabsGuillaume Gomez-44/+54
2020-07-17Improve logo image display in different themesGuillaume Gomez-0/+12
2020-07-16Record visibility of reexports for all items, not just type itemsManish Goregaokar-17/+13
2020-07-16Rollup merge of #74371 - Aloso:patch-1, r=GuilliameGomezManish Goregaokar-9/+6
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-44/+17
2020-07-16Add more debuggingJoshua Nelson-2/+9
2020-07-16Support intra-doc links on trait and module re-exportsJoshua Nelson-21/+7
2020-07-16Support intra-doc links on macro re-exportsJoshua Nelson-10/+8
2020-07-16Move import to top of functionJoshua Nelson-1/+2
2020-07-16Remove warningsJoshua Nelson-3/+1
2020-07-16Make sure that module_id is actually a moduleJoshua Nelson-1/+13
2020-07-16Don't panic on fake IDsJoshua Nelson-101/+11
2020-07-16Use DefId for modulesJoshua Nelson-8/+17
2020-07-16Use the scope of the imported variable for resolution, not the current scopeJoshua Nelson-5/+93
2020-07-16Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomezManish Goregaokar-15/+169
2020-07-16Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomezManish Goregaokar-17/+18
2020-07-16Rollup merge of #74325 - GuillaumeGomez:focus-source-file-sidebar, r=kinnisonManish Goregaokar-0/+5
2020-07-16Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=ManishearthManish Goregaokar-28/+0
2020-07-16Rollup merge of #73807 - euclio:rustdoc-highlighting, r=ollie27,GuillaumeGomezManish Goregaokar-22/+133
2020-07-16Rollup merge of #73771 - alexcrichton:ignore-unstable, r=estebank,GuillaumeGomezManish Goregaokar-0/+10
2020-07-16Rollup merge of #73566 - jyn514:name-resolve-first, r=eddybManish Goregaokar-6/+105
2020-07-16Don't position:relative on all presManish Goregaokar-1/+6
2020-07-16Remove !important on border-color and background-colorManish Goregaokar-10/+7
2020-07-16Add Ayu theme for spotlightManish Goregaokar-0/+5
2020-07-16Review comments for JSManish Goregaokar-8/+2
2020-07-16Make spotlight show on hoverManish Goregaokar-156/+53
2020-07-16Move spotlight next to the return typeManish Goregaokar-36/+14
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-9/+287
2020-07-16Remove elements iterator clone and only keep first element insteadGuillaume Gomez-3/+3
2020-07-16Update code to new invalid_codeblock_attributes lint nameGuillaume Gomez-6/+6
2020-07-16Remove unused lazy_staticJoshua Nelson-1/+0
2020-07-15Remove drop-shadowLudwig Stecher-5/+0
2020-07-15Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan...Manish Goregaokar-0/+1
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-4/+11
2020-07-15Improve ayu rustdoc themeLudwig Stecher-9/+11
2020-07-15Improve settings wordingGuillaume Gomez-2/+2
2020-07-15Use the default providers in rustc_interface instead of adding our ownJoshua Nelson-8/+2
2020-07-15Address review commentsJoshua Nelson-19/+22