| Age | Commit message (Expand) | Author | Lines |
| 2021-09-11 | Fix redundant arguments in `external_path()` | Noah Lev | -34/+27 |
| 2021-09-11 | Remove unused `hir_id` parameter from `resolve_type` | Noah Lev | -7/+7 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -19/+12 |
| 2021-09-11 | rustdoc: Get symbol for `TyParam` directly | Noah Lev | -1/+1 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -10/+10 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -4/+0 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -4/+0 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -1/+1 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -8/+1 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -56/+52 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -3/+8 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -3/+8 |
| 2021-09-02 | rustdoc: Higher-ranked lifetimes can't have bounds | Noah Lev | -29/+25 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -27/+27 |
| 2021-09-02 | Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez | Mara Bos | -4/+6 |
| 2021-09-02 | Auto merge of #88522 - camelid:box-paren-output, r=jyn514 | bors | -8/+17 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -4/+6 |
| 2021-08-31 | Remove unhelpful `expect()` message | Noah Lev | -4/+2 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -9/+20 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -9/+20 |
| 2021-08-29 | rustdoc: Stop using resolver for macro loading | Vadim Petrochenkov | -3/+3 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -9/+20 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -19/+4 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-08-21 | Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomez | bors | -2/+6 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -2/+6 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -34/+42 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -8/+6 |
| 2021-08-08 | Rollup merge of #87834 - camelid:span-typo, r=CraftSpider | Yuki Okushi | -1/+1 |
| 2021-08-06 | Fix small typo | Noah Lev | -1/+1 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -9/+1 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -8/+9 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -3/+7 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -0/+5 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -6/+5 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -1/+8 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -3/+7 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+2 |
| 2021-07-27 | Add explanations for why we use Variant::Struct instead of Variant::Tuple for... | Guillaume Gomez | -0/+6 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -3/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+2 |
| 2021-07-18 | Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid | Yuki Okushi | -16/+10 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -11/+6 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -1/+1 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -11/+6 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -10/+4 |