| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Add more explanation to local DefPathHash collision case. | Michael Woerister | -1/+8 |
| 2021-02-03 | Refactor out PrimitiveTypeTable | Cameron Steffen | -0/+49 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -20/+41 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+4 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -0/+6 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-27 | Auto merge of #81393 - pnkfelix:issue-81296-make-weak-item-traversal-determin... | bors | -3/+3 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -1/+1 |
| 2021-01-25 | This should address issue 81294. | Felix S. Klock II | -3/+3 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -0/+4 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -0/+4 |
| 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/+8 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+8 |
| 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 |