| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+1 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -1/+1 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -0/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -23/+17 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -1/+1 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -18/+5 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -1/+18 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -17/+13 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+1 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -1/+1 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+1 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -4/+3 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -5/+1 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -5/+1 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -3/+4 |
| 2021-06-04 | Rollup merge of #85889 - denismerigoux:master, r=petrochenkov | Yuki Okushi | -0/+7 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -2/+1 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -5/+1 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -4/+5 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -3/+11 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -5/+1 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -4/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -2/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -4/+3 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -23/+6 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -2/+16 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () for visible_parent_map. | Camille GILLOT | -3/+2 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -8/+0 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -5/+0 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -4/+1 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -1/+10 |
| 2021-05-08 | Fix diagnostic for matching/creating x-crate re-exported tuple structs with p... | Luqman Aden | -2/+16 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -7/+4 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -4/+0 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -5/+0 |
| 2021-03-23 | Update with comments | kadmin | -1/+1 |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+1 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+4 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -1/+1 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -5/+8 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -0/+3 |
| 2021-01-12 | Prevent potential bug resulting from changing crate_hash query name | Tyson Nottingham | -1/+2 |
| 2021-01-12 | Return to defining crate_hash similarly to other query providers | Tyson Nottingham | -17/+5 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -5/+19 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -0/+3 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -0/+1 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -0/+1 |