| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -59/+25 |
| 2023-03-20 | Rollup merge of #109362 - nnethercote:split-meta-stats-items, r=bjorn3 | Matthias Krüger | -4/+3 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -4/+4 |
| 2023-03-20 | Split `items` from `-Zmeta-stats` in two. | Nicholas Nethercote | -4/+3 |
| 2023-03-19 | Rollup merge of #109324 - cjgillot:fixed-unused-params, r=Nilstrieb | Dylan DPC | -14/+29 |
| 2023-03-19 | Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov | Dylan DPC | -41/+35 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -41/+34 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -14/+29 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-03-17 | Do not ICE for native_lib without name | yukang | -1/+2 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -3/+5 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -8/+0 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -1/+1 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -1/+9 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -2/+12 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -2/+12 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -1/+9 |
| 2023-03-14 | Get impl defaultness using query | Santiago Pastorino | -2/+3 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -0/+2 |
| 2023-03-14 | Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillot | bors | -70/+16 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -0/+2 |
| 2023-03-13 | Better names? | Michael Goulet | -2/+2 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -1/+2 |
| 2023-03-13 | metadata/resolve: Minor refactoring to "tcx -> cstore" conversions | Vadim Petrochenkov | -6/+9 |
| 2023-03-13 | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | -10/+4 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -24/+1 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -4/+0 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -22/+2 |
| 2023-03-13 | resolve: Remove `visibility_untracked` | Vadim Petrochenkov | -4/+0 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -3/+3 |
| 2023-03-12 | Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgr | bors | -5/+18 |
| 2023-03-12 | Rollup merge of #109013 - Nilstrieb:obscurity-is-not-a-necessity, r=fee1-dead | Matthias Krüger | -5/+18 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -23/+3 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -3/+3 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Give proper error message when tcx wasn't passed to decoder | Nilstrieb | -5/+18 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -23/+3 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -1/+1 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -5/+14 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-01 | Properly implement should_encode_fn_impl_trait_in_trait using new unstable op... | Santiago Pastorino | -3/+12 |
| 2023-02-28 | Update header comment | Rune Tynan | -3/+3 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -29/+1 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -1/+6 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -2/+2 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -1/+6 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -11/+304 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -2/+14 |