| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -24/+17 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -377/+152 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -27/+12 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -37/+16 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -27/+22 |
| 2023-07-31 | Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3 | bors | -19/+7 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -7/+7 |
| 2023-07-31 | Remove `ExtraBackendMethods::spawn_thread`. | Nicholas Nethercote | -12/+0 |
| 2023-07-31 | Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errors | bors | -11/+10 |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -11/+10 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -52/+43 |
| 2023-07-29 | cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointers | Erik Desjardins | -105/+47 |
| 2023-07-29 | cg_llvm: clean up match | Erik Desjardins | -1/+1 |
| 2023-07-29 | cg_llvm: inline check_store | Erik Desjardins | -10/+2 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+47 |
| 2023-07-29 | cg_ssa: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -21/+5 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -260/+117 |
| 2023-07-28 | Use i1 instead of bool | Caleb Zulawski | -2/+9 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -7/+25 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+22 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -36/+28 |
| 2023-07-24 | coverage: Obtain the `__llvm_covfun` section name outside a per-function loop | Zalathar | -8/+31 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+2 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -15/+18 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -2/+2 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -36/+55 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -2/+31 |
| 2023-07-21 | Don't treat ref. fields with non-null niches as `dereferenceable_or_null` | Moulins | -2/+2 |
| 2023-07-20 | Implement printing to file in PassWrapper | David Tolnay | -4/+21 |
| 2023-07-20 | Implement printing to file in llvm_util | David Tolnay | -13/+14 |
| 2023-07-20 | Implement printing to file in codegen_backend.print | David Tolnay | -11/+12 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -13/+13 |
| 2023-07-20 | address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul... | khei4 | -18/+17 |
| 2023-07-19 | Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelix | Dylan DPC | -0/+4 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -19/+26 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -0/+4 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -19/+26 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -2/+2 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -8/+26 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+12 |
| 2023-07-16 | Auto merge of #113430 - Zalathar:hash, r=b-naber | bors | -11/+5 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -42/+42 |
| 2023-07-14 | make opt diagnostic kinds printable | Rémy Rakic | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+15 |
| 2023-07-13 | Remove `LLVMRustCoverageHashCString` | Zalathar | -7/+1 |
| 2023-07-13 | Pass a byte slice to `coverageinfo::hash_bytes` instead of an owned vector | Zalathar | -2/+2 |
| 2023-07-13 | Don't clone symbol names for coverage hashing | Zalathar | -3/+3 |
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -3/+3 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -28/+39 |