| Age | Commit message (Expand) | Author | Lines |
| 2023-12-30 | Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillot | bors | -2/+4 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -5/+5 |
| 2023-12-28 | Change `rustc_codegen_ssa`'s `atomic_cmpxchg` interface to return a pair of v... | Bernd Schmidt | -2/+4 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -36/+41 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -5/+6 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -36/+41 |
| 2023-12-22 | Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -12/+15 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -5/+6 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -12/+15 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -3/+11 |
| 2023-12-18 | Rollup merge of #118852 - Zalathar:no-spans, r=cjgillot | Matthias Krüger | -3/+11 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -34/+20 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -78/+60 |
| 2023-12-18 | Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -25/+25 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -2/+2 |
| 2023-12-16 | coverage: Avoid creating `func_coverage` for marker statements | Zalathar | -3/+11 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -2/+2 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -1/+1 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -15/+47 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -1/+2 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -7/+8 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -58/+42 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -1/+2 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -5/+5 |
| 2023-12-12 | Rollup merge of #118864 - farnoy:masked-load-store-fixes, r=workingjubilee | Jubilee | -1/+1 |
| 2023-12-12 | rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+8 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -1/+1 |
| 2023-12-11 | refactor: only check dwarf version when emitting dwarf | Weihang Lo | -2/+8 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -1/+19 |
| 2023-12-11 | Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee | bors | -1/+8 |
| 2023-12-10 | remove redundant imports | surechen | -3/+2 |
| 2023-12-09 | Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubilee | Guillaume Gomez | -0/+192 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+192 |
| 2023-12-09 | Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic | Jubilee | -0/+4 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -0/+3 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -7/+10 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -0/+3 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -1/+1 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -8/+5 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -8/+5 |
| 2023-12-07 | Add emulated TLS support | quininer | -7/+10 |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -11/+11 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -1/+1 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -4/+4 |