| Age | Commit message (Expand) | Author | Lines |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -1/+7 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-07-17 | Drop ExpnData::krate. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Drop orig_id. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -0/+38 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -2/+7 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -1/+8 |
| 2021-07-15 | Simplify metadata decoding. | Camille GILLOT | -14/+4 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -28/+23 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -2/+9 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -2/+9 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+4 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -18/+11 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+4 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -6/+2 |
| 2021-06-21 | Print more crate details in -Zls | Jeremy Fitzhardinge | -2/+15 |
| 2021-06-09 | Encode CrateNum using the StableCrateId for incr. comp. | Camille GILLOT | -4/+4 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -2/+6 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+4 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -1/+1 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -1/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -6/+2 |
| 2021-05-14 | Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister | bors | -3/+3 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -1/+12 |
| 2021-05-12 | Preserve `SyntaxContext` for invalid/dummy spans in crate metadata | Aaron Hill | -3/+3 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -9/+32 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -11/+27 |
| 2021-05-08 | Fix diagnostic for matching/creating x-crate re-exported tuple structs with p... | Luqman Aden | -1/+12 |
| 2021-05-05 | Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation... | Andy Wang | -0/+25 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -1/+1 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -8/+6 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -4/+0 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -3/+3 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+2 |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+8 |
| 2021-03-19 | Remove FingerprintEncoder/Decoder. | Camille GILLOT | -7/+0 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -0/+4 |
| 2021-01-23 | Encode DefKind directly. | Camille GILLOT | -54/+24 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -33/+1 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -5/+9 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -33/+1 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -0/+15 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -5/+9 |
| 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/+4 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -0/+12 |
| 2021-01-04 | Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor | bors | -2/+3 |
| 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 |