about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-8/+8
2024-11-02Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomezMatthias Krüger-17/+57
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-17/+57
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-20/+19
2024-10-31Adjust ranking so that duplicates count against rankMichael Howell-14/+11
2024-10-30Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG...Jubilee-1/+13
2024-10-30Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche...Jubilee-1/+1
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-91/+335
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-85/+627
2024-10-30rustdoc-search: use correct type annotationsMichael Howell-2/+2
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-20/+26
2024-10-30rustdoc-search: simplify the checkTypes fast pathMichael Howell-26/+11
2024-10-30rustdoc-search: add type param names to indexMichael Howell-7/+39
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-1/+1
2024-10-30Rollup merge of #131096 - GuillaumeGomez:rm-no_unused, r=notriddle许杰友 Jieyou Xu (Joe)-4/+0
2024-10-29update toolslcnr-8/+7
2024-10-28Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notr...Jubilee-1/+1
2024-10-28rustdoc: Use accessors to interrogate type layoutsJubilee Young-4/+4
2024-10-28Unify variant struct fields margins with struct fieldsGuillaume Gomez-1/+1
2024-10-26Rollup merge of #132192 - petrochenkov:macfa, r=compiler-errorsJubilee-25/+9
2024-10-26Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddleJubilee-1/+1
2024-10-26Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddleJubilee-1/+4
2024-10-26rustdoc: make doctest span tweak a 2024 edition changeMichael Howell-1/+13
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-25/+9
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-2/+2
2024-10-26Fix code HTML items making big blocks if too longGuillaume Gomez-1/+1
2024-10-26Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errorsMatthias Krüger-1/+0
2024-10-26Effects cleanupDeadbeef-1/+0
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-2/+2
2024-10-25Re-do recursive const stability checksRalf Jung-12/+9
2024-10-25allow type-based search on foreign functionsbinarycat-1/+4
2024-10-25Auto merge of #132105 - GuillaumeGomez:doctest-nested-main, r=notriddlebors-4/+11
2024-10-24Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome...Jubilee-0/+18
2024-10-24Do not consider nested functions as `main` function even if named `main` in d...Guillaume Gomez-4/+11
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-11/+8
2024-10-24rustdoc: Extend fake_variadic to "wrapped" tuplesTau Gärtli-0/+18
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+3
2024-10-24Remove associated type based effects logicMichael Goulet-10/+5
2024-10-24Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomezMatthias Krüger-5/+11
2024-10-24Auto merge of #131951 - notriddle:notriddle/sha256-compile-time, r=GuillaumeG...bors-14/+58
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-5/+11
2024-10-23Rollup merge of #131928 - aDotInTheVoid:wait-we-support-this, r=GuillaumeGomezLeón Orell Valerian Liehr-3/+13
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-5/+5
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-29/+32
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-37/+2
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-3/+3
2024-10-20Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddlebors-21/+9
2024-10-20Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddleStuart Cook-79/+118
2024-10-20Remove unused `recoverable` argument in collect_intra_doc_linksGuillaume Gomez-21/+9
2024-10-19rustdoc: hash assets at rustdoc build timeMichael Howell-14/+58