| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -9/+0 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -61/+4 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -24/+2 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -4/+0 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -4/+0 |
| 2021-09-01 | Compute item_generics_num_lifetimes during resolution. | Camille GILLOT | -43/+4 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -10/+0 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -95/+2 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -24/+2 |
| 2021-08-30 | Move some methods to block module | Cameron Steffen | -95/+2 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -1/+1 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -1/+1 |
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -65/+102 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -10/+0 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -1/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -10/+0 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -5/+5 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -41/+52 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+7 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+4 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -18/+41 |
| 2021-07-25 | Add generic arg infer | kadmin | -40/+47 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -7/+1 |
| 2021-07-18 | Remove origin field from TypeAliasesOpaqueTy | Santiago Pastorino | -8/+4 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+2 |
| 2021-07-17 | Remove impl traits bindings error message handling on AST lowering | Santiago Pastorino | -6/+1 |
| 2021-07-17 | Fix TypeAliasesOpaqueTy origin docs | Santiago Pastorino | -1/+1 |
| 2021-07-17 | Rename OtherOpaqueTy to TypeAliasesOpaqueTy | Santiago Pastorino | -9/+13 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -16/+5 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -9/+18 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -3/+43 |
| 2021-06-30 | Arena-allocate Crate during lowering. | Camille GILLOT | -4/+5 |
| 2021-06-15 | Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitor | bors | -1/+1 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-06-01 | Rename take_trait_map. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -2/+1 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -10/+10 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -9/+10 |
| 2021-05-30 | Rename take_trait_map. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -2/+1 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -10/+10 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -1/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -5/+5 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+9 |