| Age | Commit message (Expand) | Author | Lines |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+2 |
| 2023-03-27 | update codegen test expectations | Rémy Rakic | -2/+2 |
| 2023-03-25 | Auto merge of #109474 - nikic:llvm-16-again, r=cuviper | bors | -3/+3 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+2 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -27/+210 |
| 2023-03-23 | Auto merge of #109172 - scottmcm:move-codegen-issues-tests, r=WaffleLapkin | bors | -0/+0 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -27/+210 |
| 2023-03-22 | Rollup merge of #109394 - krasimirgg:llvm-17-vec-panic, r=nikic | Matthias Krüger | -9/+14 |
| 2023-03-22 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -0/+19 |
| 2023-03-20 | adapt tests/codegen/vec-shrink-panik for LLVM 17 | Krasimir Georgiev | -9/+14 |
| 2023-03-20 | Also move the auxiliary file | Scott McMurray | -0/+0 |
| 2023-03-20 | mv tests/codegen/issue-* tests/codegen/issues/ | Scott McMurray | -0/+0 |
| 2023-03-18 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -3/+3 |
| 2023-03-18 | Auto merge of #107224 - nikic:llvm-16, r=cuviper | bors | -3/+3 |
| 2023-03-17 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-17 | Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -4/+4 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -1/+1 |
| 2023-03-15 | inherit_overflow: adapt pattern to also work with v0 mangling | Augie Fackler | -1/+1 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -6/+200 |
| 2023-03-15 | Split the mem-replace codegen test | Scott McMurray | -22/+36 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -51/+96 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -4/+4 |
| 2023-03-13 | Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikic | Matthias Krüger | -1/+1 |
| 2023-03-13 | simd-wide-sum test: adapt for LLVM 17 codegen change | Krasimir Georgiev | -1/+1 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -5/+13 |
| 2023-03-12 | Add a codegen test to confirm this fixes 73258 | Scott McMurray | -0/+38 |
| 2023-03-12 | Add a codegen test to confirm this fixes 106369 | Scott McMurray | -0/+15 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -5/+13 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -5/+87 |
| 2023-03-07 | Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviper | bors | -0/+35 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -0/+35 |
| 2023-03-05 | Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnay | bors | -0/+121 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -0/+1 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -2/+84 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -2/+84 |
| 2023-03-01 | Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk | bors | -3/+3 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+28 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -0/+1 |
| 2023-02-25 | Update tests | John Kåre Alsaker | -3/+3 |
| 2023-02-19 | Remove the assume(!is_null) from Vec::as_ptr | Ben Kimock | -0/+19 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -0/+14 |
| 2023-02-18 | Fix codegen test. | Camille GILLOT | -1/+1 |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 |
| 2023-02-18 | Make dyn* have the same scalar pair ABI as corresponding fat pointer | Michael Goulet | -1/+3 |
| 2023-02-18 | Add codegen test | Michael Goulet | -0/+7 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+47 |
| 2023-02-16 | Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt` | Scott McMurray | -2/+5 |