| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -16/+16 |
| 2022-08-30 | Add test for issue #85872 | Nikita Popov | -0/+20 |
| 2022-08-29 | Add another MaybeUninit array test with const | Alex Saveau | -0/+6 |
| 2022-08-29 | Rollup merge of #98304 - SUPERCILEX:maybeuninit, r=nikic | Dylan DPC | -0/+11 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+11 |
| 2022-08-27 | Update tests for UEFI and AVR | Vadim Petrochenkov | -2/+2 |
| 2022-08-27 | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | -3/+2 |
| 2022-08-25 | Add MaybeUninit memset test | Alex Saveau | -0/+11 |
| 2022-08-21 | Rollup merge of #100760 - krasimirgg:llvm-16-pic-level, r=nikic | Matthias Krüger | -2/+2 |
| 2022-08-21 | fix `ptr_mask` codegen test wrt llvm opaque pointers | Maybe Waffle | -1/+1 |
| 2022-08-21 | Do not use void pointer for `ptr_mask` intrinsic | Maybe Waffle | -2/+2 |
| 2022-08-21 | make `ptr_mask` codegen test more specific | Maybe Waffle | -1/+5 |
| 2022-08-21 | Add codegen test for `intinsics::ptr_mask` | Maybe Waffle | -0/+7 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -0/+22 |
| 2022-08-20 | Rollup merge of #100693 - scottmcm:new-llvm15-nops, r=Mark-Simulacrum | Matthias Krüger | -0/+54 |
| 2022-08-19 | elaborate how revisions work with FileCheck stuff in src/test/codegen | Felix S. Klock II | -0/+22 |
| 2022-08-19 | Update codegen tests to accommodate the potential presence/absence of the | Felix S. Klock II | -3/+48 |
| 2022-08-19 | update test for LLVM change | Krasimir Georgiev | -2/+2 |
| 2022-08-17 | Add LLVM15-specific codegen test for `try`/`?`s that now optimize away | Scott McMurray | -0/+54 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -87/+1 |
| 2022-08-16 | Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiser | Matthias Krüger | -0/+17 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -87/+1 |
| 2022-08-12 | [debuginfo] Update codegen tests for new cpp-like enum debuginfo encoding. | Michael Woerister | -9/+12 |
| 2022-08-11 | Add support for generating unique *.profraw files by default when using the `... | ridwanabdillahi | -0/+17 |
| 2022-08-10 | Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplett | bors | -0/+31 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+4 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+4 |
| 2022-07-27 | Make CFI tests opaque pointers compatible | Nikita Popov | -7/+6 |
| 2022-07-27 | Remove outdated rustc_allocator test | Nikita Popov | -7/+0 |
| 2022-07-27 | Update codegen test for opaque pointers | Nikita Popov | -8/+8 |
| 2022-07-27 | Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d... | est31 | -3/+2 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+183 |
| 2022-07-25 | Auto merge of #97581 - AngelicosPhosphoros:improve_calloc_check_in_vec_macro_... | bors | -12/+124 |
| 2022-07-24 | Support vec zero-alloc optimization for tuples and byte arrays | AngelicosPhosphoros | -12/+124 |
| 2022-07-24 | Auto merge of #99409 - tmiasko:atomic-tests, r=m-ou-se | bors | -1/+109 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -39/+608 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+17 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -39/+608 |
| 2022-07-22 | do not mark interior mutable shared refs as dereferenceable | Ralf Jung | -1/+19 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -1/+1 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -1/+1 |
| 2022-07-20 | Test codegen of atomic compare-exchange with additional memory orderings | Tomasz Miąsko | -1/+109 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+17 |
| 2022-07-20 | Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-dead | Dylan DPC | -0/+16 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+16 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -1/+1 |
| 2022-07-13 | Re-optimize `Layout::array` | Scott McMurray | -0/+31 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -0/+1 |
| 2022-07-08 | Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si... | bors | -1/+1 |
| 2022-07-07 | Bless MSVC debuginfo. | Camille GILLOT | -2/+2 |