| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -4/+8 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -2/+2 |
| 2023-12-11 | test: demonstrate that dwarf debug names sections are emitted | Weihang Lo | -0/+25 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -4/+8 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+30 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+30 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -0/+8 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+8 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -3/+1 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+1 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -3/+2 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -3/+2 |
| 2023-10-23 | Fix closure-inherit-target-feature test for SGX platform | Raoul Strackx | -0/+1 |
| 2023-10-19 | Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviper | bors | -1/+821 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -1/+3 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -0/+25 |
| 2023-10-12 | Exclude apple from assembly test | Scott McMurray | -0/+1 |
| 2023-10-07 | Copy 1-element arrays as scalars, not vectors | Scott McMurray | -0/+19 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -0/+25 |
| 2023-10-02 | Limit to LLVM 17.0.2 to work around WinEH codegen bug | Nikita Popov | -0/+1 |
| 2023-10-02 | Update stack protector test | Nikita Popov | -1/+1 |
| 2023-09-24 | Add assembly test to make sure that inlining works as expected when closures ... | Eduardo Sánchez Muñoz | -0/+58 |
| 2023-09-21 | Add stack-protector test for Windows | Wesley Wiser | -1/+821 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -12/+14 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -12/+14 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -3/+0 |
| 2023-07-02 | test-various: run codegen and assembly tests | Jan-Mirko Otter | -0/+1 |
| 2023-07-01 | add assembly-test: wasm-exceptions | Jan-Mirko Otter | -0/+60 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -1/+1 |
| 2023-05-29 | Fix linkage for large binaries on mips64 platforms ... | Ximin Luo | -4/+8 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -0/+28 |
| 2023-05-06 | Tune the `is_ascii` implementation used for short slices | Scott McMurray | -0/+35 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+196 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -0/+25 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+83 |
| 2023-04-05 | Fix an assembly test with a hard-coded hash | Thom Chiovoloni | -2/+2 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+1 |
| 2023-03-29 | Add ignore-debug to static-relocation-model test | Ben Kimock | -0/+1 |
| 2023-03-10 | Ignore LVI incompatible assembly tests on sgx platform | Raoul Strackx | -0/+4 |
| 2023-03-10 | Fix LVI inline assembly test | Raoul Strackx | -13/+4 |
| 2023-03-10 | Fix LVI generic load test | Raoul Strackx | -1/+1 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -1/+0 |
| 2023-01-17 | bump failing assembly & codegen tests from LLVM 14 to LLVM 15 | Lukas Markeffsky | -1/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+6608 |