| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Add xcoff support | Kai Luo | -1/+1 |
| 2023-12-11 | Auto merge of #117962 - weihanglo:debug-name-table, r=wesleywiser | bors | -3/+73 |
| 2023-12-11 | refactor: only check dwarf version when emitting dwarf | Weihang Lo | -2/+8 |
| 2023-12-11 | Auto merge of #118838 - matthiaskrgr:rollup-8kwzpho, r=matthiaskrgr | bors | -2606/+2989 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -5/+44 |
| 2023-12-11 | test: demonstrate that dwarf debug names sections are emitted | Weihang Lo | -0/+25 |
| 2023-12-11 | Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118827 - Nilstrieb:linker-plugin-lto, r=ehuss | Matthias Krüger | -2/+6 |
| 2023-12-11 | Rollup merge of #118826 - Nilstrieb:no-email-pls, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118822 - Nadrieril:librarify, r=compiler-errors | Matthias Krüger | -2460/+2614 |
| 2023-12-11 | Rollup merge of #118818 - krasimirgg:llvm-18-pass, r=nikic | Matthias Krüger | -0/+4 |
| 2023-12-11 | Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors | Matthias Krüger | -77/+174 |
| 2023-12-11 | Rollup merge of #118647 - onur-ozkan:bootstrap-shims-dump, r=clubby789 | Matthias Krüger | -26/+158 |
| 2023-12-11 | Rollup merge of #118620 - petrochenkov:defeed2, r=compiler-errors | Matthias Krüger | -39/+31 |
| 2023-12-11 | Fix rustc codegen gcc tests | Urgau | -1/+1 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -44/+46 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -254/+933 |
| 2023-12-11 | Update table for linker-plugin-lto docs | Nilstrieb | -2/+6 |
| 2023-12-11 | Edit target doc template to remove email | Nilstrieb | -1/+1 |
| 2023-12-11 | Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomez | bors | -667/+588 |
| 2023-12-11 | Fix doc links | Nadrieril | -22/+22 |
| 2023-12-11 | sort dump files at the end of bootstrap | onur-ozkan | -2/+29 |
| 2023-12-11 | update auto completions | onur-ozkan | -17/+62 |
| 2023-12-11 | Dump command invocations from bootstrap shims | onur-ozkan | -9/+69 |
| 2023-12-11 | Rollup merge of #118812 - notriddle:notriddle/assoc-name-intern, r=GuillaumeG... | Guillaume Gomez | -14/+116 |
| 2023-12-11 | Rollup merge of #118807 - SUPERCILEX:allo, r=the8472 | Guillaume Gomez | -1/+1 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -652/+471 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -194/+149 |
| 2023-12-11 | Include the new crate in triagebot pings | Nadrieril | -0/+4 |
| 2023-12-11 | Fix item visibilities | Nadrieril | -31/+27 |
| 2023-12-11 | Make `MaybeInfiniteInt` rustc-independent | Nadrieril | -34/+59 |
| 2023-12-11 | Move lints to their own module | Nadrieril | -302/+347 |
| 2023-12-11 | Gather rustc-specific functions around `MatchCheckCtxt` | Nadrieril | -900/+903 |
| 2023-12-11 | Extract exhaustiveness into its own crate | Nadrieril | -900/+981 |
| 2023-12-11 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-12-11 | Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee | bors | -3/+83 |
| 2023-12-11 | Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=... | bors | -166/+187 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -10/+9 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -5/+19 |
| 2023-12-10 | rustdoc-search: fix fast path unboxing bindings | Michael Howell | -1/+12 |
| 2023-12-11 | Auto merge of #118810 - Kobzol:revert-mcp-510-bootstrap, r=nnethercote | bors | -11/+3 |
| 2023-12-11 | Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkov | bors | -525/+816 |
| 2023-12-10 | rustdoc-search: do not treat associated type names as types | Michael Howell | -13/+104 |
| 2023-12-11 | Rearrange `default_configuration` and `CheckCfg::fill_well_known`. | Nicholas Nethercote | -166/+187 |
| 2023-12-11 | Add a few cases with wonky formatting to `stringify.rs` test. | Nicholas Nethercote | -0/+4 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -231/+307 |
| 2023-12-10 | Revert "Use MCP510" | Jakub Beránek | -11/+3 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -356/+567 |
| 2023-12-10 | Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb | bors | -3/+107 |
| 2023-12-10 | Remove an allocation in min_stack | Alex Saveau | -1/+1 |