| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Rollup merge of #130458 - nnethercote:rustc_codegen_ssa-cleanups, r=jieyouxu | Matthias Krüger | -318/+299 |
| 2024-09-17 | Merge some impl blocks. | Nicholas Nethercote | -4/+0 |
| 2024-09-17 | Rename some lifetimes. | Nicholas Nethercote | -7/+5 |
| 2024-09-17 | Streamline `coroutine_kind_label`. | Nicholas Nethercote | -26/+13 |
| 2024-09-17 | Remove unnecessary `cx` argument. | Nicholas Nethercote | -11/+8 |
| 2024-09-17 | Streamline `bin_op_to_[if]cmp_predicate`. | Nicholas Nethercote | -43/+13 |
| 2024-09-17 | Clean up formatting. | Nicholas Nethercote | -48/+72 |
| 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 | -51/+14 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -51/+14 |
| 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 #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -50/+25 |
| 2024-08-29 | Update the `wasm-component-ld` binary dependency | Alex Crichton | -1/+1 |
| 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 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -1/+1 |