| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -18/+83 |
| 2021-01-04 | Require the `encode_promoted_mir` caller to know whether MIR for this item ac... | oli | -3/+1 |
| 2021-01-04 | Limit trait item mir encoding to items with default bodies | oli | -2/+9 |
| 2021-01-04 | Remove mir encode calls that didn't actually encode anything | oli | -2/+0 |
| 2021-01-04 | Make `encode_optimized_mir` always perform its action and instead require the... | oli | -11/+11 |
| 2021-01-04 | Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor | bors | -2/+3 |
| 2021-01-03 | Rollup merge of #80646 - bugadani:meta, r=petrochenkov | Guillaume Gomez | -17/+12 |
| 2021-01-03 | Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor | Guillaume Gomez | -4/+4 |
| 2021-01-03 | Move variable into condition where it's used | Dániel Buga | -1/+1 |
| 2021-01-03 | No need to collect result of get_item_attrs | Dániel Buga | -3/+2 |
| 2021-01-03 | Clean up convoluted macros_only logic | Dániel Buga | -13/+9 |
| 2021-01-03 | Auto merge of #80247 - tmiasko:indent, r=bjorn3 | bors | -1/+1 |
| 2021-01-03 | Move variable into the only branch where it is relevant | LingMan | -8/+7 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -4/+4 |
| 2021-01-01 | Use `UnhashMap` whenever we have a key of `DefPathHash` | Aaron Hill | -2/+3 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-20 | Fix indentation of -Z meta-stats output | Tomasz Miąsko | -1/+1 |
| 2020-12-17 | Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasper | Yuki Okushi | -4/+0 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -6/+1 |
| 2020-12-14 | Remove unused `TyEncoder::tcx` required method | LeSeulArtichaut | -4/+0 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -3/+15 |
| 2020-12-08 | Account for gaps in def path table during decoding | Aaron Hill | -3/+8 |
| 2020-12-03 | rustc_metadata: Remove some dead code | Vadim Petrochenkov | -25/+4 |