| Age | Commit message (Expand) | Author | Lines |
| 2022-12-12 | Ignore errors when including clear_expected_if_blessed | Tomasz Miąsko | -1/+1 |
| 2022-11-20 | Ignore test to fix macOS CI | Mark Rousskov | -109/+0 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+102 |
| 2022-10-19 | Rollup merge of #103178 - ferrocene:pa-coverage-reports-tests, r=Mark-Simulacrum | Matthias Krüger | -2/+7 |
| 2022-10-18 | partially fix src/test/run-make/coverage-reports when cross-compiling | Pietro Albini | -2/+7 |
| 2022-10-05 | test: run-make: skip when cross-compiling | Peter Collingbourne | -5/+1 |
| 2022-10-04 | resolve error when attempting to link a universal library on macOS | Alex Gaynor | -0/+14 |
| 2022-09-20 | Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkov | bors | -0/+53 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -0/+53 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -0/+137 |
| 2022-09-13 | Bless coverage report. | Camille GILLOT | -14/+14 |
| 2022-09-12 | Fix raw-dylib with link_name | Daniel Paoliello | -0/+137 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+109 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -3/+3 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -3/+3 |
| 2022-09-08 | Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkov | bors | -0/+1 |
| 2022-09-07 | ignore `-Zgcc-ld=lld` test on msvc | Rémy Rakic | -0/+1 |
| 2022-09-07 | Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoerister | bors | -0/+27 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -5/+5 |
| 2022-08-29 | Track PGO profiles in depinfo | Jakub Beránek | -0/+27 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+214 |
| 2022-08-23 | Diagnose missing includes in run-make tests | Tomasz Miąsko | -55/+55 |
| 2022-08-18 | Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay | bors | -23/+0 |
| 2022-08-15 | Rollup merge of #100377 - est31:fluent_grepability, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-08-15 | Rollup merge of #100211 - cjgillot:ctfe-mir-available, r=michaelwoerister | Matthias Krüger | -0/+28 |
| 2022-08-12 | Fix tests | est31 | -3/+3 |
| 2022-08-12 | Rollup merge of #100366 - davidtwco:translation-never-fail, r=compiler-errors | Dylan DPC | -6/+25 |
| 2022-08-10 | Refuse to codegen an upstream static. | Camille GILLOT | -0/+28 |
| 2022-08-10 | errors: don't fail on broken primary translations | David Wood | -6/+25 |
| 2022-08-09 | Fix coverage-llvmir test on Windows | Nikita Popov | -1/+1 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -1/+37 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -1/+37 |
| 2022-08-02 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -3/+30 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -24/+134 |
| 2022-08-01 | Don't derive `PartialEq::ne`. | Nicholas Nethercote | -23/+0 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -0/+29 |
| 2022-07-28 | Diagnose missing make includes | Tomasz Miąsko | -4/+4 |
| 2022-07-28 | Move coverage tests from run-make-fulldeps to run-make | Tomasz Miąsko | -0/+5620 |
| 2022-07-26 | Fix vectorcall | Daniel Paoliello | -24/+134 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -0/+29 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -13/+20 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+19 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -13/+20 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+2 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -1/+1 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -2/+2 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -0/+3 |
| 2022-07-04 | Auto merge of #98573 - krasimirgg:nlmb-llvm-nm, r=nikic | bors | -10/+14 |
| 2022-07-04 | adapt native-link-modifier-bundle test to use llvm-nm | Krasimir Georgiev | -10/+14 |