| Age | Commit message (Expand) | Author | Lines |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -4/+4 |
| 2023-08-04 | Add comment for rustdoc overrides. | Camille GILLOT | -0/+1 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -4/+3 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -13/+7 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -5/+2 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+2 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -1/+1 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -5/+5 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -1/+15 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -2/+0 |
| 2023-03-30 | rustdoc: run more HIR validation to mirror rustc | Patrik Kårlin | -0/+3 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -7/+2 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -2/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+2 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -20/+4 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -0/+3 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -20/+4 |
| 2023-02-11 | rustdoc: Remove cache for preprocessed markdown links | Vadim Petrochenkov | -2/+0 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -1/+10 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -22/+2 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -0/+3 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -0/+5 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -8/+4 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -2/+0 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+2 |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -2/+1 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -2/+2 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -2/+2 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -2/+2 |
| 2022-10-24 | Address some comments | mejrs | -2/+2 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -15/+2 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+2 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -2/+0 |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -6/+2 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -5/+3 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -4/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -2/+1 |
| 2022-07-16 | Correctly handle usage of private items in public API for JSON output format | Guillaume Gomez | -0/+3 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -8/+8 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -1/+1 |
| 2022-07-11 | Remove box syntax from Box<function pointer> construction | est31 | -1/+1 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -5/+5 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -5/+5 |