about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-03Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remai...Matthias Krüger-1/+1
2022-03-03Rollup merge of #94555 - cuishuang:master, r=oli-obkMatthias Krüger-15/+15
2022-03-03Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkovMatthias Krüger-2/+2
2022-03-03Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkovMatthias Krüger-101/+115
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-60/+66
2022-03-04remove a unnecessary `..` patternTakayuki Maeda-1/+1
2022-03-03Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726bors-22/+0
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-17/+30
2022-03-03all: fix some typoscuishuang-15/+15
2022-03-03Fix invalid lint_node_id being put on a removed stmtLoïc BRANSTETT-2/+2
2022-03-03Change `initial_matcher_pos()` into `MatcherPos::new()`.Nicholas Nethercote-29/+29
2022-03-03Use a better return type for `inner_parse_loop`.Nicholas Nethercote-25/+35
2022-03-03Introduce `MatcherPosRepetition`.Nicholas Nethercote-23/+27
2022-03-03Add a static size assertion for `MatcherPos`.Nicholas Nethercote-0/+4
2022-03-03Improve if/else formatting in macro_parser.rs.Nicholas Nethercote-32/+28
2022-03-03Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkovMatthias Krüger-0/+38
2022-03-03Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPCMatthias Krüger-2/+0
2022-03-03Rollup merge of #94484 - c410-f3r:more-let-chains, r=jackh726Matthias Krüger-185/+145
2022-03-02add some examples to comments in mbe codemark-0/+38
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-028 - Make more use of `let_chains`Caio-185/+145
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-02Remove out-of-context line at end of E0284 messageThiago Trannin-2/+0
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-01Miri/CTFE: properly treat overflow in (signed) division/rem as UBRalf Jung-17/+30
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