| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+4 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -150/+136 |
| 2021-08-19 | regression tests | Ellen | -0/+203 |
| 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-19 | Rollup merge of #88159 - spastorino:fix-unused-generic-param-test, r=oli-obk | Guillaume Gomez | -18/+5 |
| 2021-08-19 | Rollup merge of #88146 - BoxyUwU:tests-cec-incr-comp, r=oli-obk | Guillaume Gomez | -0/+169 |
| 2021-08-19 | Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez | Guillaume Gomez | -267/+315 |
| 2021-08-19 | Auto merge of #88124 - tmiasko:start-block-critical-edge, r=oli-obk | bors | -0/+10 |
| 2021-08-19 | Use a trait instead of the now disallowed missing trait there | Santiago Pastorino | -18/+5 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -267/+315 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -14/+51 |
| 2021-08-19 | Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomez | bors | -33/+107 |
| 2021-08-19 | Auto merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelid | bors | -5/+9 |
| 2021-08-18 | add tests | Ellen | -0/+169 |
| 2021-08-18 | Rollup merge of #88136 - spastorino:fix-test-directory, r=oli-obk | Guillaume Gomez | -0/+0 |
| 2021-08-18 | Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhpratt | Guillaume Gomez | -0/+9 |
| 2021-08-18 | Rollup merge of #88082 - GuillaumeGomez:rustdoc-gui-jobs-opt, r=dns2utf8 | Guillaume Gomez | -3/+23 |
| 2021-08-18 | Rollup merge of #88036 - nbdd0121:const3, r=petrochenkov | Guillaume Gomez | -0/+45 |
| 2021-08-18 | Rollup merge of #87983 - estebank:smaller-lt-spans, r=oli-obk | Guillaume Gomez | -30/+30 |
| 2021-08-18 | Rollup merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelid | Guillaume Gomez | -5/+9 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -129/+341 |
| 2021-08-18 | marker_traits: require `EvaluatedToOk` | lcnr | -0/+83 |
| 2021-08-18 | Auto merge of #88127 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-08-18 | Move private_unused.rs test to impl-trait | Santiago Pastorino | -0/+0 |
| 2021-08-18 | Fix anchors display in rustdoc | Guillaume Gomez | -5/+9 |
| 2021-08-18 | Add a new test case to verify behavior. | Charles Lew | -0/+39 |
| 2021-08-18 | Auto merge of #87781 - est31:remove_box, r=oli-obk | bors | -295/+301 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -30/+30 |
| 2021-08-18 | Error when warnings lint group is used with force-warn | Ryan Levick | -0/+14 |
| 2021-08-18 | Improve force-warn tests | Ryan Levick | -11/+114 |
| 2021-08-18 | Auto merge of #87985 - nbdd0121:asm, r=Amanieu | bors | -0/+27 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -295/+301 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -51/+318 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -96/+12 |
| 2021-08-18 | Auto merge of #87728 - GuillaumeGomez:doc-test-attr-checks, r=jyn514 | bors | -0/+113 |
| 2021-08-17 | Add needs-asm-support to more tests | Josh Stone | -6/+10 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -151/+8 |
| 2021-08-17 | Update cargo | Eric Huss | -0/+0 |
| 2021-08-17 | Auto merge of #86808 - fee1-dead:constify-1, r=oli-obk | bors | -0/+30 |
| 2021-08-17 | Auto merge of #86977 - vakaras:body_with_borrowck_facts, r=nikomatsakis | bors | -0/+237 |
| 2021-08-17 | Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebank | bors | -20/+233 |
| 2021-08-17 | Add background-color on clickable definitions in source code | Guillaume Gomez | -0/+9 |
| 2021-08-17 | Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obk | bors | -21/+78 |
| 2021-08-17 | Fix obtain-borrowck failure on Windows. | Vytautas Astrauskas | -1/+1 |
| 2021-08-17 | Add ui test | Deadbeef | -0/+30 |
| 2021-08-17 | Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obk | bors | -1915/+3156 |
| 2021-08-17 | Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrum | bors | -16/+7 |
| 2021-08-17 | Auto merge of #87990 - Aaron1011:moved-src-dir, r=cjgillot | bors | -0/+34 |
| 2021-08-17 | Split critical edge targeting the start block | Tomasz Miąsko | -0/+10 |