| Age | Commit message (Expand) | Author | Lines |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+1 |
| 2022-07-20 | Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-dead | Dylan DPC | -0/+1 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+1 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -5/+5 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -5/+5 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+1 |
| 2022-07-12 | Update -zhelp and -chelp rustdoc-ui tests to use regex-error-pattern | Guillaume Gomez | -0/+4 |
| 2022-07-11 | Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut... | Matthias Krüger | -0/+16 |
| 2022-07-11 | Add tests for -Chelp and -Zhelp | Guillaume Gomez | -0/+254 |
| 2022-07-10 | fix(doctest): treat fatal parse errors as incomplete attributes | Michael Howell | -0/+16 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -0/+20 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -3/+3 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -3/+3 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -0/+20 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -1/+1 |
| 2022-07-04 | add regression test for #79467 | Takayuki Maeda | -0/+17 |
| 2022-07-03 | Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomez | Ralf Jung | -193/+26 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -193/+26 |
| 2022-07-02 | Rollup merge of #98653 - TaKO8Ki:add-regression-test-for-79494, r=Mark-Simula... | Dylan DPC | -0/+17 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -0/+11 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -3/+2 |
| 2022-07-01 | rustdoc: fix 98690 | pinkforest | -0/+11 |
| 2022-06-30 | add regression test for #79494 | Takayuki Maeda | -0/+17 |
| 2022-06-27 | Finish rustdoc error improvement | Guillaume Gomez | -24/+192 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -1/+1 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -8/+8 |
| 2022-06-16 | bless rustdoc-ui tests | klensy | -8/+8 |
| 2022-06-13 | rustdoc: add missing article | Michael Howell | -1/+1 |
| 2022-06-12 | rustdoc: change error message for invalid `#[doc(tuple_variadic)]` | Michael Howell | -0/+23 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -0/+4 |
| 2022-05-26 | Remove few characters for tidy check to pass | hafeoz | -1/+1 |
| 2022-05-26 | Add tests | hafeoz | -0/+17 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+4 |
| 2022-05-15 | rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crate | Vadim Petrochenkov | -17/+17 |
| 2022-05-08 | Support `#[expect]` attributes for rustdoc lints (RFC 2383) | xFrednet | -0/+185 |
| 2022-05-04 | Rollup merge of #96668 - GuillaumeGomez:fix-rustdoc-ui-flaky-test, r=petroche... | Yuki Okushi | -1/+2 |
| 2022-05-04 | Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez | bors | -0/+44 |
| 2022-05-03 | Fix flaky rustdoc-ui test because it did not replace time result | Guillaume Gomez | -1/+2 |
| 2022-05-01 | rustdoc: Track `macro_rules` scopes during early doc link resolution | Vadim Petrochenkov | -0/+64 |
| 2022-04-26 | rustdoc: Resolve doc links on fields during early resolution | Vadim Petrochenkov | -0/+44 |
| 2022-04-21 | rustdoc: Unindent doc fragments on `Attributes` construction | Vadim Petrochenkov | -2/+0 |
| 2022-04-19 | rustc_metadata: Store a flag telling whether an item may have doc links in it... | Vadim Petrochenkov | -17/+1 |
| 2022-04-16 | Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot | Dylan DPC | -0/+17 |
| 2022-04-12 | Update src/test/rustdoc-ui/failed-doctest-output-windows.rs | Michael Howell | -1/+1 |
| 2022-04-11 | Fix line numbers | Michael Howell | -15/+15 |
| 2022-04-10 | Fix test case for windows | Michael Howell | -0/+70 |
| 2022-04-10 | resolve: Create dummy bindings for all unresolved imports | Vadim Petrochenkov | -0/+17 |
| 2022-04-07 | Fix test case | Michael Howell | -1/+1 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -0/+30 |
| 2022-04-05 | resolve: Fix resolution of empty paths passed from rustdoc | Vadim Petrochenkov | -0/+18 |