about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-11dist: include src/build_helper as part of the crate graph for rustc-dev.Benjamin Bouvier-0/+8
2021-02-12Fix suggestion to introduce explicit lifetime0yoyoyo-0/+47
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-24/+2
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-610/+1802
2021-02-11Make suggestion of changing mutability of arguments broaderHirochika Matsumoto-0/+56
2021-02-11resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lintVadim Petrochenkov-24/+27
2021-02-10Tweak stability attribute diagnostic outputEsteban Küber-8/+14
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-145/+169
2021-02-10Keep existing names of regions in placeholder_errorMatthew Jasper-15/+15
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-41/+69
2021-02-10bootstrap: fix wrong docs installation pathPietro Albini-1/+1
2021-02-10Do not ICE on range patterns in function argumentsLeSeulArtichaut-5/+2
2021-02-10Add regression test for #81289LeSeulArtichaut-0/+18
2021-02-10Fix getCurrentValueOphir LOJKINE-1/+1
2021-02-10Catch errors on localStorage setting failureOphir LOJKINE-23/+8
2021-02-10Auto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995bors-23/+1
2021-02-10Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelixbors-46/+147
2021-02-10Allow casting mut array ref to mut ptrÖmer Sinan Ağacan-7/+29
2021-02-10Auto merge of #81768 - calebcartwright:bump-rls-rustfmt, r=Xanewokbors-6/+5
2021-02-10Auto merge of #81929 - pietroalbini:pgo-bootstrap, r=Mark-Simulacrumbors-2/+4
2021-02-09bootstrap: Locate llvm-dwp based on llvm-config bindirDavid Tolnay-2/+5
2021-02-09Stabilize str_split_onceJacob Pratt-3/+2
2021-02-10Rollup merge of #81951 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-02-10Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebankYuki Okushi-0/+3
2021-02-10Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG...Yuki Okushi-1/+1
2021-02-10Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasperYuki Okushi-44/+44
2021-02-10Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726Yuki Okushi-1/+1
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-0/+32
2021-02-09Update cargoEric Huss-0/+0
2021-02-09remove unused backtrace refsCaleb Cartwright-1/+0
2021-02-09update RLS and rustfmtCaleb Cartwright-5/+5
2021-02-10Borrow builder only once in debug deriveTomasz Miąsko-35/+32
2021-02-09Print closure signatures when reporting placeholder errorsMatthew Jasper-6/+6
2021-02-09Report "nice" placeholder errors more oftenMatthew Jasper-190/+112
2021-02-09Avoid repeating self type in placeholder errorMatthew Jasper-9/+9
2021-02-09Add attr-on-params testRyan Levick-0/+25
2021-02-09Remove unnecessary note on errorsMatthew Jasper-138/+28
2021-02-09Visit more targets when checking attrsRyan Levick-6/+6
2021-02-09Update Markdown unit testsCamelid-5/+5
2021-02-09Auto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrumbors-18/+116
2021-02-09ci: allow unstable features in some PGO benchmarksPietro Albini-2/+4
2021-02-09Add a regression test for #32498Bram van den Heuvel-0/+16
2021-02-09Organize trait test filesBram van den Heuvel-285/+285
2021-02-09add suggestion to use the `async_recursion` crateHenry Boisdequin-0/+3
2021-02-09Auto merge of #81916 - RalfJung:miri, r=RalfJungbors-8/+8
2021-02-09update MiriRalf Jung-8/+8
2021-02-09Fix const generics in GATEllen-0/+71
2021-02-09Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkovbors-1528/+76
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-44/+44
2021-02-09Fixing bad suggestion for `_` in `const` type when a function #81885Kevin Per-136/+29