| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -42/+26 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-03 | Fix a place that used the old `Path` representation | Noah Lev | -2/+1 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -1/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+2 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -1/+1 |
| 2021-09-30 | Remove unused `Clean` impl | Noah Lev | -7/+0 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -7/+7 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -10/+4 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -17/+14 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+7 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -6/+1 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -2/+2 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -8/+5 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -1/+1 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -23/+21 |
| 2021-09-15 | Fix rustdoc | jackh726 | -1/+1 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+2 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -8/+5 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -26/+10 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -1/+1 |
| 2021-09-11 | Remove unnecessary `is_trait` argument | Noah Lev | -6/+5 |
| 2021-09-11 | Fix redundant arguments in `external_path()` | Noah Lev | -12/+6 |
| 2021-09-11 | Remove unused `hir_id` parameter from `resolve_type` | Noah Lev | -5/+5 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -14/+5 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -1/+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 | -49/+42 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -1/+1 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -1/+1 |
| 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 | -20/+17 |
| 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 | -4/+3 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -4/+6 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -4/+3 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -8/+18 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -8/+18 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -19/+4 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -21/+23 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -5/+3 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -1/+2 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -5/+4 |
| 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 | Add explanations for why we use Variant::Struct instead of Variant::Tuple for... | Guillaume Gomez | -0/+6 |