| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+102 |
| 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 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -199/+0 |
| 2022-06-27 | Finish rustdoc error improvement | Guillaume Gomez | -5/+9 |
| 2022-06-27 | Add test for help output with -W | Shivani Bhardwaj | -0/+195 |
| 2022-06-27 | Add test for default rustdoc run | Shivani Bhardwaj | -0/+199 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+6 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -4/+56 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -0/+82 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -4/+0 |