| Age | Commit message (Expand) | Author | Lines |
| 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/+16 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -2/+14 |
| 2023-02-20 | Replace u32_len with constant | Rune Tynan | -2/+2 |
| 2023-02-20 | Bind header+u32 to variable for clearer math | Rune Tynan | -3/+5 |
| 2023-02-20 | Fix metadata encoding and decoding to use the right length | Rune Tynan | -3/+3 |
| 2023-02-20 | Try adding metadata length prefix, and obey it while decoding | Rune Tynan | -2/+9 |
| 2023-02-20 | Stop passing in values that one can also get from the tcx lazily | Oli Scherer | -12/+17 |
| 2023-02-20 | Remove definitions field that is only needed for one method | Oli Scherer | -12/+4 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -7/+12 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+12 |
| 2023-02-17 | Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ... | Santiago Pastorino | -2/+2 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -1/+2 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -2/+3 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -2/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+2 |
| 2023-02-17 | Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-02-16 | fix ugly skip_binder | Kyle Matsuda | -1/+2 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -1/+1 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -1/+1 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -9/+10 |
| 2023-02-13 | rustc_resolve: Remove `Resolver::clone_output` | Vadim Petrochenkov | -6/+5 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -23/+20 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -13/+14 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -13/+14 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -65/+54 |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -13/+6 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -13/+6 |
| 2023-02-05 | rustc_metadata: Encode/decode `DefPathHash`es without an `Option` | Vadim Petrochenkov | -11/+14 |
| 2023-02-05 | rustc_metadata: Encode/decode some `LazyArray`s without an `Option` | Vadim Petrochenkov | -32/+39 |
| 2023-02-05 | rustc_metadata: Support encoding/decoding `LazyArray` without an `Option` | Vadim Petrochenkov | -30/+66 |