| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-25 | Fix pretty-printing of `DisambiguatedDefPathData` | marmeladema | -9/+19 |
| 2020-09-25 | Implement `Display` for `DisambiguatedDefPathData` and `DefPathData` | marmeladema | -39/+26 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -20/+37 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -0/+24 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -4/+6 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -1/+8 |
| 2020-09-05 | [WIP] give better errors for broken intra doc links | Joshua Nelson | -0/+10 |
| 2020-09-04 | add track_caller to `local_def_id_to_hir_id` | Bastian Kauschke | -0/+1 |
| 2020-09-01 | hir: replace `lazy_static` by `SyncLazy` from std | marmeladema | -18/+14 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+6010 |