| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+2 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -8/+0 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -8/+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 | -5/+2 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -16/+18 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -21/+36 |
| 2023-04-26 | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | -20/+5 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+15 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+4 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -20/+5 |
| 2023-04-22 | Apply `simulate-remapped-rust-src-base` even `remap-debuginfo` is set in conf... | jyn | -7/+12 |
| 2023-04-22 | Decrease the indentation in `imported_source_file` | jyn | -13/+10 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -4/+0 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -1/+15 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -21/+13 |
| 2023-04-18 | Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot | bors | -2/+1 |
| 2023-04-18 | rustc_metadata: Remove `Span` from `ModChild` | Vadim Petrochenkov | -2/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -4/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -9/+6 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -5/+19 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -6/+0 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -6/+0 |
| 2023-04-04 | Another AppendOnlyVec | Oli Scherer | -6/+6 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -3/+8 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -7/+0 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -4/+0 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -4/+0 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -4/+0 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -2/+3 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -0/+2 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -0/+2 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -15/+0 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -14/+1 |
| 2023-03-11 | Give proper error message when tcx wasn't passed to decoder | Nilstrieb | -5/+18 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -9/+3 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -22/+19 |
| 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 | -13/+10 |
| 2023-02-05 | rustc_metadata: Support encoding/decoding `LazyArray` without an `Option` | Vadim Petrochenkov | -9/+9 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -4/+4 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -2/+2 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -3/+3 |
| 2022-12-22 | A few metadata nits | Nilstrieb | -15/+9 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -7/+9 |