about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-03Fix a place that used the old `Path` representationNoah Lev-2/+1
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-2/+3
2021-10-02Explain `ResolvedPath` vs `hir::Path`Noah Lev-1/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-19/+19
2021-10-02Remove outdated commentNoah Lev-2/+1
2021-10-02Update `clean::Type` docsNoah Lev-25/+29
2021-10-02Turn some comments into docsNoah Lev-57/+57
2021-09-30Avoid intermediate `collect()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-93/+63
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-13/+12
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-16/+7
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-306/+208
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-25/+73
2021-09-30Remove `Path.global`Noah Lev-12/+3
2021-09-30Auto merge of #87998 - nneonneo:master, r=oli-obkbors-0/+132
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-0/+23
2021-09-30Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebankbors-21/+21
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-65/+207
2021-09-29Rollup merge of #89378 - ehuss:update-books, r=ehussEric Huss-0/+0
2021-09-29Rollup merge of #89377 - ehuss:update-cargo, r=ehussEric Huss-0/+0
2021-09-29Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514Eric Huss-5/+3
2021-09-29Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obkEric Huss-0/+29
2021-09-29Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelidEric Huss-8/+6
2021-09-29Rollup merge of #89294 - lnicola:rust-analyzer-2021-09-27, r=lnicolaEric Huss-16/+17
2021-09-29Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiserEric Huss-27/+55
2021-09-29Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelidEric Huss-4/+6
2021-09-29Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddleEric Huss-5/+91
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-581/+426
2021-09-29Fix Windows LLVM issue.Eric Huss-0/+6
2021-09-29Update booksEric Huss-0/+0
2021-09-29Update cargoEric Huss-0/+0
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-8/+6
2021-09-29Remove lazy_static dependencyGuillaume Gomez-5/+3
2021-09-29Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomezbors-21/+150
2021-09-29Auto merge of #89328 - flip1995:clippyup, r=Manishearthbors-1001/+2220
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-17/+99
2021-09-28Improve help for recursion limit errorsRoss MacArthur-27/+55
2021-09-28Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwcoGuillaume Gomez-0/+26
2021-09-28Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomezGuillaume Gomez-0/+17
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-19/+19
2021-09-28Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514Guillaume Gomez-0/+80
2021-09-28Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez-2/+8
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-1001/+2220
2021-09-28Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,...bors-0/+69
2021-09-28Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe...bors-0/+45
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+60
2021-09-28Add SOLID targetsTomoaki Kawada-0/+69
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-0/+29
2021-09-27Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebankbors-0/+40