| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -20/+5 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -2/+2 |
| 2022-08-30 | Auto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r=Dylan-DPC | bors | -9/+4 |
| 2022-08-30 | Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo | Dylan DPC | -9/+4 |
| 2022-08-30 | Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser | bors | -17/+16 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -11/+11 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -11/+11 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-28 | Rollup merge of #101098 - petrochenkov:noinvis, r=TaKO8Ki | Matthias Krüger | -11/+5 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+4 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -11/+5 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -11/+11 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -53/+48 |
| 2022-08-27 | Check pointer metadata rather than pointee size | Caleb Zulawski | -10/+14 |
| 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 | Move the cast_float_to_int fallback code to GCC | Josh Stone | -9/+4 |
| 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-14 | Emit noundef even for unoptimised code if msan is on | 5225225 | -0/+8 |
| 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-08-04 | Require pointers to be sized | Caleb Zulawski | -2/+10 |
| 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 |