| Age | Commit message (Expand) | Author | Lines |
| 2020-06-29 | Add test for issue #56175 | Dan Aloni | -0/+53 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1494/+228 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -369/+67 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1192/+228 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -50/+77 |
| 2020-06-28 | Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obk | Manish Goregaokar | -0/+125 |
| 2020-06-28 | Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obk | Manish Goregaokar | -0/+48 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -0/+61 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -38/+444 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -15/+21 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -50/+77 |
| 2020-06-27 | Fix comment. | ecstatic-morse | -1/+1 |
| 2020-06-28 | Add test for issue-72352 | Yuki Okushi | -0/+29 |
| 2020-06-28 | Add test for issue-71611 | Yuki Okushi | -0/+17 |
| 2020-06-28 | Add test for issue-71382 | Yuki Okushi | -0/+32 |
| 2020-06-27 | Add test for issue-71381 | Yuki Okushi | -0/+47 |
| 2020-06-27 | Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearth | bors | -0/+26 |
| 2020-06-26 | Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrum | bors | -5/+9 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -0/+26 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -38/+444 |
| 2020-06-26 | Add peek test for projections | Dylan MacKenzie | -0/+48 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -5/+9 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -0/+61 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -495/+496 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -495/+496 |
| 2020-06-26 | Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakis | Manish Goregaokar | -38/+85 |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -4/+77 |
| 2020-06-25 | Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkor | Manish Goregaokar | -1/+2 |
| 2020-06-25 | Rollup merge of #73534 - estebank:borrowck-suggestions, r=matthewjasper | Manish Goregaokar | -0/+264 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -0/+47 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -30/+101 |
| 2020-06-25 | Adds a clearer message for when the async keyword is missing from a function | Nell Shamrell | -15/+21 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -5/+76 |
| 2020-06-25 | Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPC | bors | -0/+466 |
| 2020-06-25 | Update UI test | Guillaume Gomez | -1/+2 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -0/+264 |
| 2020-06-25 | Rollup merge of #73634 - nbdd0121:typeck, r=nikomatsakis | Dylan DPC | -0/+82 |
| 2020-06-25 | Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ... | Dylan DPC | -0/+384 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -28/+33 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -0/+48 |
| 2020-06-24 | review comments: clean up code | Esteban Küber | -1/+1 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+46 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -9/+20 |
| 2020-06-24 | Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+152 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -0/+43 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -84/+24 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+444 |
| 2020-06-24 | Update Chalk | Jack Huey | -38/+85 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -0/+179 |