| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | Only add an automatic SONAME for Rust dylibs | Josh Stone | -15/+70 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -50/+25 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+2 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+2 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -10/+115 |
| 2024-08-27 | linker: Better support alternative static library naming on MSVC | Vadim Petrochenkov | -4/+10 |
| 2024-08-27 | linker: Synchronize native library search in rustc and linker | Vadim Petrochenkov | -46/+15 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -16/+11 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -7/+8 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | rustc: Simplify getting sysroot library directory | Vadim Petrochenkov | -16/+11 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -1/+5 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -2/+2 |
| 2024-08-20 | Make import libraries compatible with wholearchive | Chris Denton | -1/+5 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -5/+5 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -3/+90 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_ssa`. | Nicholas Nethercote | -7/+8 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -4/+9 |
| 2024-08-15 | Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser | bors | -3/+17 |
| 2024-08-15 | Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoerister | bors | -6/+70 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -2/+2 |
| 2024-08-13 | Use the `enum2$` Natvis visualiser for repr128 C-style enums | beetrees | -6/+70 |
| 2024-08-12 | Rework MIR inlining debuginfo so function parameters show up in debuggers. | Kyle Huey | -3/+17 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -5/+12 |
| 2024-08-12 | Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic | Guillaume Gomez | -12/+53 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -5/+12 |
| 2024-08-11 | Fix review comments and other improvements | bjorn3 | -4/+2 |
| 2024-08-10 | Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3 | bors | -10/+1 |
| 2024-08-10 | Support reading thin archives in ArArchiveBuilder | bjorn3 | -4/+11 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -2/+2 |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -12/+53 |
| 2024-08-07 | Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisa | Matthias Krüger | -0/+1 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -11/+30 |
| 2024-08-07 | Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu | Guillaume Gomez | -37/+283 |
| 2024-08-07 | rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC | John Paul Adrian Glaubitz | -0/+1 |
| 2024-08-07 | Disallow enabling features without their implied features | Caleb Zulawski | -4/+4 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -7/+21 |
| 2024-08-07 | Don't use LLVM's target features | Caleb Zulawski | -21/+2 |
| 2024-08-07 | Refactor and fill out target feature lists | Caleb Zulawski | -3/+3 |
| 2024-08-07 | Add test to ensure implied target features work with asm, and fix failing tests | Caleb Zulawski | -5/+7 |
| 2024-08-07 | Add implied target features to target_feature attribute | Caleb Zulawski | -9/+31 |
| 2024-08-05 | Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-08-05 | `OperandRef` already had a `Debug` impl | Mahmoud Mazouz | -1/+1 |
| 2024-08-04 | Add `Debug` impls to API types in `rustc_codegen_ssa` | Mahmoud Mazouz | -7/+7 |
| 2024-08-04 | Implement a implicit target feature mechanism | daxpedda | -0/+8 |
| 2024-08-03 | Auto merge of #128370 - petrochenkov:libsearch, r=bjorn3 | bors | -38/+60 |
| 2024-08-03 | Fix linking to sanitizers on Apple targets | Vadim Petrochenkov | -3/+7 |
| 2024-08-03 | linker: Pass fewer search directories to the linker | Vadim Petrochenkov | -38/+56 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+1 |