about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-67/+83
2020-07-14Rollup merge of #74252 - shepmaster:bootstrap-rust-destdir, r=Mark-SimulacrumManish Goregaokar-0/+5
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-437/+554
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-139/+239
2020-07-14Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPCManish Goregaokar-0/+31
2020-07-14Reword messageEsteban Küber-34/+35
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-98/+6
2020-07-14lint: use `transparent_newtype_field` to avoid ICEDavid Wood-16/+30
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-49/+80
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-169/+3
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-106/+424
2020-07-14Point at type on E0275 instead of whole fieldEsteban Küber-3/+3
2020-07-14Suggest borrowing unsized argument typesEsteban Küber-12/+37
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-139/+239
2020-07-14Deny unsafe op in unsafe functions in libstd/alloc.rsAlexis Bourget-20/+71
2020-07-14typeck: use `item_name` in cross-crate packed diagDavid Wood-25/+65
2020-07-14Update cargoEric Huss-0/+0
2020-07-14Rollup merge of #74324 - flip1995:clippyup, r=ManishearthManish Goregaokar-1083/+4316
2020-07-14Rollup merge of #74316 - yoshuawuyts:no-wake-type-hints, r=Mark-SimulacrumManish Goregaokar-3/+2
2020-07-14Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddybManish Goregaokar-7/+6
2020-07-14Rollup merge of #74296 - Lynoure:rfind-doc-improvement, r=hanna-kruppeManish Goregaokar-5/+6
2020-07-14Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r...Manish Goregaokar-63/+103
2020-07-14Rollup merge of #74257 - alex:patch-1, r=joshtriplettManish Goregaokar-1/+0
2020-07-14Rollup merge of #74239 - AdrianCX:master, r=cuviperManish Goregaokar-0/+0
2020-07-14Rollup merge of #74227 - erikdesjardins:layun, r=estebankManish Goregaokar-3/+3
2020-07-14Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodtManish Goregaokar-69/+103
2020-07-14Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkovManish Goregaokar-49/+136
2020-07-14Rollup merge of #73986 - RalfJung:raw-slice-as-ptr, r=sfacklerManish Goregaokar-131/+287
2020-07-14Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es...Manish Goregaokar-0/+22
2020-07-14Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwcoManish Goregaokar-3/+5
2020-07-14Rollup merge of #73720 - GuillaumeGomez:cleanup-e0704, r=Dylan-DPCManish Goregaokar-2/+3
2020-07-14Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomezManish Goregaokar-43/+647
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-12/+24
2020-07-14new lint: Returning unit from closures expecting OrdMatthias Krüger-0/+7
2020-07-14Focus on the current file in the source file sidebarGuillaume Gomez-0/+5
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-1083/+4316
2020-07-14Add core::ready! macroYoshua Wuyts-0/+65
2020-07-14Remove unnecessary type hints from the Wake implYoshua Wuyts-3/+2
2020-07-14Auto merge of #5773 - giraffate:repeat_once, r=flip1995bors-0/+7
2020-07-14Auto merge of #73490 - CAD97:range-unchecked-stepping, r=Amanieubors-12/+12
2020-07-14Added docs for `From<c_int>` for `ExitStatus`Vincent Esche-0/+4
2020-07-13Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomezManish Goregaokar-1/+38
2020-07-13Rollup merge of #74285 - wangtheo:issue-71669, r=lcnrManish Goregaokar-0/+146
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+52
2020-07-13Rollup merge of #74123 - GuillaumeGomez:cleanup-e0718, r=pickfireManish Goregaokar-3/+2
2020-07-13Rollup merge of #74046 - ehuss:deny-warnings-caching, r=Mark-SimulacrumManish Goregaokar-4/+18
2020-07-13Rollup merge of #73867 - poliorcetics:union-keyword, r=joshtriplettManish Goregaokar-2/+66
2020-07-13Rollup merge of #73852 - euclio:rustdoc-attr-newlines, r=GuillaumeGomezManish Goregaokar-10/+15
2020-07-14Use `ArrayVec` in `SparseBitSet`.Nicholas Nethercote-7/+6
2020-07-13Clarify the description for rfindLynoure Braakman-5/+6