| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister | bors | -0/+12 |
| 2021-08-24 | Ignore test on Windows | Andy Wang | -0/+2 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -3/+3 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -12/+8 |
| 2021-08-21 | Always use llvm.used for coverage symbols | Nikita Popov | -4/+1 |
| 2021-08-19 | Test presence of remapped path | Andy Wang | -0/+1 |
| 2021-08-19 | Make test function pub | Andy Wang | -1/+1 |
| 2021-08-17 | Auto merge of #86977 - vakaras:body_with_borrowck_facts, r=nikomatsakis | bors | -0/+237 |
| 2021-08-17 | Fix obtain-borrowck failure on Windows. | Vytautas Astrauskas | -1/+1 |
| 2021-08-16 | Relax internal/private checks in coverage IR test | Nikita Popov | -6/+4 |
| 2021-08-16 | Fix a coverage-reports test | Cameron Steffen | -3/+3 |
| 2021-08-16 | Use llvm.compiler.used insetad of llvm.used | Nikita Popov | -1/+3 |
| 2021-08-16 | Update coverage LLVM IR test | Nikita Popov | -5/+4 |
| 2021-08-04 | Fix assertions in `coverage-reports` test | Alex Crichton | -76/+70 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -12/+15 |
| 2021-07-31 | Fix obtain-borrowck failure on MSVC. | Vytautas Astrauskas | -1/+7 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -3/+2 |
| 2021-07-23 | Fix typo in a comment. | Vytautas Astrauskas | -1/+1 |
| 2021-07-23 | Move obtain-borrowck to run-make-fulldeps. | Vytautas Astrauskas | -0/+231 |
| 2021-07-20 | Allow combining -Cprofile-generate and -Cpanic=unwind when targeting | Michael Woerister | -59/+0 |
| 2021-07-17 | Auto merge of #86062 - nagisa:nagisa/what-a-lie, r=estebank | bors | -1/+15 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+2 |
| 2021-07-08 | Do not allow JSON targets to set is-builtin: true | Simonas Kazlauskas | -1/+15 |
| 2021-07-07 | Update targets to use target_abi | Josh Triplett | -0/+2 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -1/+1 |
| 2021-07-06 | Fix test | bjorn3 | -3/+1 |
| 2021-07-04 | Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu | bors | -0/+4 |
| 2021-07-02 | core: add unstable `no_fp_fmt_parse` to disable float fmt/parse code | Gary Guo | -0/+4 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-14 | Avoid possible filename collision in coverage tests | Arpad Borsos | -6/+8 |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -18/+3 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -7/+4 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -7/+4 |
| 2021-06-04 | Update hotplug codegen backend test | bjorn3 | -18/+3 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -49/+116 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -49/+116 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -5/+5 |
| 2021-06-01 | Fix test | bjorn3 | -5/+5 |
| 2021-05-31 | Auto merge of #85395 - 12101111:build-crt, r=petrochenkov | bors | -0/+32 |
| 2021-05-31 | Build crtbengin.o/crtend.o from source code | 12101111 | -0/+32 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -22/+0 |
| 2021-05-26 | Rollup merge of #84048 - konan8205:master, r=jsha | Yuki Okushi | -0/+2 |
| 2021-05-25 | Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514 | Guillaume Gomez | -0/+53 |
| 2021-05-24 | Add test | bjorn3 | -0/+53 |
| 2021-05-22 | Add test for deduplicate native lib in linking | 12101111 | -0/+36 |
| 2021-05-19 | test: fix the order in unversioned-files.txt | Shinwoo Park | -1/+1 |
| 2021-05-18 | test: update unversioned-files.txt | Shinwoo Park | -0/+2 |
| 2021-05-16 | Add test for remap-from in the form of $PWD/trailing | Andy Wang | -0/+9 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -13/+1 |
| 2021-05-13 | Use DefaultMetadataLoader in the hotplug_codegen_backend test | bjorn3 | -13/+1 |