| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Apply suggestion. | Slanterns | -1/+3 |
| 2024-06-16 | add codegen test for `Error::provide` | Slanterns | -0/+48 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -7/+8 |
| 2024-06-14 | Auto merge of #125347 - tesuji:needtests, r=nikic | bors | -0/+195 |
| 2024-06-14 | Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support` | Zalathar | -7/+8 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -9/+12 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -63/+73 |
| 2024-06-11 | Make issue-122805.rs big endian compatible | Nikita Popov | -9/+12 |
| 2024-06-11 | Fix tests for 32 bits targets | Lzu Tao | -5/+5 |
| 2024-06-09 | Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=... | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-09 | Apply suggestions from code review | Lzu Tao | -49/+33 |
| 2024-06-09 | add codegen test for #36010 | Lzu Tao | -0/+29 |
| 2024-06-09 | add codegen test for #68667 | Lzu Tao | -0/+17 |
| 2024-06-09 | add codegen test for #74938 | Lzu Tao | -0/+15 |
| 2024-06-09 | add codegen test for #93036 | Lzu Tao | -0/+18 |
| 2024-06-09 | add codegen test for #109328 | Lzu Tao | -0/+17 |
| 2024-06-09 | add codegen test for #110797 | Lzu Tao | -0/+27 |
| 2024-06-09 | Add codegen test for #111508 | Lzu Tao | -0/+22 |
| 2024-06-09 | add codegen test for #112509 | Lzu Tao | -0/+17 |
| 2024-06-09 | add codegen test for #113757 | Lzu Tao | -0/+19 |
| 2024-06-09 | add codegen test for issue-118392, 71096 | Lzu Tao | -0/+11 |
| 2024-06-09 | add codegen test for #120440 | Lzu Tao | -0/+19 |
| 2024-06-08 | simd packed types: update outdated check, extend codegen test | Ralf Jung | -4/+19 |
| 2024-06-07 | Fix codegen test | Oli Scherer | -3/+3 |
| 2024-06-06 | Rollup merge of #125220 - ferrocene:hoverbear/repair-riscv64-codegen-tests, r... | Jubilee | -15/+33 |
| 2024-06-05 | Repair several riscv64gc-unknown-linux-gnu codegen tests | Ana Hobden | -15/+33 |
| 2024-06-05 | Also support generic constants | Oli Scherer | -0/+11 |
| 2024-06-05 | Don't walk the bodies of free constants for reachability. | Oli Scherer | -1/+1 |
| 2024-06-05 | add reachability test for const bodies | Oli Scherer | -0/+6 |
| 2024-06-04 | Use FileCheck to parameterize codegen tests over hashes | Jubilee Young | -6/+6 |
| 2024-06-02 | Test codegen for repr(packed,simd) -> repr(simd) | Jubilee Young | -0/+44 |
| 2024-06-02 | Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin... | Jubilee | -0/+44 |
| 2024-06-02 | Test codegen for repr(packed,simd) | Jubilee Young | -0/+44 |
| 2024-06-02 | Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472 | bors | -0/+20 |
| 2024-05-31 | Run rustfmt on `tests/codegen/`. | Nicholas Nethercote | -1334/+1447 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+22 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -9/+8 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+36 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+36 |
| 2024-05-28 | Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3 | bors | -0/+16 |
| 2024-05-28 | Bless codegen test | Oli Scherer | -21/+23 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -9/+8 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -0/+16 |
| 2024-05-23 | Rollup merge of #125222 - Oneirical:fifth, r=jieyouxu | Matthias Krüger | -0/+21 |
| 2024-05-22 | rewrite and rename issue-46239 | Oneirical | -0/+21 |
| 2024-05-21 | Auto merge of #125298 - tesuji:arrcmp, r=nikic | bors | -0/+18 |
| 2024-05-21 | Add codegen test for array comparision opt | Lzu Tao | -0/+18 |
| 2024-05-20 | add codegen test for issue 120493 | Joshua Wong | -0/+22 |
| 2024-05-18 | Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2024-05-16 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -0/+23 |