| Age | Commit message (Expand) | Author | Lines |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -3/+3 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -3/+3 |
| 2021-04-08 | Auto merge of #82958 - camelid:res-docs, r=petrochenkov | bors | -13/+142 |
| 2021-04-07 | Document `Res` and its friends | Camelid | -13/+142 |
| 2021-04-08 | Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqd | Dylan DPC | -1/+1 |
| 2021-04-07 | Add Debug implementation for hir::intravisit::FnKind | Guillaume Gomez | -1/+1 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -2/+4 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -2/+4 |
| 2021-04-03 | Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 | bors | -2/+5 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -3/+3 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -2/+2 |
| 2021-03-31 | Track bound vars | Jack Huey | -2/+2 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -10/+3 |
| 2021-03-28 | Avoid sorting by DefId for `necessary_variants()` | Joshua Nelson | -2/+5 |
| 2021-03-27 | Address review comments | Joshua Nelson | -1/+69 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -103/+5 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -1/+8 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -3/+3 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -23/+23 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -1/+1 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -23/+23 |
| 2021-03-16 | Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis | bors | -1/+3 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-15 | Special case type aliases from impl trait in const/static types | Oli Scherer | -1/+3 |
| 2021-03-14 | Remove unused `opt_local_def_id_to_hir_id` function | Joshua Nelson | -5/+0 |
| 2021-03-11 | Auto merge of #82641 - camelid:lang-item-docs, r=jyn514 | bors | -19/+28 |
| 2021-03-10 | Remove unnecessary `#[allow(dead_code)]` | Camelid | -1/+0 |
| 2021-03-10 | Clarify docs | Camelid | -1/+2 |
| 2021-03-10 | Remove `sym::` and `kw::` from generated docs | Camelid | -3/+3 |
| 2021-03-10 | Fix bug | Camelid | -2/+2 |
| 2021-03-09 | Use BTreeMap to store attributes. | Camille GILLOT | -3/+3 |
| 2021-03-09 | Track HirId when visiting attributes. | Camille GILLOT | -3/+5 |
| 2021-03-09 | Remove hir::Expr::attrs. | Camille GILLOT | -3/+2 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -4/+2 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -23/+5 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -4/+2 |
| 2021-03-09 | Remove hir::ForeignItem::attrs. | Camille GILLOT | -4/+2 |
| 2021-03-09 | Remove hir::StructField::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Variant::attrs. | Camille GILLOT | -2/+0 |
| 2021-03-09 | Remove hir::Param::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Arm::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -3/+1 |
| 2021-03-09 | Remove hir::GenericParam::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Local::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::StmtKind::attrs. | Camille GILLOT | -10/+0 |
| 2021-03-09 | Visit attributes in one go. | Camille GILLOT | -15/+4 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -19/+11 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -1/+18 |