| Age | Commit message (Expand) | Author | Lines |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -63/+61 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+3 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -3/+5 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -1/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-25 | use vec![] macro to create Vector with first item inside instead of pushing t... | Matthias Krüger | -2/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -3/+5 |
| 2021-06-29 | Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum | Yuki Okushi | -1/+0 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -0/+3 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -0/+3 |
| 2021-06-23 | fix pretty print for `loop` in mir and hir | klensy | -1/+0 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -2/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -105/+109 |
| 2021-04-23 | Handle pretty printing of `else if let` clauses | Smitty | -2/+22 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+2 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -33/+0 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -2/+4 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+4 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -2/+2 |
| 2021-03-09 | Use BTreeMap to store attributes. | Camille GILLOT | -5/+6 |
| 2021-03-09 | Remove hir::Expr::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -4/+5 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::ForeignItem::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::StructField::attrs. | Camille GILLOT | -2/+2 |
| 2021-03-09 | Remove hir::Variant::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::Param::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::Arm::attrs. | Camille GILLOT | -5/+17 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -1/+1 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -6/+6 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+2 |
| 2021-02-04 | hir pretty printing | b-naber | -0/+1 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -1/+54 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -10/+6 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -2/+2 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -10/+6 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -1/+54 |
| 2021-01-08 | rustc_ast_pretty: Remove `PrintState::insert_extra_parens` | Vadim Petrochenkov | -3/+0 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -11/+9 |