| Age | Commit message (Expand) | Author | Lines |
| 2023-07-27 | Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors | bors | -0/+59 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -0/+33 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -0/+15 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -2/+42 |
| 2023-07-20 | Auto merge of #113758 - cjgillot:move-dse, r=JakobDegen,oli-obk | bors | -2/+3 |
| 2023-07-19 | Make test order-independent. | Camille GILLOT | -1/+1 |
| 2023-07-19 | Enable MIR opts for test. | Camille GILLOT | -1/+2 |
| 2023-07-19 | Turn copy into moves during DSE. | Camille GILLOT | -2/+2 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -0/+24 |
| 2023-07-17 | CFI: Fix ICE: encode_const: unexpected type [usize | Ramon de C Valle | -0/+59 |
| 2023-07-16 | Add codegen test ensuring always-inline closures don't bypass target features | Caleb Zulawski | -0/+33 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -8/+557 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -2/+4 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -23/+27 |
| 2023-07-14 | Bless codegen test. | Camille GILLOT | -1/+1 |
| 2023-07-11 | Reenable all cases of simd-wide-sum | Jubilee Young | -4/+3 |
| 2023-07-11 | Add mir-opt3 rev to simd-wide-sum test | Jubilee Young | -0/+5 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -0/+150 |
| 2023-07-10 | repr(align) <= 4 should still be byval | Erik Desjardins | -7/+4 |
| 2023-07-10 | align-byval test: add cases for lower requested alignment, wrapped, and repr(... | Erik Desjardins | -3/+100 |
| 2023-07-10 | ensure byval allocas are sufficiently aligned | Erik Desjardins | -15/+101 |
| 2023-07-10 | align-byval test: add cases for <= align 4 | Erik Desjardins | -2/+50 |
| 2023-07-10 | align-byval test: add cases distinguishing natural vs forced/requested alignment | Erik Desjardins | -10/+62 |
| 2023-07-10 | align-byval test: add x86 | Erik Desjardins | -3/+12 |
| 2023-07-10 | add align attr to addr-of-mutate test | Erik Desjardins | -3/+3 |
| 2023-07-10 | implement vector-containing aggregate alignment for x86 darwin | Erik Desjardins | -0/+58 |
| 2023-07-10 | update array-map test for removed alloca | Erik Desjardins | -1/+0 |
| 2023-07-10 | align-byval test: use revisions to test different targets | Erik Desjardins | -40/+35 |
| 2023-07-10 | rustc_target: Add alignment to indirectly-passed by-value types, correcting the | Patrick Walton | -4/+60 |
| 2023-07-10 | Perform reference propagation earlier. | Camille GILLOT | -16/+16 |
| 2023-07-10 | Fortify codegen test. | Camille GILLOT | -6/+10 |
| 2023-07-09 | Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul... | Matthias Krüger | -0/+52 |
| 2023-07-08 | Always name the return place. | Camille GILLOT | -193/+190 |
| 2023-07-02 | test-various: run codegen and assembly tests | Jan-Mirko Otter | -0/+1 |
| 2023-07-01 | add codegen-test: wasm-exceptions | Jan-Mirko Otter | -0/+51 |
| 2023-06-27 | Auto merge of #112516 - erikdesjardins:loop, r=davidtwco | bors | -0/+12 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -1/+13 |
| 2023-06-23 | Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-23 | Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-06-23 | tests: be even more permissive on attributes in one test | Augie Fackler | -17/+17 |
| 2023-06-22 | tests: be more permissive on attributes in one test | Augie Fackler | -1/+1 |
| 2023-06-22 | Fix a codegen test | Oli Scherer | -1/+13 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -0/+4 |
| 2023-06-16 | Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors | Michael Goulet | -2/+29 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -8/+0 |
| 2023-06-14 | update codegent test to be independent of panic strategy | Pietro Albini | -1/+1 |
| 2023-06-12 | add codegen test for slice::Iter::fold | The 8472 | -0/+14 |
| 2023-06-11 | cg_llvm: use index-based loop in write_operand_repeatedly | Erik Desjardins | -0/+12 |
| 2023-06-10 | Add test | ldm0 | -0/+27 |