| Age | Commit message (Expand) | Author | Lines |
| 2020-07-14 | Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum | Manish Goregaokar | -67/+83 |
| 2020-07-14 | Rollup merge of #74252 - shepmaster:bootstrap-rust-destdir, r=Mark-Simulacrum | Manish Goregaokar | -0/+5 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -437/+554 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -139/+239 |
| 2020-07-14 | Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPC | Manish Goregaokar | -0/+31 |
| 2020-07-14 | Reword message | Esteban Küber | -34/+35 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -98/+6 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -16/+30 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -49/+80 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -169/+3 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -106/+424 |
| 2020-07-14 | Point at type on E0275 instead of whole field | Esteban Küber | -3/+3 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -12/+37 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -139/+239 |
| 2020-07-14 | Deny unsafe op in unsafe functions in libstd/alloc.rs | Alexis Bourget | -20/+71 |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -25/+65 |
| 2020-07-14 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-14 | Rollup merge of #74324 - flip1995:clippyup, r=Manishearth | Manish Goregaokar | -1083/+4316 |
| 2020-07-14 | Rollup merge of #74316 - yoshuawuyts:no-wake-type-hints, r=Mark-Simulacrum | Manish Goregaokar | -3/+2 |
| 2020-07-14 | Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddyb | Manish Goregaokar | -7/+6 |
| 2020-07-14 | Rollup merge of #74296 - Lynoure:rfind-doc-improvement, r=hanna-kruppe | Manish Goregaokar | -5/+6 |
| 2020-07-14 | Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r... | Manish Goregaokar | -63/+103 |
| 2020-07-14 | Rollup merge of #74257 - alex:patch-1, r=joshtriplett | Manish Goregaokar | -1/+0 |
| 2020-07-14 | Rollup merge of #74239 - AdrianCX:master, r=cuviper | Manish Goregaokar | -0/+0 |
| 2020-07-14 | Rollup merge of #74227 - erikdesjardins:layun, r=estebank | Manish Goregaokar | -3/+3 |
| 2020-07-14 | Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodt | Manish Goregaokar | -69/+103 |
| 2020-07-14 | Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkov | Manish Goregaokar | -49/+136 |
| 2020-07-14 | Rollup merge of #73986 - RalfJung:raw-slice-as-ptr, r=sfackler | Manish Goregaokar | -131/+287 |
| 2020-07-14 | Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es... | Manish Goregaokar | -0/+22 |
| 2020-07-14 | Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwco | Manish Goregaokar | -3/+5 |
| 2020-07-14 | Rollup merge of #73720 - GuillaumeGomez:cleanup-e0704, r=Dylan-DPC | Manish Goregaokar | -2/+3 |
| 2020-07-14 | Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomez | Manish Goregaokar | -43/+647 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -12/+24 |
| 2020-07-14 | new lint: Returning unit from closures expecting Ord | Matthias Krüger | -0/+7 |
| 2020-07-14 | Focus on the current file in the source file sidebar | Guillaume Gomez | -0/+5 |
| 2020-07-14 | Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup | flip1995 | -1083/+4316 |
| 2020-07-14 | Add core::ready! macro | Yoshua Wuyts | -0/+65 |
| 2020-07-14 | Remove unnecessary type hints from the Wake impl | Yoshua Wuyts | -3/+2 |
| 2020-07-14 | Auto merge of #5773 - giraffate:repeat_once, r=flip1995 | bors | -0/+7 |
| 2020-07-14 | Auto merge of #73490 - CAD97:range-unchecked-stepping, r=Amanieu | bors | -12/+12 |
| 2020-07-14 | Added docs for `From<c_int>` for `ExitStatus` | Vincent Esche | -0/+4 |
| 2020-07-13 | Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomez | Manish Goregaokar | -1/+38 |
| 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/+52 |
| 2020-07-13 | Rollup merge of #74123 - GuillaumeGomez:cleanup-e0718, r=pickfire | Manish Goregaokar | -3/+2 |
| 2020-07-13 | Rollup merge of #74046 - ehuss:deny-warnings-caching, r=Mark-Simulacrum | Manish Goregaokar | -4/+18 |
| 2020-07-13 | Rollup merge of #73867 - poliorcetics:union-keyword, r=joshtriplett | Manish Goregaokar | -2/+66 |
| 2020-07-13 | Rollup merge of #73852 - euclio:rustdoc-attr-newlines, r=GuillaumeGomez | Manish Goregaokar | -10/+15 |
| 2020-07-14 | Use `ArrayVec` in `SparseBitSet`. | Nicholas Nethercote | -7/+6 |
| 2020-07-13 | Clarify the description for rfind | Lynoure Braakman | -5/+6 |