| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-10-07 | split SyntheticTyParamKind | Bastian Kauschke | -0/+2 |
| 2020-10-05 | Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank | Dylan DPC | -3/+1 |
| 2020-10-03 | Replace some once(x).chain(once(y)) with [x, y] IntoIter | Scott McMurray | -3/+1 |
| 2020-10-03 | Prevent #[doc(alias = "...")] at crate level | Guillaume Gomez | -2/+2 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -0/+24 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -3/+0 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -3/+0 |
| 2020-09-25 | Move `is_raw_guess` check in `ty::print::pretty` | marmeladema | -4/+1 |
| 2020-09-25 | Address review comment | marmeladema | -4/+5 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |