| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Minimize visibilities. | Nicholas Nethercote | -179/+188 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -45/+47 |
| 2024-09-17 | Move some supertraits outward. | Nicholas Nethercote | -11/+19 |
| 2024-09-17 | Tweak and explain the `BuilderMethods`/`CodegenMethods` connection. | Nicholas Nethercote | -3/+6 |
| 2024-09-17 | Remove unneeded bounds from `CodegenMethods` and `BuilderMethods`. | Nicholas Nethercote | -12/+2 |
| 2024-09-17 | Rename `{ArgAbi,IntrinsicCall}Methods`. | Nicholas Nethercote | -9/+9 |
| 2024-09-17 | Remove `BackendTypes` constraint from traits that don't need it. | Nicholas Nethercote | -6/+2 |
| 2024-09-17 | Remove `Backend`. | Nicholas Nethercote | -25/+17 |
| 2024-09-17 | Merge `HasCodegen` into `BuilderMethods`. | Nicholas Nethercote | -18/+16 |
| 2024-09-17 | Adjust supertrait of `ArgAbiMethods`. | Nicholas Nethercote | -2/+2 |
| 2024-09-17 | Use trait aliases to shorten some code. | Nicholas Nethercote | -44/+8 |
| 2024-09-16 | Rollup merge of #123436 - amyspark:allow-msvc-to-use-meson-and-mingw-import-l... | Matthias Krüger | -2/+10 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -50/+13 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -50/+13 |
| 2024-09-14 | Fix SDKROOT ignore on macOS | Mads Marquart | -1/+1 |
| 2024-09-13 | Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae... | bors | -0/+2 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -55/+40 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -8/+7 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -33/+21 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -22/+19 |
| 2024-09-09 | Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko | Jubilee | -8/+4 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -8/+7 |
| 2024-09-09 | Remove `serialized_bitcode` from `LtoModuleCodegen`. | Nicholas Nethercote | -8/+4 |
| 2024-09-08 | MsvcLinker: allow linking dynamically to Meson and MinGW-style named libraries | L. E. Segovia | -2/+10 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -9/+24 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -0/+2 |
| 2024-09-05 | Apple: Refactor deployment target version parsing | Mads Marquart | -9/+24 |
| 2024-09-04 | Don't codegen `expect` in opt-level=0 | clubby789 | -6/+3 |
| 2024-09-02 | Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,... | Matthias Krüger | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -115/+10 |
| 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 |