about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-30/+14
2023-11-17rustdoc-search: fast path for 1-query unificationMichael Howell-2/+76
2023-11-17rustdoc-search: less new Maps in unifyFunctionTypeMichael Howell-16/+31
2023-11-16Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-106/+140
2023-11-15Re-format code with new rustfmtMark Rousskov-106/+140
2023-11-15rustdoc-search: simplify the checkTypes fast pathMichael Howell-61/+10
2023-11-14Auto merge of #117849 - compiler-errors:cycle, r=cjgillotbors-1/+1
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-1/+1
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-9/+6
2023-11-07Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomezbors-1/+0
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-2/+2
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-4/+2
2023-11-03clone lessMatthias Krüger-2/+2
2023-11-02Fix order of implementations in the "implementations on foreign types" sectionGuillaume Gomez-1/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-4/+2
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+24
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-1/+1
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-4/+4
2023-10-30Add a DeprecatedSince::Err variant for versions that fail to parseDavid Tolnay-9/+10
2023-10-30Move deprecation_in_effect to inherent method on DeprecationDavid Tolnay-8/+2
2023-10-29Store version of `deprecated` attribute in structured formDavid Tolnay-8/+5
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-11/+11
2023-10-29feat: Add 'object-safety' ID to init_id_map() in rustdocAlexis (Poliorcetics) Bourget-1/+3
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+22
2023-10-28Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errorsJubilee-2/+3
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-103/+637
2023-10-26Parse rustc version at compile timeDavid Tolnay-2/+3
2023-10-24Expose a non-Symbol way to access current rustc version stringDavid Tolnay-2/+2
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-9/+22
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-6/+31
2023-10-22rustdoc: clean up and comment main.js `register_type_impls`Michael Howell-14/+44
2023-10-22rustdoc: clean up sidebar.html block classMichael Howell-5/+1
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-24/+563
2023-10-22Revert "rustdoc: list matching impls on type aliases"Michael Howell-42/+4
2023-10-22Revert "Add note about lazy_type_alias"Michael Howell-2/+2
2023-10-22Revert "rustdoc: add impl items from aliased type into sidebar"Michael Howell-40/+5
2023-10-22Revert "rustdoc: factor all-impls-for-item out into its own method"Michael Howell-55/+78
2023-10-22Revert "rustdoc: filter before storing in vec"Michael Howell-10/+4
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-5/+5
2023-10-21rustdoc: avoid allocating strings primitive link printingMichael Howell-26/+51
2023-10-17[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)Urgau-1/+2
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-20/+19
2023-10-12Hide host effect params from docsOli Scherer-2/+1
2023-10-11Improve code documentation a bitGuillaume Gomez-2/+2
2023-10-11Show enum discriminant if a compatible repr is usedGuillaume Gomez-10/+24
2023-10-11rustdoc: fix resize trouble with mobileMichael Howell-0/+4
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-9/+67