| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | Constify most non-trait `Duration` methods as described in #72440 | marmeladema | -0/+57 |
| 2020-07-15 | improve naming | Bastian Kauschke | -48/+48 |
| 2020-07-15 | cleanup | Bastian Kauschke | -2/+2 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -25/+0 |
| 2020-07-15 | update test | Bastian Kauschke | -12/+4 |
| 2020-07-15 | mir opt cross compile | Bastian Kauschke | -12/+12 |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -152/+152 |
| 2020-07-15 | ui test diff | Bastian Kauschke | -2/+22 |
| 2020-07-15 | mir opt diff | Bastian Kauschke | -36/+36 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -0/+15 |
| 2020-07-15 | add const generic tests | Bastian Kauschke | -0/+333 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -1/+4 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -1/+4 |
| 2020-07-14 | Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w... | Manish Goregaokar | -0/+14 |
| 2020-07-14 | Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno... | Manish Goregaokar | -0/+43 |
| 2020-07-14 | Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma... | Manish Goregaokar | -0/+34 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -367/+448 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -117/+171 |
| 2020-07-14 | Reword message | Esteban Küber | -33/+33 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -97/+0 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -0/+14 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -13/+45 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -165/+2 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -86/+383 |
| 2020-07-14 | Point at type on E0275 instead of whole field | Esteban Küber | -2/+2 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -4/+16 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -117/+171 |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -0/+43 |
| 2020-07-14 | Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r... | Manish Goregaokar | -55/+91 |
| 2020-07-14 | Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkov | Manish Goregaokar | -36/+17 |
| 2020-07-14 | Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es... | Manish Goregaokar | -0/+21 |
| 2020-07-13 | Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomez | Manish Goregaokar | -0/+1 |
| 2020-07-13 | Rollup merge of #74285 - wangtheo:issue-71669, r=lcnr | Manish Goregaokar | -0/+146 |
| 2020-07-13 | Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 | Manish Goregaokar | -0/+51 |
| 2020-07-13 | Rollup merge of #73852 - euclio:rustdoc-attr-newlines, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2020-07-13 | Remove trailing whitespace | wangtheo | -0/+1 |
| 2020-07-13 | Merge branch 'master' into E0688 | Pankaj Chaudhary | -13969/+53339 |
| 2020-07-13 | Added proper explanation of ErrorCode-E0688 | PankajChaudhary5 | -0/+1 |
| 2020-07-13 | Removed trailing whitespace | Teddy_Wang | -1/+1 |
| 2020-07-13 | Added ui tests for volatile and nearby intrinsics | Teddy_Wang | -0/+72 |
| 2020-07-12 | Added tests for volatile and nearbyint intrinsics | Teddy_Wang | -0/+73 |
| 2020-07-12 | Detect tuple struct incorrectly used as struct pat | Esteban Küber | -36/+17 |
| 2020-07-12 | pprust: support multiline comments within lines | David Wood | -0/+34 |
| 2020-07-12 | typeck: report placeholder type error w/out span | David Wood | -55/+91 |
| 2020-07-11 | Rollup merge of #74240 - da-x:fix-74081, r=Manishearth | Manish Goregaokar | -0/+28 |
| 2020-07-11 | Rollup merge of #74197 - estebank:self-sugg, r=petrochenkov | Manish Goregaokar | -3/+3 |
| 2020-07-11 | Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkov | Manish Goregaokar | -0/+67 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -0/+109 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -93/+212 |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -2/+2 |