| Age | Commit message (Expand) | Author | Lines |
| 2024-03-29 | Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e... | bors | -26/+26 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -18/+13 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -20/+16 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+2 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -9/+28 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -4/+3 |
| 2024-03-27 | CFI: Fix methods as function pointer cast | Ramon de C Valle | -26/+26 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -4/+7 |
| 2024-03-27 | Rollup merge of #122860 - Zalathar:unused, r=cjgillot | Guillaume Gomez | -72/+92 |
| 2024-03-26 | Auto merge of #122849 - clubby789:no-metadata, r=petrochenkov | bors | -0/+11 |
| 2024-03-26 | coverage: Detect functions that have lost all their coverage statements | Zalathar | -4/+18 |
| 2024-03-26 | coverage: Overhaul the search for unused functions | Zalathar | -62/+68 |
| 2024-03-26 | coverage: Inline creating a dummy instance for unused functions | Zalathar | -11/+11 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -0/+11 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -7/+7 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -3/+7 |
| 2024-03-24 | Always use tcx.coroutine_layout over calling optimized_mir directly | Michael Goulet | -3/+2 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -3/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+4 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -1/+1 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -31/+55 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -3/+1 |
| 2024-03-23 | Add the missing inttoptr when we ptrtoint in ptr atomics | Ben Kimock | -4/+8 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -5/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -13/+13 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -5/+5 |
| 2024-03-22 | coverage: Clean up marker statements that aren't needed later | Zalathar | -9/+1 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -0/+1 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+1 |
| 2024-03-18 | Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic | Matthias Krüger | -11/+0 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -1/+1 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -11/+0 |
| 2024-03-17 | make PassMode::Cast consistently copy between Rust/ABI representation | Erik Desjardins | -41/+27 |
| 2024-03-17 | make CastTarget::size and CastTarget::llvm_type consistent, remove | Erik Desjardins | -28/+24 |
| 2024-03-15 | Register LLVM handlers for bad-alloc / OOM | Josh Stone | -2/+2 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -5/+11 |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -49/+55 |
| 2024-03-14 | coverage: Include recorded branch info in coverage instrumentation | Zalathar | -3/+9 |
| 2024-03-13 | coverage: Add `CoverageKind::BlockMarker` | Zalathar | -2/+2 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -7/+6 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -7/+6 |
| 2024-03-13 | Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obk | bors | -1/+7 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -44/+83 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -5/+1 |
| 2024-03-12 | Some comment nits | Oli Scherer | -4/+3 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -4/+34 |
| 2024-03-12 | Make some functions private that are only ever used in the same module | Oli Scherer | -1/+1 |
| 2024-03-12 | Stop requiring a type when codegenning types. We can get all the type info we... | Oli Scherer | -10/+3 |
| 2024-03-12 | Check whether a static is mutable instead of passing it down | Oli Scherer | -5/+5 |