| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-01-19 | Auto merge of #106989 - clubby789:is-zero-num, r=scottmcm | bors | -0/+17 |
| 2023-01-18 | Implement `SpecOptionPartialEq` for `cmp::Ordering` | Scott McMurray | -0/+10 |
| 2023-01-18 | Support `true` and `false` as boolean flag params | Nilstrieb | -1/+1 |
| 2023-01-18 | Implement `alloc::vec::IsZero` for `Option<$NUM>` types | clubby789 | -0/+17 |
| 2023-01-18 | Rollup merge of #106995 - lukas-code:align_offset_assembly_test, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-17 | bump failing assembly & codegen tests from LLVM 14 to LLVM 15 | Lukas Markeffsky | -1/+1 |
| 2023-01-17 | Add more codegen tests | Nilstrieb | -139/+166 |
| 2023-01-17 | Improve comments | Nilstrieb | -1/+1 |
| 2023-01-17 | Put `noundef` on all scalars that don't allow uninit | Nilstrieb | -174/+174 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -0/+1 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -1/+1 |
| 2023-01-11 | Add a regression test for argument copies with DestinationPropagation | Ben Kimock | -0/+12 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+14608 |