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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-24
rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`
Martin Nordholts
-1
/
+0
2022-10-19
Avoid cloning `RenderOptions`.
Nicholas Nethercote
-6
/
+2
2022-10-19
Use `interface::run_compiler` for `markdown::render`.
Nicholas Nethercote
-3
/
+10
2022-10-19
Merge `main_options` into `main_args`.
Nicholas Nethercote
-30
/
+27
2022-10-19
Clean up rustdoc startup.
Nicholas Nethercote
-7
/
+7
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-23
rustdoc: Stabilize --diagnostic-width
Eric Huss
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-30
Stabilize GATs
Jack Huey
-1
/
+1
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-29
Remove box_syntax feature gate from librustdoc
est31
-1
/
+0
2022-07-27
session: disable internal lints for rustdoc
David Wood
-1
/
+1
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-06
session: `output-width` -> `diagnostic-width`
David Wood
-3
/
+3
2022-07-06
session: `terminal-width` -> `output-width`
David Wood
-4
/
+4
2022-07-06
sess: stabilize `--terminal-width`
David Wood
-1
/
+14
2022-07-03
Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomez
Ralf Jung
-8
/
+17
2022-07-02
Fix bug in `rustdoc -Whelp`
Joshua Nelson
-8
/
+17
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2022-06-27
Fix `rustdoc` argument error
Shivani Bhardwaj
-1
/
+1
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-1
/
+0
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+1
2022-05-25
update jemalloc-sys to jemalloc v5.3
Rémy Rakic
-3
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+1
2022-05-05
Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle
bors
-1
/
+1
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-05-04
ignore the doctest for map
Yoshiki Matsuda
-1
/
+1
2022-04-21
[WIP] rustdoc: Resolve some more doc links early
Vadim Petrochenkov
-0
/
+1
2022-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-0
/
+1
2022-04-04
Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...
Guillaume Gomez
-1
/
+7
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-5
/
+11
2022-03-04
Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez
bors
-0
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-27
make GATs print properly in traits
Michael Goulet
-0
/
+1
2022-02-25
Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr
bors
-0
/
+1
2022-02-25
Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez
Matthias Krüger
-0
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-0
/
+1
2022-02-25
Wire up --check-cfg to rustdoc
Loïc BRANSTETT
-0
/
+1
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-5
/
+3
2022-02-18
Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez
Matthias Krüger
-0
/
+3
2022-02-13
Remove Config::stderr
bjorn3
-1
/
+0
2022-02-12
Move setup_callbacks call to create_compiler_and_run
bjorn3
-1
/
+1
2022-02-11
Add --scrape-tests flags so rustdoc can scrape examples from tests
Will Crichton
-0
/
+3
2022-02-01
rustdoc: correct unclosed HTML tags as generics
Michael Howell
-0
/
+1
2022-01-25
Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez
bors
-0
/
+2
2022-01-17
Rollup merge of #92819 - euclio:atty, r=CraftSpider
Matthias Krüger
-41
/
+15
2022-01-15
Rustdoc: remove ListAttributesIter and use impl Iterator instead
Jakub Beránek
-0
/
+2
[next]