summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+1
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-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-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-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
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-60/+0
2020-07-02Fix linksGuillaume Gomez-1/+1
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-52/+16
2020-07-02Expand sub code blocks block content when hidden when the page hash refers to itGuillaume Gomez-0/+8
2020-07-02Improve page hash handlingGuillaume Gomez-5/+7
2020-07-02No need to call getPageId a second timeGuillaume Gomez-1/+1
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-4/+4
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-2/+9
2020-06-26Rollup merge of #72771 - jyn514:rustdoc, r=ManishearthManish Goregaokar-23/+62
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-2/+9
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-2/+2
2020-06-26Fix debug messagesJoshua Nelson-3/+2
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-27/+42
2020-06-26Warn if linking to a private itemJoshua Nelson-3/+28
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-26Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-SimulacrumManish Goregaokar-30/+39
2020-06-26Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnisonManish Goregaokar-0/+2
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-30/+39
2020-06-23Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearthbors-0/+28
2020-06-23Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27Manish Goregaokar-0/+28
2020-06-23Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomezbors-6/+7
2020-06-23rustdoc: Fix doc aliases with crate filteringOliver Middleton-6/+7
2020-06-20Remove uses of `Vec::remove_item`Lukas Kalbertodt-1/+0
2020-06-18Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomezManish Goregaokar-1/+41
2020-06-18Rollup merge of #73315 - GuillaumeGomez:clean-up-config-strs, r=kinnisonManish Goregaokar-9/+7