| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -428/+6 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -1/+1 |
| 2023-12-14 | Rollup merge of #118945 - Enselic:remove-trailing, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-12-14 | rustc_codegen_ssa: Remove trailing spaces in Display impl for CguReuse | Martin Nordholts | -2/+2 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -428/+6 |
| 2023-12-14 | Address comment | Kai Luo | -2/+5 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -23/+39 |
| 2023-12-13 | Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkin | bors | -36/+53 |
| 2023-12-13 | Fix XCOFF metadata | Kai Luo | -10/+11 |
| 2023-12-12 | reject projecting to fields whose offset we cannot compute | Ralf Jung | -12/+7 |
| 2023-12-12 | codegen: panic when trying to compute size/align of extern type | Ralf Jung | -24/+46 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -9/+9 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -1/+1 |
| 2023-12-10 | Auto merge of #118791 - saethlin:use-immediate-type, r=nikic | bors | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-09 | Use immediate_backend_type when reading from a const alloc | Ben Kimock | -1/+1 |
| 2023-12-09 | Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic | Jubilee | -1/+1 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -2/+36 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -1/+8 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -1/+1 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -3/+15 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -1/+1 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -1/+1 |
| 2023-12-07 | Add emulated TLS support | quininer | -2/+36 |
| 2023-12-05 | Consider only `#[no_mangle]` as builtin functions | DianQK | -2/+3 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -1/+12 |
| 2023-12-04 | Rollup merge of #118573 - petrochenkov:pathdatakind, r=TaKO8Ki | Takayuki Maeda | -1/+1 |
| 2023-12-04 | Rollup merge of #118551 - RalfJung:extern-types-bugs, r=compiler-errors | Takayuki Maeda | -0/+1 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -10/+12 |
| 2023-12-03 | Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov | bors | -1/+1 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -1/+1 |
| 2023-12-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -10/+12 |
| 2023-12-03 | more targeted errors when extern types end up in places they should not | Ralf Jung | -0/+1 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -4/+4 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -2/+2 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -61/+22 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -2/+2 |
| 2023-11-30 | Move `MetadataLoader{,Dyn}` to `rustc_metadata`. | Nicholas Nethercote | -2/+2 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -1/+1 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -8/+8 |
| 2023-11-28 | Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch... | Matthias Krüger | -1/+27 |
| 2023-11-27 | Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkov | Michael Goulet | -34/+40 |
| 2023-11-28 | Perform LTO optimisations with wasm-ld + -Clinker-plugin-lto | Cormac Relf | -1/+27 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -34/+40 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -2/+8 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -2/+2 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |