| Age | Commit message (Expand) | Author | Lines |
| 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 | -19/+19 |
| 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-09-30 | Avoid intermediate `collect()` | Noah Lev | -1/+1 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -93/+63 |
| 2021-09-30 | Remove unused `Clean` impl | Noah Lev | -7/+0 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -13/+12 |
| 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 | -306/+208 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -25/+73 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -12/+3 |
| 2021-09-30 | Auto merge of #87998 - nneonneo:master, r=oli-obk | bors | -0/+132 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -0/+23 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -21/+21 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -65/+207 |
| 2021-09-29 | Rollup merge of #89378 - ehuss:update-books, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89377 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514 | Eric Huss | -5/+3 |
| 2021-09-29 | Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk | Eric Huss | -0/+29 |
| 2021-09-29 | Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid | Eric Huss | -8/+6 |
| 2021-09-29 | Rollup merge of #89294 - lnicola:rust-analyzer-2021-09-27, r=lnicola | Eric Huss | -16/+17 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -27/+55 |
| 2021-09-29 | Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid | Eric Huss | -4/+6 |
| 2021-09-29 | Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle | Eric Huss | -5/+91 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -581/+426 |
| 2021-09-29 | Fix Windows LLVM issue. | Eric Huss | -0/+6 |
| 2021-09-29 | Update books | Eric Huss | -0/+0 |
| 2021-09-29 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -8/+6 |
| 2021-09-29 | Remove lazy_static dependency | Guillaume Gomez | -5/+3 |
| 2021-09-29 | Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomez | bors | -21/+150 |
| 2021-09-29 | Auto merge of #89328 - flip1995:clippyup, r=Manishearth | bors | -1001/+2220 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -17/+99 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -27/+55 |
| 2021-09-28 | Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwco | Guillaume Gomez | -0/+26 |
| 2021-09-28 | Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -19/+19 |
| 2021-09-28 | Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514 | Guillaume Gomez | -0/+80 |
| 2021-09-28 | Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-Simulacrum | Guillaume Gomez | -2/+8 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1001/+2220 |
| 2021-09-28 | Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,... | bors | -0/+69 |
| 2021-09-28 | Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe... | bors | -0/+45 |
| 2021-09-28 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -19/+60 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+69 |
| 2021-09-28 | Add unit assignment to MIR for `asm!()` | Fabian Wolff | -0/+29 |
| 2021-09-27 | Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebank | bors | -0/+40 |