| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -0/+5 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -5/+0 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+4 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -37/+21 |
| 2021-12-11 | Don't emit shared files when scraping dependencies | Will Crichton | -0/+4 |
| 2021-12-11 | Rollup merge of #91717 - inashivb:issue-91713, r=jyn514 | Matthias Krüger | -13/+13 |
| 2021-12-09 | Add deprecation warning for --passes | Shivani Bhardwaj | -13/+13 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -2/+12 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -6/+0 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -10/+10 |
| 2021-10-06 | Add target crates as inputs to reduce size of intermediates | Will Crichton | -6/+6 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -1/+2 |
| 2021-10-06 | Sort examples by size | Will Crichton | -24/+1 |
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -8/+0 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -3/+35 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -0/+11 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -4/+4 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -2/+1 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -0/+5 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+8 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -0/+4 |
| 2021-07-21 | Run rustfmt | Ian Jackson | -2/+4 |
| 2021-07-21 | rustdoc: Restore --default-theme, etc, by restoring varname escaping | Ian Jackson | -1/+23 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -1/+1 |
| 2021-07-18 | Add --nocapture option to rustdoc | Guillaume Gomez | -0/+5 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -1/+1 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -1/+1 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -1/+2 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -1/+2 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -7/+0 |
| 2021-05-24 | Use parse_target_triple in rustdoc | bjorn3 | -10/+5 |
| 2021-05-16 | Use TargetTriple::from_path in rustdoc | bjorn3 | -1/+1 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+4 |
| 2021-05-10 | rustc_session: Move more option building code from the `options!` macro | Vadim Petrochenkov | -6/+3 |
| 2021-05-01 | Auto merge of #83857 - ABouttefeux:master, r=jyn514 | bors | -0/+10 |
| 2021-05-01 | Apply suggestions from code review | Aliénore Bouttefeux | -1/+1 |
| 2021-04-30 | error when --no-run is present without --test | Aliénore Bouttefeux | -1/+6 |
| 2021-04-08 | Rollup merge of #82497 - jyn514:json, r=CraftSpider | Dylan DPC | -14/+13 |
| 2021-04-07 | change based on reviews | Aliénore Bouttefeux | -1/+1 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -14/+13 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -2/+1 |
| 2021-04-05 | Merge branch 'master' into master | Aliénore Bouttefeux | -3/+8 |
| 2021-04-05 | Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2021-04-04 | added --no-run option | Aliénore Bouttefeux | -0/+5 |
| 2021-04-04 | Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid | Dylan DPC | -1/+0 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -1/+0 |