| Age | Commit message (Expand) | Author | Lines |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+8 |
| 2024-03-01 | Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -3/+7 |
| 2024-02-29 | Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiser | Matthias Krüger | -50/+46 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -3/+7 |
| 2024-02-28 | Add profiling support to AIX | Qiu Chaofan | -1/+3 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -13/+13 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -8/+8 |
| 2024-02-28 | Rename `SubDiagnostic` as `Subdiag`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -3/+3 |
| 2024-02-27 | Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe... | bors | -4/+4 |
| 2024-02-26 | remove useless lifetime of ArchiveBuilder | 823984418 | -4/+4 |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -5/+13 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -10/+2 |
| 2024-02-23 | rustc: Fix wasm64 metadata object files | Alex Crichton | -50/+46 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -10/+2 |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -5/+13 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -2/+1 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -29/+61 |
| 2024-02-22 | Remove `SharedEmitterMessage::AbortIfErrors`. | Nicholas Nethercote | -5/+1 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -22/+58 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -6/+6 |
| 2024-02-21 | Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-02-22 | Replace unnecessary `abort_if_errors`. | Nicholas Nethercote | -10/+4 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -1/+3 |
| 2024-02-21 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+37 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+37 |
| 2024-02-20 | wasm: Store rlib metadata in wasm object files | Alex Crichton | -20/+68 |
| 2024-02-20 | require simd_insert, simd_extract indices to be constants | Ralf Jung | -2/+1 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -3/+1 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -2/+5 |
| 2024-02-17 | Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -2/+5 |
| 2024-02-17 | Make `CodegenBackend::join_codegen` infallible. | Nicholas Nethercote | -1/+1 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -67/+71 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -39/+34 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -39/+34 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-12 | Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -5/+0 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -51/+48 |
| 2024-02-12 | Create ret_dest as late as possible in all code paths | Oli Scherer | -13/+19 |
| 2024-02-12 | Do the entire ReturnDest computation within make_return_dest | Oli Scherer | -6/+12 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-11 | is_closure_like | Michael Goulet | -3/+3 |
| 2024-02-09 | Turn the "no saved object file in work product" ICE into a translatable fatal... | Ben Kimock | -1/+9 |