| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2023-02-16 | Add a codegen test for comparisons of 2-tuples of primitives | Scott McMurray | -0/+118 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -97/+94 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+47 |
| 2023-02-14 | Try to fix codegen tests for ??? LLVM 14 ??? | Ben Kimock | -5/+5 |
| 2023-02-14 | Fix codegen tests | Ben Kimock | -94/+94 |
| 2023-02-14 | Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisa | Matthias Krüger | -5/+0 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -1/+61 |
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -4/+1 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -5/+0 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-02-09 | Test XRay only for supported targets | Oleksii Lozovskyi | -0/+3 |
| 2023-02-09 | Codegen tests for -Z instrument-xray | Oleksii Lozovskyi | -0/+29 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -2/+8 |
| 2023-02-06 | make &mut !Unpin not dereferenceable | Ralf Jung | -1/+15 |
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -0/+6 |
| 2023-02-04 | Add another autovectorization codegen test using array zip-map | Scott McMurray | -1/+12 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -1/+3 |
| 2023-02-04 | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | -3/+2 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -0/+48 |
| 2023-01-28 | Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,... | Matthias Krüger | -0/+8 |
| 2023-01-28 | Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-se | Matthias Krüger | -0/+10 |
| 2023-01-27 | Don't merge vtables when full debuginfo is enabled. | Michael Woerister | -0/+8 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -0/+25 |