| Age | Commit message (Expand) | Author | Lines |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -0/+1 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -0/+1 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -3/+0 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -1/+0 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -6/+0 |
| 2021-08-31 | Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726 | Mara Bos | -2/+2 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -2/+2 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-28 | Remove obsolete `MacroDef` variant of `OwnerNode` | inquisitivecrystal | -27/+5 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -55/+10 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -2/+33 |
| 2021-08-25 | Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=Amanieu | Léo Lanteri Thauvin | -0/+1 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -151/+163 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -0/+1 |
| 2021-08-23 | Detect incorrect number of lang item generics | asquared31415 | -151/+163 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Use an exhaustive match in `Node::ident()` and add docs | Noah Lev | -2/+33 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -15/+15 |
| 2021-08-13 | Make assoc types work with `?const `opt=out | Deadbeef | -2/+8 |
| 2021-08-13 | Fix call-generic-method-nonconst test | Deadbeef | -1/+5 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -0/+9 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+3 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -0/+3 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -13/+65 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -14/+35 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -1/+0 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -60/+220 |
| 2021-07-25 | clippy::filter_map_identity | Matthias Krüger | -1/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -27/+44 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -57/+200 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+36 |
| 2021-07-24 | Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis | bors | -0/+3 |
| 2021-07-24 | change doc comment | Ellen | -1/+1 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -0/+21 |
| 2021-07-19 | Recognize bounds on impls as const bounds | Deadbeef | -0/+21 |
| 2021-07-18 | Use == to compare OpaqueTyOrigin values | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+0 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -2/+0 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -8/+8 |
| 2021-07-13 | Put checking if anonct is a default into a method on hir map | Ellen | -0/+3 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -2/+2 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -3/+0 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -2/+2 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -11/+6 |
| 2021-07-06 | Revert "Revert "Fix test"" | bjorn3 | -8/+5 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -3/+1 |