| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -9/+11 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -14/+11 |
| 2021-08-25 | Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister | bors | -5/+14 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -1/+4 |
| 2021-08-06 | encode `generics_of` of fields and ty params | Ellen | -2/+2 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-18 | Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc... | Yuki Okushi | -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 | -18/+43 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -3/+16 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -8/+40 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -1/+1 |
| 2021-07-15 | Simplify metadata decoding. | Camille GILLOT | -14/+4 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -35/+25 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -21/+14 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -9/+25 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -9/+25 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -3/+14 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -3/+3 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -19/+12 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -3/+14 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -3/+3 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -13/+5 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -2/+2 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -2/+2 |
| 2021-06-30 | use is_const_fn_raw when encoding constness | Deadbeef | -1/+6 |
| 2021-06-28 | Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011 | bors | -5/+1 |
| 2021-06-21 | Print more crate details in -Zls | Jeremy Fitzhardinge | -2/+15 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -5/+1 |
| 2021-06-17 | Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoerister | bors | -4/+4 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -6/+2 |
| 2021-06-09 | Encode CrateNum using the StableCrateId for incr. comp. | Camille GILLOT | -4/+4 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -5/+13 |
| 2021-06-05 | Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkov | bors | -1/+1 |
| 2021-06-04 | Always go through the expn_that_defined query. | Camille GILLOT | -1/+1 |
| 2021-06-04 | Rollup merge of #85889 - denismerigoux:master, r=petrochenkov | Yuki Okushi | -0/+11 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+11 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -3/+2 |
| 2021-06-02 | Update compiler/rustc_metadata/src/rmeta/mod.rs | Camille Gillot | -1/+1 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -4/+5 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -1/+1 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -6/+2 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -4/+5 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -8/+16 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -6/+2 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -3/+3 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -4/+1 |