about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-07-15EMPTY_MAP -> EMPTY_SETJoshua Nelson-4/+4
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+18
2020-07-15Remove unnecessary lifetime parameterJoshua Nelson-6/+6
2020-07-15Use tcx as the only context for visitorJoshua Nelson-12/+11
2020-07-15Mention `cargo check` in help messageJoshua Nelson-1/+1
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-3/+6
2020-07-15Address review comments about code styleJoshua Nelson-14/+10
2020-07-15Don't make typeck_tables_of publicJoshua Nelson-5/+1
2020-07-15Recurse into function bodies, but don't typeck closuresJoshua Nelson-9/+19
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+79
2020-07-15Don't run analysis pass in rustdocJoshua Nelson-5/+7
2020-07-15ConstKind::UnevaluatedBastian Kauschke-4/+4
2020-07-15rustdoc: Rename internal API fns to `into_string`Lzu Tao-17/+18
2020-07-15Remove unused CSS rules for internal rustc itemsLzu Tao-16/+0
2020-07-15Don't render unstable for rustc docsLzu Tao-28/+17
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-22/+133
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-07-15Add and use more static symbols.Nicholas Nethercote-44/+48
2020-07-14Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomezManish Goregaokar-43/+647
2020-07-14Focus on the current file in the source file sidebarGuillaume Gomez-0/+5
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+1
2020-07-12Add Ayu theme to rustdocJarek Samic-0/+571
2020-07-12Clean up handling of style files in rustdocJarek Samic-43/+76
2020-07-11rustdoc: insert newlines between attributesAndy Russell-8/+13
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-15/+15
2020-07-10Add margin after doc search resultsGuillaume Gomez-0/+1
2020-07-10Avoid "whitelist"Tamir Duberstein-15/+15
2020-07-10Change some function names.Nicholas Nethercote-2/+5
2020-07-10Eliminate `rust_input`.Nicholas Nethercote-31/+23
2020-07-09Add option to collapse automatically implementorsGuillaume Gomez-3/+10
2020-07-09Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomezManish Goregaokar-1/+7
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-10/+9
2020-07-09Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514Manish Goregaokar-4/+6
2020-07-09Allow for parentheses after macro intra-doc-linksManish Goregaokar-0/+3
2020-07-09Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...bors-4/+4
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-10/+9
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-28/+0
2020-07-08rustdoc: Allow linking from private items to private typesDennis Hamester-0/+1
2020-07-07Revert "Add guard to check for local `core` crate"Seth Pellegrino-6/+4
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-4/+4
2020-07-07Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearthbors-113/+53
2020-07-06Rollup merge of #74078 - jyn514:lut, r=ManishearthManish Goregaokar-5/+28
2020-07-06Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomezManish Goregaokar-0/+3
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-108/+22
2020-07-06Hide `&mut self` methods from Deref in sidebarGary Guo-1/+7
2020-07-06Add guard to check for local `core` crateSeth Pellegrino-4/+6
2020-07-05Always resolve type@primitive as a primitive, not a moduleJoshua Nelson-5/+28
2020-07-05Use relative path for local links to primitives in libcoreSeth Pellegrino-4/+6
2020-07-05rustdoc: Restore underline text decoration on hover for FQN in headerKristofer Rye-0/+3
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-2/+2