| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -2/+1 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -2/+6 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -8/+4 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -2/+6 |
| 2021-05-30 | Fix test | bjorn3 | -8/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -3/+1 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -1/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -4/+7 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -29/+26 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -25/+16 |
| 2021-05-12 | Add more precise span informations to generic types | Giacomo Stevanato | -25/+16 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -4/+7 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -0/+3 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -5/+0 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -1/+3 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-22 | Update comment on `PrimTy::name_str` | Joshua Nelson | -1/+1 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -1/+3 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 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 |