| Age | Commit message (Expand) | Author | Lines |
| 2019-03-29 | Regression test for incremental treatment of rustc_scalar_valid_range_{start,... | Felix S. Klock II | -0/+19 |
| 2019-03-29 | Regression test for incremental treatment of rustc_on_unimplemented. | Felix S. Klock II | -0/+27 |
| 2019-03-29 | revert change to test file as per review request | Esteban Küber | -2/+1 |
| 2019-03-29 | Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn | Mazdak Farrokhzad | -0/+17 |
| 2019-03-29 | Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco | Mazdak Farrokhzad | -4/+33 |
| 2019-03-29 | Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank | Mazdak Farrokhzad | -84/+173 |
| 2019-03-29 | Rollup merge of #59462 - taiki-e:no-core, r=petrochenkov | Mazdak Farrokhzad | -0/+18 |
| 2019-03-28 | fix text after rebase | Esteban Küber | -0/+8 |
| 2019-03-29 | Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril | Mazdak Farrokhzad | -5/+10 |
| 2019-03-29 | Use platform dependent mcount function | Yuki OKUSHI | -0/+7 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -189/+136 |
| 2019-03-28 | deny duplicate matcher bindings by default | mark | -5/+10 |
| 2019-03-28 | Add check for when left and right overlap and change span for explanation to ... | hgallagher1993 | -42/+9 |
| 2019-03-28 | Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkov | Mazdak Farrokhzad | -22/+14 |
| 2019-03-28 | Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obk | Mazdak Farrokhzad | -149/+149 |
| 2019-03-28 | Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett | Mazdak Farrokhzad | -20/+20 |
| 2019-03-28 | Revise and generalize the macros-unlinted tests. | Felix S. Klock II | -2/+85 |
| 2019-03-28 | Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke... | Felix S. Klock II | -4/+4 |
| 2019-03-28 | Recover from parse error in tuple syntax | Esteban Küber | -9/+165 |
| 2019-03-28 | Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavis | Mazdak Farrokhzad | -27/+4 |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -4/+9 |
| 2019-03-27 | Expand test | Esteban Küber | -2/+30 |
| 2019-03-27 | Account for short-hand field syntax when suggesting borrow | Esteban Küber | -4/+42 |
| 2019-03-27 | Account for fully overlapping multiline annotations | Esteban Küber | -12/+9 |
| 2019-03-27 | Add test | Esteban Küber | -0/+35 |
| 2019-03-27 | Do not suggest borrowing when the span comes from a macro | Esteban Küber | -4/+1 |
| 2019-03-28 | Add a regression test for #47131 | varkor | -0/+17 |
| 2019-03-27 | Rollup merge of #59459 - JohnTitor:add-tests, r=Centril | Josh Stone | -0/+88 |
| 2019-03-27 | Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obk | Josh Stone | -6/+211 |
| 2019-03-27 | Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkov | Josh Stone | -24/+68 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -4/+7 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+23 |
| 2019-03-27 | Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril | Josh Stone | -57/+9 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -26/+26 |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -84/+206 |
| 2019-03-27 | Regression test for rust-lang/rust#56327. | Felix S. Klock II | -0/+25 |
| 2019-03-27 | Some tests illustrating where the revised lint does and does not apply. | Felix S. Klock II | -0/+346 |
| 2019-03-27 | Add a test | Taiki Endo | -0/+18 |
| 2019-03-27 | Add some tests | Yuki OKUSHI | -0/+88 |
| 2019-03-27 | add negative test case in assignment-expected-bool | Mazdak Farrokhzad | -2/+23 |
| 2019-03-27 | adjust assignment-in-if test accordingly. | Mazdak Farrokhzad | -6/+26 |
| 2019-03-27 | add test for assignment x = y where type bool is expected. | Mazdak Farrokhzad | -0/+164 |
| 2019-03-27 | Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov | bors | -2/+43 |
| 2019-03-27 | Give variant parts their own unique id | Philip Craig | -1/+1 |
| 2019-03-26 | Add specific message for tuple struct invoked with suffixed numeric field name | Esteban Küber | -1/+19 |
| 2019-03-26 | Reword invalid suffixe errors | Esteban Küber | -30/+30 |
| 2019-03-26 | Use `expect_no_suffix` for error | Esteban Küber | -7/+6 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -4/+7 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -5/+71 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -159/+159 |