about summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
2022-08-24Auto merge of #96869 - sunfishcode:main, r=joshtriplettbors-1/+1
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-4/+1
2022-06-29Replace `sort_modules_alphabetically` boolean with enumNoah Lev-7/+10
2022-06-23Don't test the rustdoc rendering context size on Windows.Dan Gohman-1/+1
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-5/+1
2022-05-28Improve settings page display with disabled javascriptGuillaume Gomez-0/+5
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-38/+43
2022-05-24fix simple clippy lintsklensy-4/+4
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-19/+19
2022-05-18Move some DOM generation into the HTML settings file directlyGuillaume Gomez-3/+13
2022-05-11Add missing CSS file for settings pageGuillaume Gomez-3/+5
2022-04-30Move settings into full JSGuillaume Gomez-13/+10
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-03-27Add scrape examples help pageWill Crichton-2/+17
2022-03-04librustdoc: adopt let else in more placesest31-4/+2
2022-02-22Prevent generation of infinite redirectionsGuillaume Gomez-26/+34
2022-02-14Fix macro reexports duplicates in the sidebarGuillaume Gomez-6/+11
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-10/+2
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-10/+10
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-11/+1
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-1/+1
2022-01-10Add missing suffix for sidebar-items script pathGuillaume Gomez-1/+1
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-2/+0
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-9/+1
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-1/+1
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-2/+2
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-23Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-6/+10
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-9/+0
2021-12-18Remove `collapsed` fieldJoshua Nelson-9/+0
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-5/+5
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-3/+3
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-6/+10
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-7/+11
2021-10-31Clean up now that visitors only need `&clean::Crate`Noah Lev-3/+3
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-4/+4
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-2/+7
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-3/+3
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-1/+1
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-2/+2
2021-10-29Remove the Rc wrapping of deref_id_mapGuillaume Gomez-4/+4
2021-10-29Recursively document DerefGuillaume Gomez-2/+7
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-2/+2
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-8/+24
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-12/+2
2021-10-08Add template for print_itemJacob Hoffman-Andrews-2/+6
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-8/+18
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-1/+1
2021-10-06Move JS into a standalone fileWill Crichton-0/+1
2021-10-06Incorporate jyn's feedbackWill Crichton-0/+5