| Age | Commit message (Expand) | Author | Lines |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -870/+972 |
| 2020-06-26 | Generate docs for links to private items when passed --document-private | Joshua Nelson | -0/+36 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -870/+972 |
| 2020-06-26 | Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakis | Manish Goregaokar | -38/+85 |
| 2020-06-26 | Rollup merge of #72620 - tmiasko:linkage-name, r=eddyb | Manish Goregaokar | -0/+42 |
| 2020-06-26 | Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth | bors | -37/+725 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -3/+3 |
| 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 #73460 - tmandry:variant-lineinfo, r=oli-obk | Manish Goregaokar | -2/+234 |
| 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-25 | Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum | bors | -0/+14 |
| 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 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -0/+109 |
| 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 | Split out async fn and generator test | Tyler Mandry | -72/+102 |
| 2020-06-24 | Give up on checking filename | Tyler Mandry | -8/+4 |
| 2020-06-24 | Add generator-debug test for MSVC | Tyler Mandry | -0/+88 |
| 2020-06-24 | Generalize generator-debug test a bit | Tyler Mandry | -21/+19 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -2/+28 |
| 2020-06-24 | Add test for generator debuginfo | Tyler Mandry | -0/+94 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -2/+2 |
| 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 | Add `format_args_capture` feature | David Hewitt | -0/+205 |
| 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 |
| 2020-06-23 | Tweak binop errors | Esteban Küber | -3/+71 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -73/+302 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -10/+55 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -40/+166 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -23/+52 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+29 |
| 2020-06-23 | review comments: wording and style | Esteban Küber | -20/+20 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -0/+37 |