| Age | Commit message (Expand) | Author | Lines |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -417/+18 |
| 2022-09-19 | Rename LLVM `optimize` functions | Josh Stone | -5/+5 |
| 2022-09-18 | Use LLVM C-API to build atomic cmpxchg and fence | Josh Stone | -37/+25 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -4/+0 |
| 2022-09-18 | Remove support for LLVM's legacy pass manager | Josh Stone | -417/+22 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+91 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa | bors | -0/+4 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+4 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+4 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -2/+6 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -13/+13 |
| 2022-09-07 | Rollup merge of #101484 - oli-obk:no_zst, r=eddyb | Yuki Okushi | -4/+0 |
| 2022-09-06 | Remove dead broken code from const zst handling in backends | Oli Scherer | -4/+0 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -1/+2 |
| 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 |