| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | tests: fix overaligned-constant to not over-specify getelementptr instr | Augie Fackler | -1/+1 |
| 2023-12-21 | Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser | bors | -0/+36 |
| 2023-12-20 | Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm | bors | -8/+20 |
| 2023-12-17 | Fortify test. | Camille GILLOT | -4/+9 |
| 2023-12-17 | Tolerate overaligned MIR constants for codegen. | Camille GILLOT | -0/+31 |
| 2023-12-15 | Adapt debug-accessibility tests for msvc-style enums | Wesley Wiser | -4/+12 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -0/+221 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -0/+31 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -1/+3 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+31 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -2/+2 |
| 2023-12-11 | add more niches to rawvec | The 8472 | -8/+20 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+66 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -1/+3 |
| 2023-12-07 | CFI: Add char to CFI integer normalization | Ramon de C Valle | -57/+20 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -0/+13 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+1 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+28 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+28 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -0/+7 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+7 |
| 2023-11-28 | update test for new LLVM 18 codegen | Krasimir Georgiev | -1/+1 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -38/+0 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -1/+1 |
| 2023-11-21 | convert ehcont-guard to an unstable option | Arlie Davis | -1/+1 |
| 2023-11-21 | Add support for generating the EHCont section | Arlie Davis | -0/+20 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -38/+0 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+7 |
| 2023-11-13 | tests: update check for inferred nneg on zext | Augie Fackler | -2/+2 |
| 2023-11-11 | Add -Z llvm_module_flag | Paul Menage | -0/+7 |
| 2023-11-09 | Emit #[inline] on derive(Debug) | Ben Kimock | -2/+7 |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -0/+106 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -0/+14 |
| 2023-11-02 | Hint optimizer about reserved capacity | Kornel | -0/+14 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -0/+47 |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -1/+31 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -0/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -34/+40 |
| 2023-10-16 | Add invariant to Vec::pop that len < cap if pop successful | Arthur Carcano | -0/+24 |
| 2023-10-14 | Rollup merge of #116591 - Zalathar:flaky-hash, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -1/+1 |
| 2023-10-12 | Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errors | bors | -0/+55 |
| 2023-10-10 | Don't accidentally detect the commit hash as an `fadd` instruction | Zalathar | -0/+4 |
| 2023-10-08 | Ignore MSVC in test. | Camille GILLOT | -0/+1 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -0/+17 |
| 2023-10-07 | Copy 1-element arrays as scalars, not vectors | Scott McMurray | -0/+55 |
| 2023-10-06 | Auto merge of #116018 - DianQK:simd-wide-sum-test, r=scottmcm | bors | -13/+13 |