| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -4/+4 |
| 2023-05-23 | Auto merge of #111882 - matthiaskrgr:rollup-1xyv5mq, r=matthiaskrgr | bors | -9/+71 |
| 2023-05-23 | Rollup merge of #111851 - rcvalle:rust-cfi-fix-111515, r=bjorn3 | Matthias Krüger | -9/+71 |
| 2023-05-23 | CFI: Fix encode_region: unexpected ReEarlyBound(0, 'a) | Ramon de C Valle | -9/+71 |
| 2023-05-23 | Auto merge of #107294 - JamieCunliffe:neon-fp, r=Amanieu | bors | -0/+29 |
| 2023-05-23 | Auto merge of #111869 - Dylan-DPC:rollup-9pydw08, r=Dylan-DPC | bors | -9/+3 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -9/+3 |
| 2023-05-23 | Auto merge of #111807 - erikdesjardins:noalias, r=oli-obk | bors | -1/+42 |
| 2023-05-22 | drop-in-place-noalias test: needs -O to ensure attributes are added on nopt b... | Erik Desjardins | -1/+1 |
| 2023-05-22 | Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomcc | bors | -0/+28 |
| 2023-05-22 | Create a structure to define the features from to_llvm_features. | Jamie Cunliffe | -5/+5 |
| 2023-05-22 | Make v8a match optional in the test feature list. | Jamie Cunliffe | -4/+8 |
| 2023-05-22 | Only disable folded features when it makes sense. | Jamie Cunliffe | -0/+25 |
| 2023-05-21 | Auto merge of #111697 - rcvalle:rust-cfi-fix-111510, r=bjorn3 | bors | -48/+137 |
| 2023-05-20 | make noalias-box-off filecheck more precise | Erik Desjardins | -2/+5 |
| 2023-05-20 | ensure !Unpin types do not get noalias | Erik Desjardins | -19/+23 |
| 2023-05-20 | Apply `noalias`, `nonnull`, `dereferenceable`, and `align` attributes uncondi... | Patrick Walton | -1/+1 |
| 2023-05-20 | Fix noalias box test | Patrick Walton | -1/+1 |
| 2023-05-20 | [rustc_ty_utils] Add the LLVM `noalias` parameter attribute to `drop_in_place... | Patrick Walton | -0/+34 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -9/+3 |
| 2023-05-17 | CFI: Fix encode_ty: unexpected Param(B/#1) | Ramon de C Valle | -48/+137 |
| 2023-05-16 | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk | bors | -9/+6 |
| 2023-05-16 | Fix duplicate `arcinner_layout_for_value_layout` calls | marc0246 | -0/+28 |
| 2023-05-15 | Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-Simulacrum | Matthias Krüger | -7/+27 |
| 2023-05-14 | Merge return place with other locals in CopyProp. | Camille GILLOT | -9/+6 |
| 2023-05-14 | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiasko | bors | -0/+34 |
| 2023-05-12 | Stop checking for the absense of something that doesn't exist | Scott McMurray | -7/+27 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -0/+35 |
| 2023-05-13 | allow mutating function args through `&raw const` | Lukas Markeffsky | -0/+34 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -0/+113 |
| 2023-05-11 | Fix test | bjorn3 | -2/+0 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -2/+4 |
| 2023-05-11 | Rollup merge of #111385 - durin42:vec-panik-17, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-10 | vec-shrink-panik: update expectations to work on LLVM 17 | Augie Fackler | -2/+2 |
| 2023-05-09 | CFI: Fix SIGILL reached via trait objects | Ramon de C Valle | -0/+113 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -0/+42 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -2/+2 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -18/+20 |
| 2023-05-07 | Fix codegen test | Gary Guo | -2/+2 |
| 2023-05-06 | Remove some `assume`s from slice iterators that don't do anything | Scott McMurray | -0/+42 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -0/+78 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+37 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+37 |
| 2023-05-03 | Rollup merge of #110928 - loongarch-rs:tests, r=petrochenkov | Manish Goregaokar | -0/+334 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -171/+680 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -171/+680 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -41/+40 |
| 2023-04-30 | tests: Add tests for LoongArch64 | WANG Rui | -0/+334 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -21/+12 |
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 |