| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -4/+20 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -7/+6 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -6/+5 |
| 2021-09-23 | Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister | bors | -43/+29 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -22/+22 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -43/+29 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -22/+22 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -1/+7 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -2/+2 |
| 2021-09-14 | rustc_metadata: Remove Metadata::raw_bytes() and use Metadata::blob() directl... | Michael Woerister | -7/+4 |
| 2021-09-14 | Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa... | Michael Woerister | -21/+19 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -7/+6 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -66/+104 |
| 2021-09-14 | Allow taking an OwningRef of the crate metadata blob. | Michael Woerister | -18/+62 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -9/+26 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -9/+13 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -36/+20 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1/+2 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -9/+26 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -36/+20 |
| 2021-09-10 | Add help for E0463 | Guillaume Gomez | -0/+5 |
| 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 |