| Age | Commit message (Expand) | Author | Lines |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+3 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+9 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -16/+11 |
| 2021-10-28 | Remove `ModData` from rustc_metadata | Matthew Jasper | -11/+4 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -3/+3 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -6/+8 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+1 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+9 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+1 |
| 2021-10-07 | Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov | Jubilee | -6/+10 |
| 2021-10-06 | Do not ICE if some foreign expansions were not encoded. | Camille GILLOT | -2/+0 |
| 2021-10-06 | Access Session while decoding expn_id. | Camille GILLOT | -4/+10 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -5/+13 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -6/+6 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -4/+3 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -1/+9 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -2/+19 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -7/+5 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -4/+3 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -38/+23 |
| 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 | -65/+103 |
| 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 | -0/+3 |
| 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 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -0/+3 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -36/+20 |
| 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-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 |