| Age | Commit message (Expand) | Author | Lines |
| 2021-07-23 | Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache. | Michael Woerister | -5/+33 |
| 2021-07-23 | Access stable_crate_id directly. | Camille GILLOT | -2/+7 |
| 2021-07-23 | Do not store crate in latest_foreign_def_path_hashes. | Camille GILLOT | -7/+0 |
| 2021-07-23 | Encode CrateNum using the StableCrateId for incr. comp. | Camille GILLOT | -67/+38 |
| 2021-07-22 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-22 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+1 |
| 2021-06-19 | Revert "Allow specifying alignment for functions" | Mark Rousskov | -4/+0 |
| 2021-06-12 | Rollup merge of #86189 - JohnTitor:relate-fn-pub, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-06-10 | Make `relate_type_and_mut` public | Yuki Okushi | -1/+1 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -5/+0 |
| 2021-06-09 | Auto merge of #86150 - cjgillot:notable, r=michaelwoerister | bors | -21/+3 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -15/+13 |
| 2021-06-08 | Do not require the DefPathTable to construct the on-disk cache. | Camille GILLOT | -21/+3 |
| 2021-06-08 | use non_erasable_generics | Ellen | -1/+1 |
| 2021-06-07 | Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there | Santiago Pastorino | -14/+3 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -2/+10 |
| 2021-06-07 | Change concrete opaque type to be a `VecMap` | Santiago Pastorino | -3/+4 |
| 2021-06-07 | Auto merge of #85891 - bjorn3:revert_merge_crate_disambiguator, r=Mark-Simula... | bors | -35/+40 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -35/+40 |
| 2021-06-07 | Rollup merge of #84262 - camelid:sized-ice, r=estebank | Yuki Okushi | -1/+8 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -29/+111 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -0/+7 |
| 2021-06-05 | Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkov | bors | -15/+8 |
| 2021-06-05 | Update compiler/rustc_middle/src/query/mod.rs | Camille Gillot | -1/+0 |
| 2021-06-05 | Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov | bors | -5/+0 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+7 |
| 2021-06-04 | Always go through the expn_that_defined query. | Camille GILLOT | -14/+8 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -4/+26 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | Rollup merge of #85934 - tmiasko:is-union, r=jackh726 | Yuki Okushi | -4/+6 |
| 2021-06-03 | Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011 | Yuki Okushi | -2/+2 |
| 2021-06-02 | Inline is_machine into check_simd | Jubilee Young | -8/+0 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -9/+5 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -1/+1 |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -0/+5 |
| 2021-06-02 | Implement `Ty::is_enum` using `matches!` | Tomasz Miąsko | -4/+1 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -2/+2 |
| 2021-06-02 | Auto merge of #85892 - tmiasko:i, r=oli-obk | bors | -0/+16 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -8/+7 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+16 |
| 2021-06-02 | Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011 | bors | -18/+7 |
| 2021-06-01 | Allow raw pointers in SIMD types | Jubilee Young | -1/+4 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -3/+2 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -5/+0 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -8/+7 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -5/+6 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -13/+1 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+0 |