| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -0/+160 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -4/+20 |
| 2024-07-30 | Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa | bjorn3 | -0/+65 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -6/+9 |
| 2024-07-30 | Introduce create_dll_import_libs function | bjorn3 | -31/+44 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -292/+272 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -17/+19 |
| 2024-07-28 | adopt object changes | klensy | -15/+17 |
| 2024-07-28 | dedup object | klensy | -2/+2 |
| 2024-07-27 | Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcm | bors | -57/+79 |
| 2024-07-25 | LLVM: LLVM-20.0 removes MMX types | Matthew Maurer | -1/+0 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -32/+30 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -0/+1 |
| 2024-07-21 | Clarify when `None` is returned in `cast_immediate` function. | Markus Reiter | -0/+2 |
| 2024-07-21 | Remove unneeded assumption. | Markus Reiter | -1/+0 |
| 2024-07-21 | Allow optimizing `u32::from::<char>`. | Markus Reiter | -57/+78 |
| 2024-07-20 | Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillot | Matthias Krüger | -2/+29 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -32/+30 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -9/+9 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -2/+3 |
| 2024-07-16 | Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler... | Trevor Gross | -1/+1 |
| 2024-07-17 | rustc_codegen_ssa: add s390x_target_feature symbol | liushuyu | -0/+1 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -14/+13 |
| 2024-07-16 | When an archive fails to build, print the path | Trevor Gross | -5/+9 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -1/+1 |
| 2024-07-15 | Move compiler_builtin check to the use case | Mohammad Omidvar | -2/+29 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -0/+1 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -0/+1 |
| 2024-07-09 | Terminate `--print link-args` output with newline | Alan Egerton | -1/+1 |
| 2024-07-07 | Fix review comments | bjorn3 | -1/+1 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -14/+13 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -0/+8 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -85/+94 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+3 |
| 2024-07-02 | Fix spans | Michael Goulet | -3/+3 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+2 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -1/+1 |
| 2024-07-02 | Rollup merge of #127168 - DianQK:cast-size, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-02 | linker: Link dylib crates by path | Vadim Petrochenkov | -85/+94 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-02 | Use the aligned size for alloca at ret when the pass mode is cast. | DianQK | -5/+23 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -1/+1 |
| 2024-07-01 | linker: Bail out of rpath logic early if the target doesn't support rpath | Vadim Petrochenkov | -10/+4 |
| 2024-07-01 | linker: Refactor interface for passing arguments to linker | Vadim Petrochenkov | -373/+314 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -1/+1 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -75/+40 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -2/+78 |