| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | update comments about visitor strategy | Miguel Guarniz | -2/+35 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -92/+1 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -4/+4 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -6/+8 |
| 2022-05-09 | review | lcnr | -0/+37 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -5/+3 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -2/+10 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -2/+10 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -10/+11 |
| 2022-05-06 | Use matches! for YieldSource::is_await | Wei Liu | -4/+1 |
| 2022-05-06 | Fix comment for async closure variant | Wei Liu | -1/+1 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -2/+0 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -0/+5 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -10/+11 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+1 |
| 2022-04-30 | Update intravisit docs | Cameron Steffen | -35/+35 |
| 2022-04-30 | Correct comment. | Camille GILLOT | -2/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -35/+2 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -28/+159 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -22/+10 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -21/+26 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -5/+1 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -3/+1 |
| 2022-04-27 | Update comment. | Camille GILLOT | -2/+0 |
| 2022-04-26 | Add new diagnostic | George | -0/+6 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -26/+3 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -3/+3 |
| 2022-04-23 | Drop vis from ForeignItem. | Camille GILLOT | -2/+2 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -27/+11 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -1/+2 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -15/+5 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -1/+2 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -4/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -15/+5 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -4/+4 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -0/+25 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -11/+20 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -4/+10 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -11/+20 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -114/+14 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -1/+35 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -114/+14 |
| 2022-04-12 | Fix wrong suggestions for `T:` | Maybe Waffle | -1/+35 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -0/+8 |
| 2022-04-09 | add comment about restriction of Target::from_def_kind | Miguel Guarniz | -0/+1 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -0/+5 |
| 2022-04-08 | add mapping from DefKind to Target and remove more ItemLikeVisitor impls | Miguel Guarniz | -0/+24 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -0/+5 |