| Age | Commit message (Expand) | Author | Lines |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -1/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -1/+2 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -1/+1 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+2 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+2 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+1 |
| 2023-05-26 | Load only the header for crate_matches | jyn | -5/+26 |
| 2023-05-25 | rustc_metadata: inherit dependency privacy flag | Michael Howell | -0/+1 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+2 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -2/+2 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+2 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -1/+0 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+2 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -1/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+2 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -1/+1 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -0/+6 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -1/+0 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -1/+2 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -1/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -1/+1 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+3 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -1/+1 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -1/+1 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -0/+1 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -4/+4 |
| 2023-02-28 | Update header comment | Rune Tynan | -3/+3 |
| 2023-02-20 | Try adding metadata length prefix, and obey it while decoding | Rune Tynan | -1/+1 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -1/+1 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -3/+4 |
| 2023-02-05 | rustc_metadata: Encode/decode `DefPathHash`es without an `Option` | Vadim Petrochenkov | -1/+1 |
| 2023-02-05 | rustc_metadata: Encode/decode some `LazyArray`s without an `Option` | Vadim Petrochenkov | -5/+3 |
| 2023-02-05 | rustc_metadata: Support encoding/decoding `LazyArray` without an `Option` | Vadim Petrochenkov | -4/+6 |
| 2023-02-05 | rustc_metadata: Refactor lazy table reading/writing | Vadim Petrochenkov | -2/+2 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+1 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -17/+22 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -1/+9 |
| 2023-01-19 | Conditionally encode boolean | Michael Goulet | -1/+2 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+1 |