| 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-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -2/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Revert a change of “an --extern” (can be read with “dash dash”) | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -2/+1 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -1/+4 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -4/+4 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -4/+4 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -11/+9 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -11/+9 |
| 2021-08-06 | encode `generics_of` of fields and ty params | Ellen | -2/+2 |
| 2021-08-04 | Add back -Zno-profiler-runtime | Amanieu d'Antras | -8/+6 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -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-24 | Remove detection of rustup and cargo in 'missing extern crate' diagnostics | Joshua Nelson | -2/+5 |
| 2021-07-18 | Auto merge of #86698 - cjgillot:modc, r=estebank | bors | -1/+4 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -1/+4 |
| 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-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-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-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -4/+3 |
| 2021-06-21 | Print more crate details in -Zls | Jeremy Fitzhardinge | -2/+15 |