| Age | Commit message (Expand) | Author | Lines |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -2/+4 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -1/+1 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -3/+4 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -3/+12 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -12/+46 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -19/+22 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -12/+46 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -3/+12 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+9 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+9 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -10/+10 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+8 |
| 2020-12-31 | Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkor | Dylan DPC | -5/+5 |
| 2020-12-31 | support pattern as const parents in type_of | Bastian Kauschke | -5/+5 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -0/+23 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -1/+8 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -3/+3 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -1/+3 |
| 2020-12-06 | Introduce if-let guards in the HIR | LeSeulArtichaut | -0/+5 |
| 2020-12-03 | Fix some clippy lints | Joshua Nelson | -1/+1 |
| 2020-11-29 | passes: prohibit attrs on generic params | David Wood | -0/+23 |
| 2020-11-26 | Formatting. | Camille GILLOT | -6/+6 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -10/+4 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -5/+95 |
| 2020-11-19 | resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers | Vadim Petrochenkov | -2/+9 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -0/+8 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -0/+5 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -0/+5 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-09 | Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov | Dylan DPC | -0/+6 |
| 2020-11-07 | Fix handling of item names for HIR | Joshua Nelson | -0/+3 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+6 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -40/+12 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -1/+3 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -3/+3 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -0/+2 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -3/+3 |
| 2020-10-23 | add tests for self with const params | Bastian Kauschke | -1/+3 |
| 2020-10-22 | Fix const core::panic!(non_literal_str). | Mara Bos | -0/+1 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -9/+0 |
| 2020-10-16 | Lower inline const down to MIR | Santiago Pastorino | -0/+5 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -0/+28 |
| 2020-10-14 | Remove unused code from rustc_hir | est31 | -86/+0 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-07 | implement nits | Bastian Kauschke | -1/+1 |