| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+1 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -54/+49 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -49/+54 |
| 2021-05-07 | Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandry | Yuki Okushi | -46/+168 |
| 2021-05-07 | Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandry | Yuki Okushi | -52/+54 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -37/+0 |
| 2021-05-06 | Removes unneeded check of `#[no_coverage]` in mapgen | Rich Kadel | -89/+54 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -46/+168 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -0/+4 |
| 2021-05-05 | Remote test for alloc `extern_crate` feature. | John Ericson | -30/+0 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -37/+0 |
| 2021-05-02 | Fix hotplug codegen backend test | bjorn3 | -1/+1 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -49/+54 |
| 2021-05-01 | Auto merge of #84582 - richkadel:issue-84561, r=tmandry | bors | -16/+639 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -5/+250 |
| 2021-04-29 | Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoerister | bors | -1/+1 |
| 2021-04-29 | Add integration test for `--remap-pathh-prefix` | Joshua Nelson | -1/+1 |
| 2021-04-28 | addressed review feedback | Rich Kadel | -6/+38 |
| 2021-04-28 | More improvements to macro coverage | Rich Kadel | -104/+254 |
| 2021-04-28 | Drop branching blocks with same span as expanded macro | Rich Kadel | -0/+196 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -1/+109 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -60/+72 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -1/+97 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -2/+171 |
| 2021-04-23 | Remove unstable `--pretty` flag | Joshua Nelson | -3/+2 |