| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -21/+19 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -5/+5 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -91/+3 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_llvm`. | Nicholas Nethercote | -21/+19 |
| 2024-08-14 | Unconditionally use the LLVM symbol reader | bjorn3 | -22/+0 |
| 2024-08-11 | Fix review comments and other improvements | bjorn3 | -2/+2 |
| 2024-08-10 | Add fixme for removing LlvmArchiveBuilder in the future | bjorn3 | -0/+4 |
| 2024-08-10 | Use ArArchiveBuilder with the LLVM backend too | bjorn3 | -3/+1 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -2/+5 |
| 2024-08-07 | Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu | Guillaume Gomez | -154/+19 |
| 2024-08-07 | Don't use LLVM to compute -Ctarget-feature | Caleb Zulawski | -3/+2 |
| 2024-08-07 | Don't use LLVM's target features | Caleb Zulawski | -2/+6 |
| 2024-07-31 | Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -126/+12 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -18/+3 |
| 2024-07-30 | Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa | bjorn3 | -1/+1 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -10/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -65/+57 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -42/+67 |
| 2024-07-16 | When an archive fails to build, print the path | Trevor Gross | -1/+3 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -115/+137 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -42/+67 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -4/+4 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -3/+0 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -27/+30 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -3/+0 |
| 2024-06-04 | Directly add extension instead of using `Path::with_extension` | Tobias Bucher | -7/+2 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -5/+37 |
| 2024-05-23 | cleanup: run rustfmt | Augie Fackler | -9/+13 |
| 2024-05-23 | cleanup: standardize on summary over index in names | Augie Fackler | -8/+8 |
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -7/+7 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`. | Nicholas Nethercote | -0/+3 |
| 2024-05-22 | cleanup: remove leftover extra block | Augie Fackler | -2/+0 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -5/+35 |
| 2024-05-20 | Remove some `Path::to_str` from `rustc_codegen_llvm` | Tobias Bucher | -15/+14 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -0/+1 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -1/+1 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -0/+2 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -9/+7 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -2/+3 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -2/+4 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -3/+2 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+1 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -0/+1 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+10 |
| 2024-02-27 | Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe... | bors | -2/+2 |
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -3/+3 |
| 2024-02-26 | remove useless lifetime of ArchiveBuilder | 823984418 | -2/+2 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -1/+1 |