| Age | Commit message (Expand) | Author | Lines |
| 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-15 | Auto merge of #86876 - jyn514:56935-target-crate-num, r=petrochenkov | bors | -1/+5 |
| 2021-07-14 | Reuse CrateNum for proc-macro crates even when cross-compiling | Joshua Nelson | -1/+5 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -22/+15 |
| 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/+9 |
| 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-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -15/+57 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -3/+3 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -0/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -29/+16 |
| 2021-07-05 | Remove LibSource | bjorn3 | -3/+13 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -7/+7 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -7/+7 |
| 2021-07-01 | Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum | bors | -1/+0 |
| 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-25 | rustc_metadata: Remove unused dependency stable_deref_trait | Josh Triplett | -1/+0 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -4/+3 |
| 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-18 | Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726 | bors | -19/+25 |
| 2021-06-17 | Early return from `inject_profiler_runtime` | Alan Egerton | -23/+23 |
| 2021-06-17 | Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoerister | bors | -4/+4 |
| 2021-06-11 | Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot | bors | -3/+3 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -6/+4 |
| 2021-06-09 | Encode CrateNum using the StableCrateId for incr. comp. | Camille GILLOT | -4/+4 |
| 2021-06-08 | Store boxed metadata loader in CrateLoader | bjorn3 | -3/+3 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -16/+29 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -11/+61 |
| 2021-06-05 | Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkov | bors | -1/+1 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -11/+61 |
| 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-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 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/+4 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -4/+5 |