| Age | Commit message (Expand) | Author | Lines |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -33/+25 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -10/+6 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -22/+18 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-08 | Rollup merge of #81861 - tmiasko:mir-bytes, r=wesleywiser | Mara Bos | -1/+6 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -4/+23 |
| 2021-02-07 | Show MIR bytes separately in -Zmeta-stats output | Tomasz Miąsko | -1/+6 |
| 2021-02-05 | Auto merge of #81215 - cjgillot:defkey-mir, r=oli-obk | bors | -215/+103 |
| 2021-02-04 | Encode less consts. | Camille GILLOT | -7/+16 |
| 2021-02-03 | Address review. | Camille GILLOT | -6/+2 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -3/+43 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -13/+21 |
| 2021-01-26 | Check for rmeta crates when getting existing crates from cache | Ryan Levick | -2/+3 |
| 2021-01-24 | Sort mir_keys to ensure consistent diagnostic order. | Camille GILLOT | -5/+18 |
| 2021-01-24 | Review comment. | Camille GILLOT | -0/+5 |
| 2021-01-24 | Refactor MIR metadata emission. | Camille GILLOT | -215/+43 |
| 2021-01-24 | Introduce should_encode_mir. | Camille GILLOT | -0/+37 |
| 2021-01-23 | Fix proc macro crate encoding. | Camille GILLOT | -2/+9 |
| 2021-01-23 | Filter stability. | Camille GILLOT | -3/+40 |
| 2021-01-23 | Iterate on deprecation. | Camille GILLOT | -10/+1 |
| 2021-01-23 | Iterate on const_stability. | Camille GILLOT | -4/+1 |
| 2021-01-23 | Iterate on stability. | Camille GILLOT | -14/+2 |
| 2021-01-23 | Iterate DefId to encode expn_that_defined. | Camille GILLOT | -4/+1 |
| 2021-01-23 | Iterate DefId to encode attributes. | Camille GILLOT | -17/+4 |
| 2021-01-23 | Iterate DefId to encode visibility. | Camille GILLOT | -10/+38 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -60/+28 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -13/+15 |
| 2021-01-23 | Encode DefKind directly. | Camille GILLOT | -142/+160 |
| 2021-01-17 | Impl EncodableWithShorthand for PredicateKind | Jack Huey | -0/+6 |
| 2021-01-16 | Can't use EncodableWithShorthand for Predicate | Jack Huey | -6/+0 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -38/+9 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-14 | Encode optimized MIR of generators when emitting metadata | Tomasz Miąsko | -1/+4 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -5/+12 |
| 2021-01-13 | Auto merge of #80718 - tmiasko:skip-opt-mir, r=oli-obk | bors | -32/+39 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -1/+1 |
| 2021-01-13 | Skip promoted mir of struct constructors & enum constructors | Tomasz Miąsko | -2/+0 |
| 2021-01-13 | Consistently avoid constructing optimized MIR when not doing codegen | Tomasz Miąsko | -16/+30 |
| 2021-01-12 | Reorder MIR encoding checks | Tomasz Miąsko | -25/+20 |
| 2021-01-12 | Prevent potential bug resulting from changing crate_hash query name | Tyson Nottingham | -1/+2 |
| 2021-01-12 | Return to defining crate_hash similarly to other query providers | Tyson Nottingham | -17/+5 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -38/+20 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -33/+105 |
| 2021-01-11 | Serialize incr comp structures to file via fixed-size buffer | Tyson Nottingham | -1/+1 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -5/+12 |
| 2021-01-05 | Rollup merge of #80643 - LingMan:unwrap, r=oli-obk | Yuki Okushi | -8/+7 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -1/+5 |