| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-19 | resolve: Remove `module_children_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-19 | Rollup merge of #110451 - WaffleLapkin:ensure_return_elem, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -2/+2 |
| 2023-04-18 | Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot | bors | -5/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -18/+0 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -2/+2 |
| 2023-04-18 | rustc_metadata: Remove `Span` from `ModChild` | Vadim Petrochenkov | -5/+4 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -2/+2 |
| 2023-04-18 | Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -2/+2 |