| Age | Commit message (Expand) | Author | Lines |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -5/+6 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -1/+10 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -2/+1 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -9/+4 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -1/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -5/+5 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -2/+5 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -2/+2 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -16/+18 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -22/+40 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -22/+40 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -3/+4 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -3/+3 |
| 2023-05-10 | Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgr | bors | -2/+6 |
| 2023-05-10 | Rollup merge of #111410 - kylematsuda:earlybinder-abstract-const, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -10/+21 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -1/+1 |
| 2023-05-09 | Keep encoding attributes for closures | Oli Scherer | -1/+5 |
| 2023-05-06 | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | -1/+13 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -2/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -18/+0 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -1/+13 |
| 2023-05-05 | Rollup merge of #111173 - nnethercote:still-more-Encoder-cleanups, r=cjgillot | Yuki Okushi | -4/+0 |
| 2023-05-04 | Rollup merge of #111039 - compiler-errors:foreign-span-rpitit, r=tmiasko | Matthias Krüger | -1/+2 |
| 2023-05-04 | Remove unneeded encode/decode methods. | Nicholas Nethercote | -4/+0 |
| 2023-05-04 | Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors | Dylan DPC | -7/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -7/+15 |
| 2023-04-30 | Encode def span for foreign RPITITs | Michael Goulet | -1/+2 |
| 2023-04-28 | include source error for LoadLibraryExW | Sameer Puri | -1/+9 |
| 2023-04-26 | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | -23/+5 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -3/+17 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+104 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -4/+4 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -23/+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 | -104/+0 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-22 | Encode lifetime param spans too | Michael Goulet | -4/+2 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -27/+24 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -6/+16 |
| 2023-04-21 | Auto merge of #110542 - petrochenkov:qcstore4, r=cjgillot | bors | -8/+0 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -27/+24 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -2/+6 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -2/+1 |
| 2023-04-19 | Add unstable feature flags | bjorn3 | -6/+20 |
| 2023-04-19 | Support linking to rust dylibs from a staticlib | bjorn3 | -13/+10 |