| Age | Commit message (Expand) | Author | Lines |
| 2023-09-11 | Rollup merge of #115591 - djkoloski:issue_115385, r=cuviper | Matthias Krüger | -0/+46 |
| 2023-09-08 | Auto merge of #115417 - dpaoliello:fixdi, r=wesleywiser | bors | -0/+28 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -1/+0 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -1/+0 |
| 2023-09-06 | Address feedback | David Koloski | -8/+4 |
| 2023-09-06 | Auto merge of #114946 - anforowicz:generic-fix-for-asan-lto, r=tmiasko | bors | -0/+43 |
| 2023-09-06 | Add regression test for LLVM 17-rc3 miscompile | David Koloski | -0/+50 |
| 2023-09-02 | Auto merge of #115273 - the8472:take-fold, r=cuviper | bors | -0/+15 |
| 2023-09-02 | restrict test to x86-64 | The 8472 | -0/+1 |
| 2023-09-01 | Deduplicate inlined function debug info, but create a new lexical scope to ch... | Daniel Paoliello | -0/+28 |
| 2023-09-01 | update tests that are ignored by debug | Ding Xiang Fei | -6/+6 |
| 2023-08-29 | Preserve `___asan_globals_registered` symbol during LTO. | Lukasz Anforowicz | -0/+43 |
| 2023-08-29 | Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkin | bors | -2/+11 |
| 2023-08-28 | Auto merge of #115050 - khei4:khei4/codegen-move-before-nocapture, r=nikic | bors | -0/+22 |
| 2023-08-27 | Auto merge of #115231 - saethlin:dont-ignore-wasm, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-08-27 | Auto merge of #115139 - cjgillot:llvm-fragment, r=nikic | bors | -0/+46 |
| 2023-08-27 | Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iterators | The 8472 | -0/+14 |
| 2023-08-27 | Rollup merge of #114957 - loongarch-rs:fix-tests, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -2/+11 |
| 2023-08-26 | Restrict test to x86_64. | Camille GILLOT | -0/+3 |
| 2023-08-26 | Do not produce fragment for ZST. | Camille GILLOT | -8/+6 |
| 2023-08-26 | Add test with non-ZST. | Camille GILLOT | -13/+31 |
| 2023-08-26 | Do not forget to pass DWARF fragment information to LLVM. | Camille GILLOT | -0/+27 |
| 2023-08-26 | add codegen test for #107436 | khei4 | -0/+22 |
| 2023-08-26 | Auto merge of #115232 - wesleywiser:revert_114643, r=tmiasko | bors | -26/+0 |
| 2023-08-25 | Stop emitting non-power-of-two vectors in basic LLVM codegen | Scott McMurray | -15/+39 |
| 2023-08-25 | Revert "Use the same DISubprogram for each instance of the same inlined funct... | Wesley Wiser | -26/+0 |
| 2023-08-25 | Remove some wasm/emscripten ignores | Ben Kimock | -1/+0 |
| 2023-08-24 | Fix CFI: f32 and f64 are encoded incorrectly for c | Ramon de C Valle | -6/+6 |
| 2023-08-23 | Auto merge of #114790 - taiki-e:asm-maybe-uninit, r=Amanieu | bors | -0/+27 |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -0/+27 |
| 2023-08-23 | Rollup merge of #115096 - kadiwa4:no_memcpy_padding, r=cjgillot | Dylan DPC | -0/+14 |
| 2023-08-22 | Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiser | bors | -0/+26 |
| 2023-08-22 | add regression test for not memcpying padding bytes | kadiwa | -0/+14 |
| 2023-08-18 | tests: Fix tests for LoongArch64 | WANG Rui | -2/+2 |
| 2023-08-17 | Bless codegen tests. | Camille GILLOT | -16/+16 |
| 2023-08-16 | Auto merge of #114850 - khei4:khei4/trailing_zero_codegen, r=nikic | bors | -0/+22 |
| 2023-08-16 | add codegen test for issue 107554 | khei4 | -0/+22 |
| 2023-08-15 | Cherry-pick test for issue #114312 | DianQK | -0/+27 |
| 2023-08-12 | Add test for method debuginfo declaration. | DianQK | -0/+26 |
| 2023-08-11 | Use the same DISubprogram for each instance of the same inlined function with... | Daniel Paoliello | -0/+26 |
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -0/+34 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -1/+1 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -0/+34 |
| 2023-08-07 | Rollup merge of #114230 - workingjubilee:codegen-tests-that-nest, r=Mark-Simu... | Matthias Krüger | -178/+0 |
| 2023-08-07 | Rollup merge of #114229 - workingjubilee:nest-sanitizer-dir, r=Mark-Simulacrum | Matthias Krüger | -54/+54 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+34 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -4/+4 |
| 2023-07-29 | Remove LLVM 14 codegen tests | Jubilee Young | -178/+0 |