| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -12/+15 |
| 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 |
| 2023-12-04 | Always use `G` for `EmissionGuarantee` type variables. | Nicholas Nethercote | -5/+5 |
| 2023-12-04 | Rename some arguments. | Nicholas Nethercote | -8/+8 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -58/+42 |
| 2023-12-03 | more targeted errors when extern types end up in places they should not | Ralf Jung | -0/+9 |
| 2023-12-02 | Implement repr(packed) for repr(simd) | Caleb Zulawski | -1/+8 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -12/+4 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -2/+13 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -1/+12 |
| 2023-11-30 | rustc_codegen_llvm: remove outdated count in comment | Miguel Ojeda | -1/+1 |
| 2023-11-29 | Update compiler/rustc_codegen_llvm/src/lib.rs | Wesley Wiser | -1/+1 |