| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+56 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -0/+66 |
| 2022-11-16 | Ignore the unchecked-shifts codegen test in debug-assertions builds | Scott McMurray | -0/+1 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+56 |
| 2022-11-11 | rustc_codegen_ssa: Better code generation for niche discriminants. | Michael Benfield | -0/+112 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -1/+1 |
| 2022-11-08 | Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoerister | Manish Goregaokar | -0/+28 |
| 2022-11-06 | Use aapcs for efiapi calling convention on arm | Nicholas Bishop | -1/+1 |
| 2022-11-05 | Bless more tests | Michael Goulet | -11/+5 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -2/+4 |
| 2022-11-03 | Fix Access Violation when using lld & ThinLTO on windows-msvc | Wesley Wiser | -1/+1 |
| 2022-11-03 | Add test case | Wesley Wiser | -0/+28 |
| 2022-10-31 | Remove bounds check with enum cast | ouz-a | -8/+4 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -29/+83 |
| 2022-10-30 | Auto merge of #103299 - nikic:usub-overflow, r=wesleywiser | bors | -0/+16 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -0/+25 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -0/+65 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -1/+61 |
| 2022-10-20 | Don't use usub.with.overflow intrinsic | Nikita Popov | -0/+16 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+1 |
| 2022-10-14 | Add test case for MIR inlining debuginfo line numbers | Wesley Wiser | -0/+25 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-11 | Auto merge of #102724 - pcc:scs-fix-test, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-10-10 | Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrum | bors | -1/+18 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -0/+1 |
| 2022-10-05 | Fix the sanitizer_scs_attr_check.rs test | Peter Collingbourne | -3/+3 |
| 2022-10-03 | Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisa | bors | -1/+9 |
| 2022-10-02 | Do the `calloc` optimization for `Option<bool>` | Scott McMurray | -1/+18 |
| 2022-10-02 | Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomcc | bors | -0/+20 |
| 2022-10-02 | Auto merge of #102424 - sunfishcode:sunfishcode/hidden-main, r=nagisa | bors | -1/+1 |
| 2022-09-30 | Tell LLVM that `partition_point` returns a valid fencepost | Scott McMurray | -0/+20 |
| 2022-09-30 | Allow `hidden` in src/test/codegen/abi-main-signature-32bit-c-int.rs | Dan Gohman | -1/+1 |
| 2022-09-29 | Enable inline stack probes on X86 with LLVM 16 | Josh Stone | -1/+9 |
| 2022-09-26 | Enable inline stack probes on PowerPC and SystemZ | Josh Stone | -22/+48 |
| 2022-09-21 | Auto merge of #100214 - scottmcm:strict-range, r=thomcc | bors | -0/+14 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -0/+14 |
| 2022-09-17 | Add a codegen test for slice::from_ptr_range | Scott McMurray | -0/+23 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -3/+252 |
| 2022-09-13 | Bless codegen. | Camille GILLOT | -2/+2 |
| 2022-09-13 | Bless codegen test. | Camille GILLOT | -2/+2 |
| 2022-09-09 | Use RelocModel::Pic for UEFI targets | Nicholas Bishop | -1/+1 |
| 2022-09-05 | Add test for #98294 | Nikita Popov | -0/+19 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -16/+16 |
| 2022-09-01 | Auto merge of #100537 - petrochenkov:piccheck, r=oli-obk | bors | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -16/+16 |
| 2022-08-30 | Add test for issue #85872 | Nikita Popov | -0/+20 |
| 2022-08-29 | Add another MaybeUninit array test with const | Alex Saveau | -0/+6 |
| 2022-08-29 | Rollup merge of #98304 - SUPERCILEX:maybeuninit, r=nikic | Dylan DPC | -0/+11 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+11 |
| 2022-08-27 | Update tests for UEFI and AVR | Vadim Petrochenkov | -2/+2 |