about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-03all: fix some typoscuishuang-15/+15
2022-03-03Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebankDylan DPC-2/+12
2022-03-03Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav...Dylan DPC-5/+4
2022-03-03Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkovDylan DPC-26/+60
2022-03-03Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebankDylan DPC-164/+298
2022-03-03Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugari...Dylan DPC-2/+19
2022-03-02Fix unused_doc_comments lint errorsGuillaume Gomez-2/+2
2022-03-02Fix Ok(()) suggestion when desugaring is involved.Mara Bos-2/+19
2022-03-02Extend unused_doc_comments lint to check on blocksGuillaume Gomez-0/+10
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-546/+567
2022-03-02Auto merge of #94229 - erikdesjardins:rem2, r=nikicbors-87/+13
2022-03-02Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgrbors-389/+337
2022-03-02Rollup merge of #94498 - c410-f3r:chega-ja-deu, r=Dylan-DPCMatthias Krüger-218/+176
2022-03-02Rollup merge of #94482 - cuishuang:master, r=Dylan-DPCMatthias Krüger-7/+7
2022-03-02Rollup merge of #94476 - c410-f3r:yet-more-let-chains, r=Dylan-DPCMatthias Krüger-112/+100
2022-03-02Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r...Matthias Krüger-52/+54
2022-03-02Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r...bors-91/+186
2022-03-019 - Make more use of `let_chains`Caio-218/+176
2022-03-01Restore the local filter on mono item sortingJosh Stone-5/+4
2022-03-01add suggestion to update trait if error is in implFausto-2/+8
2022-03-01Suggest adding `Copy` bound when Adt is moved outMaybe Waffle-1/+62
2022-03-01Improve allowness of the unexpected_cfgs lintLoïc BRANSTETT-26/+60
2022-03-01compiler: fix some typoscuishuang-7/+7
2022-03-01Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgrbors-123/+130
2022-03-01Rollup merge of #94465 - c410-f3r:more-let-chains, r=Dylan-DPCMatthias Krüger-118/+97
2022-03-01Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkovMatthias Krüger-5/+33
2022-03-017 - Make more use of `let_chains`Caio-112/+100
2022-03-01Add helper function to suggest multiple constraintsMaybe Waffle-163/+236
2022-03-01Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisabors-35/+12
2022-03-01Auto merge of #94471 - matthiaskrgr:rollup-ffz65qt, r=matthiaskrgrbors-16/+16
2022-03-01Rollup merge of #94438 - compiler-errors:check-method-inputs-once, r=davidtwcoMatthias Krüger-16/+16
2022-03-01Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebankDylan DPC-68/+63
2022-03-01Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillotDylan DPC-2/+34
2022-03-01Rollup merge of #91545 - compiler-errors:deref-suggestion-improvements, r=est...Dylan DPC-60/+94
2022-02-286 - Make more use of `let_chains`Caio-118/+97
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-19/+56
2022-03-01Direct users towards using Rust feature names in CLISimonas Kazlauskas-75/+134
2022-02-28Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoeristerbors-9/+63
2022-02-28Suggest adding a new lifetime parameter when two elided lifetimes should matc...Fausto-52/+48
2022-02-28Fix inconsistent symbol mangling of integers constants with -ZverboseTomasz Miąsko-5/+33
2022-02-28Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=UrgauMatthias Krüger-1/+47
2022-02-28Rollup merge of #94445 - c410-f3r:more-let-chains, r=cjgillotMatthias Krüger-76/+72
2022-02-28Rollup merge of #94414 - DrMeepster:box_alloc_ice2, r=tmiaskoMatthias Krüger-1/+12
2022-02-28Rollup merge of #94248 - compiler-errors:fix-while-loop-bad-delay, r=petroche...Matthias Krüger-71/+98
2022-02-285 - Make more use of let_chainsCaio-68/+63
2022-02-28Tweak diagnosticsEsteban Kuber-55/+152
2022-02-28Add explanation for E0726Guillaume Gomez-1/+47
2022-02-28Auto merge of #94447 - matthiaskrgr:rollup-d8rj2xv, r=matthiaskrgrbors-1/+3
2022-02-28Rollup merge of #94365 - mati865:fix-mingw-detection-for-rawdylib, r=michaelw...Matthias Krüger-1/+3
2022-02-28Auto merge of #94216 - psumbera:sparc64-abi-fix2, r=nagisabors-100/+176