| Age | Commit message (Expand) | Author | Lines |
| 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-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -5/+5 |
| 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 | Fix src/test/run-make/static-pie/test-aslr.rs | Harald Hoyer | -1/+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 |
| 2020-07-11 | Add the test case mentioned in #74236 | Dan Aloni | -0/+28 |
| 2020-07-11 | test: rustdoc-ui: issue-74134: Shorten a too long line | Dennis Hamester | -1/+1 |
| 2020-07-11 | test: rustdoc-ui: Expand issue-74134 to cover types in a private module | Dennis Hamester | -0/+15 |
| 2020-07-11 | test: rustdoc-ui: Add issue-74134, replacing test/rustdoc/issue-74134-* | Dennis Hamester | -43/+36 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -93/+212 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -18/+18 |
| 2020-07-10 | Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper | Manish Goregaokar | -86/+114 |
| 2020-07-10 | Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkov | Manish Goregaokar | -0/+28 |
| 2020-07-10 | Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakis | Manish Goregaokar | -0/+20 |
| 2020-07-10 | Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2020-07-10 | Rollup merge of #73887 - DutchGhost:master, r=oli-obk | Manish Goregaokar | -2/+0 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -29/+22 |
| 2020-07-10 | Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakis | Manish Goregaokar | -21/+533 |
| 2020-07-10 | Address review comments | Mohsen Zohrevandi | -0/+1 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -18/+18 |
| 2020-07-10 | Only add cfguard module flag on windows-msvc | Andrew Paverd | -0/+20 |
| 2020-07-10 | Tweak wording | Yuki Okushi | -42/+42 |
| 2020-07-10 | Add a help to use `in_band_lifetimes` in nightly | Yuki Okushi | -0/+67 |
| 2020-07-09 | Reword incorrect `self` token suggestion | Esteban Küber | -3/+3 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -18/+11 |
| 2020-07-09 | Rollup merge of #74150 - tamird:blocklist, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -0/+21 |