| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum | bors | -19/+76 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -737/+10006 |
| 2020-11-05 | Disable the spanview tests on MacOS for now | Rich Kadel | -0/+20 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -4/+377 |
| 2020-11-05 | Fix sed command for Mac | Rich Kadel | -1/+1 |
| 2020-11-05 | rename some tests to avoid exceeding windows path limits | Rich Kadel | -819/+847 |
| 2020-11-05 | fix cross-platform test bugs | Rich Kadel | -40/+17 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -0/+6 |
| 2020-11-05 | Added comments on remapping expression IDs, and URL to spanviews | Rich Kadel | -116/+1169 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -547/+529 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -0/+37 |
| 2020-11-05 | Implemented CoverageGraph of BasicCoverageBlocks | Rich Kadel | -294/+216 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -818/+9062 |
| 2020-11-05 | Get `--fix` working for everything except rustdoc | Joshua Nelson | -7/+17 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Auto merge of #78774 - flip1995:clippyup, r=Manishearth | bors | -675/+2839 |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -675/+2839 |
| 2020-11-05 | Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk | bors | -595/+524 |
| 2020-11-05 | Rollup merge of #78756 - ehuss:update-cargo, r=ehuss | Mara Bos | -0/+0 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -15/+42 |
| 2020-11-05 | Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakis | Mara Bos | -0/+54 |
| 2020-11-05 | Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514 | Mara Bos | -51/+0 |
| 2020-11-05 | Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez | Mara Bos | -6/+6 |
| 2020-11-05 | Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez | Mara Bos | -12/+64 |
| 2020-11-05 | Rollup merge of #78425 - chansuke:move_nan, r=jyn514 | Mara Bos | -9/+0 |
| 2020-11-05 | Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514 | Mara Bos | -207/+0 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -30/+31 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -4/+7 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -40/+54 |
| 2020-11-05 | Update URLs used in the lint example | Guillaume Gomez | -14/+15 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -21/+21 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -32/+158 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -45/+93 |
| 2020-11-05 | Add tests for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-05 | Add documentation for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -0/+100 |
| 2020-11-05 | update dangling-alloc-id-ice test | Vishnunarayan K I | -15/+2 |
| 2020-11-05 | Auto merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-04 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-05 | Move f64::NAN ui tests into `library` | chansuke | -9/+0 |
| 2020-11-05 | ci: bump actions/checkout to version 2 | Pietro Albini | -1/+1 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -17/+17 |
| 2020-11-04 | Auto merge of #5911 - hegza:issue-568, r=ebroto | bors | -1/+8 |
| 2020-11-04 | Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum | bors | -151/+2 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -0/+40 |
| 2020-11-04 | Fix issue 78654. | Hameer Abbasi | -0/+54 |
| 2020-11-05 | Move range in ui test to ops test in library/core | Daiki Ihara | -51/+0 |
| 2020-11-04 | Auto merge of #77227 - oli-obk:const_val_🌳_prelude, r=RalfJung | bors | -13/+15 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -2/+2 |
| 2020-11-04 | Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov | bors | -0/+118 |