| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -0/+13 |
| 2021-10-09 | Add a test that -Zquery-dep-graph -Zdump-dep-graph works | Mark Rousskov | -0/+13 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -0/+45 |
| 2021-10-02 | Run the #85441 regression test on MSVC only | Simonas Kazlauskas | -1/+1 |
| 2021-10-02 | Add test for checking if WS2_32.dll is linked | Christiaan Dirkx | -0/+10 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -0/+45 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -0/+87 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 2021-09-03 | Auto merge of #88482 - athei:add-import-test, r=the8472 | bors | -0/+30 |
| 2021-08-30 | Add regression test for a spurious import | Alexander Theißen | -0/+30 |
| 2021-08-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -0/+30 |
| 2021-08-24 | Update tests | inquisitivecrystal | -3/+0 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -1/+0 |
| 2021-08-17 | Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obk | bors | -0/+1 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -0/+1 |
| 2021-08-15 | Add `--target` flag to `issue-85019-moved-src-dir` | Aaron Hill | -4/+4 |
| 2021-08-15 | Copy over run-make ignores from issue-83112-incr-test-moved-file | Aaron Hill | -0/+3 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -0/+31 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -1/+0 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -2/+0 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -2/+2 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -2/+236 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+31 |
| 2021-06-21 | Add test showing different KIND parameters change hash | Jeremy Fitzhardinge | -1/+12 |
| 2021-06-21 | In --emit KIND=PATH options, only hash KIND | Jeremy Fitzhardinge | -0/+27 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+10 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+73 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+3 |
| 2021-06-03 | Add run-make test testing flag stability | Ryan Levick | -0/+3 |
| 2021-05-30 | Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebank | bors | -0/+34 |
| 2021-05-29 | Fix incremental-session-fail to work when run as root. | Eric Huss | -2/+1 |
| 2021-05-28 | Add test for --emit TYPE=path | Jeremy Fitzhardinge | -0/+34 |
| 2021-05-26 | Add test to check behavior when incremental session init fails. | Eric Huss | -0/+16 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+1 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+116 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -0/+10 |
| 2021-04-05 | change SourceSerifPro to SourceSerif4 in emit-shared-files test | Trevor Spiteri | -3/+3 |
| 2021-04-02 | Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum | Dylan DPC | -0/+47 |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be inv... | Joshua Nelson | -7/+17 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -11/+11 |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -1/+5 |
| 2021-03-28 | test: run-make: skip tests on unsupported platforms | Tom Eccles | -0/+7 |
| 2021-03-28 | test: run-make: flag tests which won't work in no-std environments | Tom Eccles | -0/+5 |
| 2021-03-28 | run-make: skip issue-36710 on riscv64 and armhf | Tom Eccles | -0/+4 |
| 2021-03-28 | run-make: Specify --target to rustc | Tom Eccles | -14/+5 |
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -0/+33 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -0/+1 |
| 2021-03-15 | Rollup merge of #83132 - Aaron1011:fix/incr-cache-dummy, r=estebank | Dylan DPC | -0/+26 |
| 2021-03-14 | Don't encode file information for span with a dummy location | Aaron Hill | -0/+26 |
| 2021-03-13 | Do not emit alloca for ZST local even if it is uninitialized | Simon Vandel Sillesen | -1/+0 |