| Age | Commit message (Expand) | Author | Lines |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+4 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -53/+48 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -31/+103 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -21/+22 |
| 2022-08-26 | Turn `ArgAbi::pad` into a `bool`. | Nicholas Nethercote | -4/+4 |
| 2022-08-26 | Simplify arg capacity calculations. | Nicholas Nethercote | -5/+2 |
| 2022-08-26 | Change `FnAbi::args` to a boxed slice. | Nicholas Nethercote | -2/+2 |
| 2022-08-26 | Change `FnAbi::fixed_count` to a `u32`. | Nicholas Nethercote | -1/+2 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -27/+23 |
| 2022-08-21 | Do not use void pointer for `ptr_mask` intrinsic | Maybe Waffle | -2/+1 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+5 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -103/+26 |
| 2022-08-16 | Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiser | Matthias Krüger | -0/+11 |
| 2022-08-15 | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley... | bors | -199/+664 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -103/+26 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Respond to RFC comments. | ridwanabdillahi | -1/+1 |
| 2022-08-12 | [debuginfo] Use IndexMap instead of FxHashMap while generating cpp-like gener... | Michael Woerister | -6/+15 |
| 2022-08-12 | [debuginfo] Update cpp-like enum decoding docs to account for wrapping tag ra... | Michael Woerister | -2/+12 |
| 2022-08-12 | [debuginfo] Don't mark fields and types as artificial in CPP-like enum debugi... | Michael Woerister | -5/+5 |
| 2022-08-12 | [debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ... | Michael Woerister | -19/+69 |
| 2022-08-12 | Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. | Michael Woerister | -6/+21 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -202/+583 |
| 2022-08-11 | Add support for generating unique *.profraw files by default when using the `... | ridwanabdillahi | -0/+11 |
| 2022-08-09 | Pass +atomics-32 feature for thumbv6m target | Nikita Popov | -0/+2 |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -20/+19 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -14/+18 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -4/+0 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -7/+6 |
| 2022-07-27 | Add elementtype attributes for llvm.arm.ldrex/strex intrinsics | Nikita Popov | -0/+19 |
| 2022-07-27 | Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic | Yuki Okushi | -46/+0 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -2/+78 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -2/+78 |
| 2022-07-26 | Remove dead code from cg_llvm | bjorn3 | -46/+0 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -24/+20 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -27/+37 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+4 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -27/+37 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -24/+20 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -5/+16 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -5/+5 |
| 2022-07-21 | Auto merge of #93718 - thomcc:used-macho, r=pnkfelix | bors | -2/+12 |
| 2022-07-20 | Move vtable_size and vtable_align impls to cg_ssa | bjorn3 | -11/+0 |
| 2022-07-20 | slightly cleaner, if more verbose, vtable handling in codegen backends | Ralf Jung | -8/+9 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -7/+7 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -9/+6 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -0/+14 |
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -1/+11 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+4 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -1/+1 |