about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-09-24Rollup merge of #130798 - lukas-code:doc-stab, r=notriddleTrevor Gross-1/+39
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-4/+4
2024-09-24rustdoc: inherit parent's stability where applicableLukas Markeffsky-1/+39
2024-09-24Fix toolsMichael Goulet-5/+4
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-172/+371
2024-09-23Tweak breadcrumbs listMichael Howell-11/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-256/+232
2024-09-22Generate line numbers for non-rust code examples as wellGuillaume Gomez-7/+9
2024-09-22Strip last backline from non-rust code examplesGuillaume Gomez-5/+5
2024-09-20Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddleGuillaume Gomez-2/+9
2024-09-20Improve paddings for code blocks line numbersGuillaume Gomez-2/+6
2024-09-20Revert additional scraped examples heightGuillaume Gomez-0/+3
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-41/+54
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-11/+2
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-38/+44
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-2/+2
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-11Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomezbors-202/+184
2024-09-10rustdoc: tweak spacing in toolbarMichael Howell-3/+9
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-37/+67
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-153/+311
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-169/+435
2024-09-09Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomezbors-197/+215
2024-09-09Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT...Jubilee-54/+52
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-179/+195
2024-09-07rustdoc: use `LocalDefId` for inline stmtMichael Howell-20/+22
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-135/+402
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-35/+34
2024-09-07Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,...Matthias Krüger-5/+6
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-1/+3
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-38/+44
2024-09-06Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnrbors-2/+2
2024-09-06Fix toolsMichael Goulet-1/+3
2024-09-05rustdoc-search: allow trailing `Foo ->` arg searchMichael Howell-5/+6
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-135/+172
2024-09-05Use a `Vec` in `rustc_interface::Config::locale_resources`arnaudgolfouse-2/+2
2024-09-05Update to new rustdoc internal APIGuillaume Gomez-16/+13
2024-09-05Add missing sidebar associated itemsGuillaume Gomez-38/+56
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-13/+13
2024-09-05Sort impl associated items by kinds and then by appearanceGuillaume Gomez-1/+52
2024-09-04rustdoc: unify the short-circuit on all lintsMichael Howell-202/+184
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-145/+364
2024-09-03Fix square corners on line numbers when code is collapsedGuillaume Gomez-2/+4
2024-09-03Fix wrong padding for expanded scraped exampleGuillaume Gomez-0/+7
2024-09-02Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidatesBryanskiy-2/+2
2024-09-02Simplify CSS but wrapping scraped example into a div and move the title out o...Guillaume Gomez-63/+46
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-4/+23
2024-09-02Fix scraped examples background gradientGuillaume Gomez-1/+11
2024-09-01Correctly handle code examples buttons positionGuillaume Gomez-1/+5
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-54/+52