index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-04
`librustdoc`: 2024 edition! 🎊
Yotam Ofek
-1
/
+1
2025-02-26
Add rustdoc support for `--emit=dep-info[=path]`
Guillaume Gomez
-2
/
+8
2025-02-20
Stabilise `os_str_display`
riverbl
-1
/
+0
2025-02-14
librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types
Yotam Ofek
-1
/
+1
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-0
/
+1
2025-02-05
Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomez
bors
-0
/
+1
2025-02-04
librustdoc: create a helper for separating elements of an iterator instead of...
Yotam Ofek
-0
/
+1
2025-02-04
Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid
Matthias Krüger
-2
/
+2
2025-02-02
Some cleanups around EarlyDiagCtxt
bjorn3
-2
/
+1
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-2
/
+2
2025-01-29
Add new output-format
Guillaume Gomez
-2
/
+8
2025-01-23
Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk
Matthias Krüger
-12
/
+5
2025-01-23
Remove the need to manually call set_using_internal_features
bjorn3
-12
/
+5
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-0
/
+1
2025-01-14
fix typo and unit test
binarycat
-1
/
+1
2025-01-14
add disclaimer to --disable-minification
binarycat
-1
/
+1
2025-01-11
re-add --disable-minification to rustdoc
binarycat
-1
/
+8
2025-01-06
Move the has_errors check in rustdoc back to after TyCtxt is created
bjorn3
-4
/
+4
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-20
Add `--doctest-compilation-args` option to allow passing arguments to doctest...
Guillaume Gomez
-1
/
+9
2024-12-17
Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk
bors
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-14
Remove the parse query
bjorn3
-42
/
+33
2024-12-14
Get rid of of the global_ctxt query
bjorn3
-2
/
+2
2024-12-13
Remove registered_lints field from Session
bjorn3
-1
/
+3
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-20
/
+18
2024-12-03
switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0
Rémy Rakic
-1
/
+1
2024-11-12
Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot
bors
-1
/
+1
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-1
/
+1
2024-11-08
Simplify command-line-argument declarations in librustdoc
Zalathar
-458
/
+463
2024-11-08
Use a method to apply `RustcOptGroup` to `getopts::Options`
Zalathar
-2
/
+2
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+0
2024-10-19
rustdoc: Document `markdown` module.
Alona Enraght-Moony
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-23
Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez
Michael Goulet
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-10
rustdoc: redesign toolbar and disclosure widgets
Michael Howell
-0
/
+1
2024-09-07
rfc#3662 changes under unstable flags
EtomicBomb
-0
/
+64
2024-09-07
librustdoc::config: removed Input from Options
EtomicBomb
-12
/
+14
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-6
/
+7
2024-06-09
rustdoc: Add support for --remap-path-prefix
Edward Shen
-0
/
+8
2024-06-07
Move Markdown-specific doctest code into submodule
Noah Lev
-1
/
+1
2024-05-30
remove tracing tree indent lines
lcnr
-1
/
+0
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+0
2024-05-04
Simplify `markdown_input` fn and subsequent logic
Urgau
-10
/
+5
2024-05-04
Add `-` (stdin) support to rustdoc
Urgau
-1
/
+6
2024-04-15
Stabilize checking of cfgs at compile-time: --check-cfg option
Urgau
-1
/
+1
[next]