| Age | Commit message (Expand) | Author | Lines |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -6/+54 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -7/+1 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -1/+1 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -1/+2 |
| 2021-09-14 | Use on-disk-hash-table format for DefPathHashMap in hir::definitions. | Michael Woerister | -5/+52 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -15/+1 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -0/+5 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -0/+5 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -0/+4 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -1/+19 |
| 2021-09-09 | cleanup hir hack | Deadbeef | -7/+1 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -3/+0 |
| 2021-09-07 | Static assert size of GenericBoun to ensure size doesn't change | jackh726 | -0/+3 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -12/+0 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -0/+1 |
| 2021-09-02 | Drop walk_crate_and_attributes. | Camille GILLOT | -12/+0 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -1/+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 |