about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-04`librustdoc`: 2024 edition! 🎊Yotam Ofek-1/+1
2025-02-26Add rustdoc support for `--emit=dep-info[=path]`Guillaume Gomez-2/+8
2025-02-20Stabilise `os_str_display`riverbl-1/+0
2025-02-14librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` typesYotam Ofek-1/+1
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-0/+1
2025-02-05Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomezbors-0/+1
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-0/+1
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-2/+2
2025-02-02Some cleanups around EarlyDiagCtxtbjorn3-2/+1
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-2/+2
2025-01-29Add new output-formatGuillaume Gomez-2/+8
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-12/+5
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-12/+5
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-0/+1
2025-01-14fix typo and unit testbinarycat-1/+1
2025-01-14add disclaimer to --disable-minificationbinarycat-1/+1
2025-01-11re-add --disable-minification to rustdocbinarycat-1/+8
2025-01-06Move the has_errors check in rustdoc back to after TyCtxt is createdbjorn3-4/+4
2024-12-25Improve rustdoc codeGuillaume Gomez-1/+1
2024-12-20Add `--doctest-compilation-args` option to allow passing arguments to doctest...Guillaume Gomez-1/+9
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-14Remove the parse querybjorn3-42/+33
2024-12-14Get rid of of the global_ctxt querybjorn3-2/+2
2024-12-13Remove registered_lints field from Sessionbjorn3-1/+3
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-20/+18
2024-12-03switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0Rémy Rakic-1/+1
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-1/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1/+1
2024-11-08Simplify command-line-argument declarations in librustdocZalathar-458/+463
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-2/+2
2024-10-25Re-do recursive const stability checksRalf Jung-1/+0
2024-10-19rustdoc: Document `markdown` module.Alona Enraght-Moony-1/+1
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-2/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-0/+1
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-0/+1
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-0/+64
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-12/+14
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-2/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-6/+7
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+8
2024-06-07Move Markdown-specific doctest code into submoduleNoah Lev-1/+1
2024-05-30remove tracing tree indent lineslcnr-1/+0
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+0
2024-05-04Simplify `markdown_input` fn and subsequent logicUrgau-10/+5
2024-05-04Add `-` (stdin) support to rustdocUrgau-1/+6
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-1/+1