| Age | Commit message (Expand) | Author | Lines |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+1 |
| 2022-09-19 | Make the `normalize-overflow` rustdoc test actually do something | Joshua Nelson | -0/+2 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -0/+1 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+0 |
| 2022-09-14 | rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]`` | Michael Howell | -1/+43 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+1 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+14 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -34/+82 |
| 2022-09-12 | Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui... | Guillaume Gomez | -10/+250 |
| 2022-09-12 | rustdoc: fix treatment of backslash-escaped HTML | Michael Howell | -1/+14 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -34/+82 |
| 2022-09-12 | rustdoc: improve rustdoc HTML suggestions handling of nested generics | Michael Howell | -10/+250 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+1 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-28 | extend attrs if local_def_id exists | Takayuki Maeda | -0/+14 |
| 2022-08-12 | Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr | Dylan DPC | -0/+1 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+1 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -5/+5 |
| 2022-08-03 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -1/+1 |
| 2022-08-01 | Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+21 |
| 2022-08-01 | Make Rustdoc exit with correct error code when scrape examples from invalid f... | Will Crichton | -0/+21 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-07-30 | Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,... | Matthias Krüger | -1/+19 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+1 |
| 2022-07-28 | rustdoc: align invalid-html-tags lint with commonmark spec | Michael Howell | -1/+19 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -1/+1 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+1 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+1 |
| 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 |