| Age | Commit message (Expand) | Author | Lines |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -1/+2 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -1/+1 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -9/+13 |
| 2021-09-04 | Auto merge of #88538 - bjorn3:no_session_in_crate_loader, r=petrochenkov | bors | -94/+77 |
| 2021-09-02 | Remove unused argument from resolve_crate | bjorn3 | -9/+6 |
| 2021-09-02 | Introduce CrateRejections struct | bjorn3 | -40/+36 |
| 2021-09-02 | Remove root field from CrateLocator | bjorn3 | -9/+4 |
| 2021-09-02 | Remove host_hash from CrateLocator | bjorn3 | -7/+3 |
| 2021-09-02 | Refactor CrateLocator.is_proc_macro | bjorn3 | -18/+13 |
| 2021-09-02 | Don't store Session in CrateLocator | bjorn3 | -11/+15 |
| 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 |