| Age | Commit message (Expand) | Author | Lines |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -4/+17 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -4/+17 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -13/+4 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -3/+3 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -11/+2 |
| 2024-03-27 | Use compiletest directives for ignoring targets | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-03-27 | Convert wasmtime check into a compiletest needs directive | 许杰友 Jieyou Xu (Joe) | -9/+1 |
| 2024-03-27 | Use compiletest directives for properly only running wasm32-wasip1 tests on t... | 许杰友 Jieyou Xu (Joe) | -44/+15 |
| 2024-03-27 | Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstrieb | bors | -105/+98 |
| 2024-03-26 | Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errors | bors | -0/+44 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -2/+4 |
| 2024-03-25 | Add needs-unwind annotations to a couple of tests | bjorn3 | -0/+1 |
| 2024-03-24 | Rework rmake support library to have a weakly-typed API with helper methods | 许杰友 Jieyou Xu (Joe) | -105/+98 |
| 2024-03-23 | Add regression test for #122722 | Guillaume Gomez | -0/+21 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -0/+142 |
| 2024-03-20 | Add a test | Ben Kimock | -0/+142 |
| 2024-03-18 | Ensure using `otool` that framework linking actually happened | Mads Marquart | -0/+44 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -1/+0 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -2/+4 |
| 2024-03-16 | Rollup merge of #122270 - onur-ozkan:fix-rmake-test-with-rpath-false, r=Mark-... | León Orell Valerian Liehr | -0/+2 |
| 2024-03-15 | Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomez | bors | -0/+2 |
| 2024-03-15 | rustdoc: fix test's saved stdout | Travis Finkenauer | -0/+2 |
| 2024-03-14 | Make pdb-alt-path test more unwind-friendly for i686-pc-windows-msvc | Michael Wörister | -4/+25 |
| 2024-03-14 | Force frame pointers in pdb-alt-path test case | Michael Wörister | -2/+2 |
| 2024-03-14 | link.exe: don't embed full path to PDB file in binary. | Michael Wörister | -0/+23 |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -332/+423 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -1/+1 |
| 2024-03-10 | Rollup merge of #121685 - fortanix:raoul/shellcheck_on_lvi_test_script, r=Mar... | Matthias Krüger | -12/+13 |
| 2024-03-10 | fix `long-linker-command-lines` failure caused by `rust.rpath=false` | onur-ozkan | -0/+2 |
| 2024-03-04 | Rollup merge of #121683 - fortanix:raoul/lvi_fixes, r=cuviper | Matthias Krüger | -4/+18 |
| 2024-03-04 | Fix LVI tests after making frame pointers easily enableable | Raoul Strackx | -4/+18 |
| 2024-03-01 | Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3 | bors | -22/+72 |
| 2024-03-01 | Auto merge of #120264 - weihanglo:split-dward-kind-lto, r=michaelwoerister | bors | -5/+5 |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -22/+72 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -1/+1 |
| 2024-02-27 | Fixing shellcheck comments on lvi test script | Raoul Strackx | -12/+13 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -1/+1 |
| 2024-02-26 | Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser | Guillaume Gomez | -152/+0 |
| 2024-02-26 | Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-02-25 | Add synchronization library to run-make flags | Chris Denton | -2/+2 |
| 2024-02-23 | Convert `tests/run-make/instrument-coverage` to an ordinary codegen test | Zalathar | -152/+0 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-01-31 | Update data layouts in custom target tests for LLVM 18 | Nikita Popov | -4/+4 |
| 2024-01-27 | Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser | bors | -1/+1 |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op... | h1467792822 | -0/+75 |
| 2024-01-23 | test: enable `unpacked-lto` tests | Weihang Lo | -5/+5 |
| 2024-01-18 | llvm: simplify data layout check | David Wood | -1/+1 |
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -105/+9 |
| 2024-01-12 | Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix" | DianQK | -8/+0 |