| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -2/+2 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+2 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -2/+13 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+1 |
| 2022-04-04 | Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p... | Guillaume Gomez | -1/+4 |
| 2022-03-31 | rustdoc: Fix resolution of `crate`-relative paths in doc links | Vadim Petrochenkov | -40/+5 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -3/+4 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -2/+3 |
| 2022-03-30 | fix rustdoc | lcnr | -2/+2 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -3/+4 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -33/+22 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -4/+8 |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -33/+22 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -6/+6 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -91/+126 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -33/+22 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -1/+1 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -1/+1 |
| 2022-03-01 | Fix panic when intra-doc link comes from a generated doc comment | Guillaume Gomez | -1/+1 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -1/+1 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -2/+4 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -4/+4 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -2/+9 |
| 2022-02-20 | Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill... | bors | -2/+26 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+4 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -6/+2 |
| 2022-02-16 | rustdoc: resolve intra-doc links when checking HTML | Michael Howell | -2/+26 |
| 2022-02-13 | rustdoc: Clean up `fn resolve_self_ty` | Vadim Petrochenkov | -30/+23 |
| 2022-02-13 | rustdoc: Stop textually replacing `Self` in doc links before resolving them | Vadim Petrochenkov | -92/+117 |
| 2022-02-13 | rustdoc: Consider enum variants when resolving assoc items in doc links | Vadim Petrochenkov | -2/+19 |
| 2022-02-08 | Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov | Matthias Krüger | -19/+5 |
| 2022-02-08 | Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr... | Matthias Krüger | -9/+65 |
| 2022-02-06 | rustdoc: Special-case macro lookups less | Joshua Nelson | -19/+5 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+7 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -17/+10 |
| 2022-02-01 | Fix unicode slicing bug | Michael Howell | -3/+3 |
| 2022-02-01 | In retrospect, MachineApplicable is probably too confident | Michael Howell | -1/+1 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -9/+72 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -11/+15 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+11 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -25/+103 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -25/+103 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-18 | intra-doc: Use the impl's assoc item where possible | Noah Lev | -35/+53 |