| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -362/+279 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -1/+2 |
| 2021-10-06 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -27/+10 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -5/+10 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -1/+2 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -6/+9 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -7/+51 |
| 2021-10-03 | Fix implementation of `clean::Path::whole_name()` | Noah Lev | -1/+5 |
| 2021-10-03 | Fix a place that used the old `Path` representation | Noah Lev | -2/+1 |
| 2021-10-03 | Rename `strip_path` to `strip_path_generics` | Noah Lev | -2/+3 |
| 2021-10-02 | Explain `ResolvedPath` vs `hir::Path` | Noah Lev | -1/+1 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -9/+9 |
| 2021-10-02 | Remove outdated comment | Noah Lev | -2/+1 |
| 2021-10-02 | Update `clean::Type` docs | Noah Lev | -25/+29 |
| 2021-10-02 | Turn some comments into docs | Noah Lev | -57/+57 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -2/+2 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+2 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -6/+3 |
| 2021-09-30 | Avoid intermediate `collect()` | Noah Lev | -1/+1 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -16/+10 |
| 2021-09-30 | Remove unused `Clean` impl | Noah Lev | -7/+0 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -12/+11 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -16/+7 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -235/+145 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -20/+52 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -12/+3 |
| 2021-09-29 | Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid | Eric Huss | -5/+2 |
| 2021-09-29 | Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid | Eric Huss | -4/+6 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -6/+3 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -5/+2 |
| 2021-09-27 | Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid | bors | -42/+40 |
| 2021-09-25 | Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514 | Manish Goregaokar | -1/+33 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -44/+32 |
| 2021-09-25 | rustdoc: Document `is_assoc_ty()` | Noah Lev | -0/+2 |
| 2021-09-26 | Elaborate comment | Hirochika Matsumoto | -1/+1 |
| 2021-09-25 | rustdoc: Don't show hidden trait methods | Hirochika Matsumoto | -1/+33 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -2/+6 |
| 2021-09-23 | Clean up clean/types.rs file by making the implementations follow the type de... | Guillaume Gomez | -42/+40 |
| 2021-09-22 | Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomez | bors | -42/+34 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -42/+34 |
| 2021-09-19 | Fix generics where bounds order | Guillaume Gomez | -4/+6 |
| 2021-09-17 | rustdoc: Add human-readable cfg string for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-15 | Fix rustdoc | jackh726 | -2/+6 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+2 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -3/+3 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -43/+29 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -58/+34 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -10/+10 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -1/+1 |