| Age | Commit message (Expand) | Author | Lines |
| 2022-03-03 | Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remai... | Matthias Krüger | -1/+1 |
| 2022-03-03 | Rollup merge of #94555 - cuishuang:master, r=oli-obk | Matthias Krüger | -15/+15 |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-03-03 | Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov | Matthias Krüger | -101/+115 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -60/+66 |
| 2022-03-04 | remove a unnecessary `..` pattern | Takayuki Maeda | -1/+1 |
| 2022-03-03 | Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726 | bors | -22/+0 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -17/+30 |
| 2022-03-03 | all: fix some typos | cuishuang | -15/+15 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -2/+2 |
| 2022-03-03 | Change `initial_matcher_pos()` into `MatcherPos::new()`. | Nicholas Nethercote | -29/+29 |
| 2022-03-03 | Use a better return type for `inner_parse_loop`. | Nicholas Nethercote | -25/+35 |
| 2022-03-03 | Introduce `MatcherPosRepetition`. | Nicholas Nethercote | -23/+27 |
| 2022-03-03 | Add a static size assertion for `MatcherPos`. | Nicholas Nethercote | -0/+4 |
| 2022-03-03 | Improve if/else formatting in macro_parser.rs. | Nicholas Nethercote | -32/+28 |
| 2022-03-03 | Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2022-03-03 | Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPC | Matthias Krüger | -2/+0 |
| 2022-03-03 | Rollup merge of #94484 - c410-f3r:more-let-chains, r=jackh726 | Matthias Krüger | -185/+145 |
| 2022-03-02 | add some examples to comments in mbe code | mark | -0/+38 |
| 2022-03-03 | Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank | Dylan DPC | -2/+12 |
| 2022-03-03 | Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav... | Dylan DPC | -5/+4 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -26/+60 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -164/+298 |
| 2022-03-03 | Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugari... | Dylan DPC | -2/+19 |
| 2022-03-02 | Fix unused_doc_comments lint errors | Guillaume Gomez | -2/+2 |
| 2022-03-02 | 8 - Make more use of `let_chains` | Caio | -185/+145 |
| 2022-03-02 | Fix Ok(()) suggestion when desugaring is involved. | Mara Bos | -2/+19 |
| 2022-03-02 | Extend unused_doc_comments lint to check on blocks | Guillaume Gomez | -0/+10 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -546/+567 |
| 2022-03-02 | Remove out-of-context line at end of E0284 message | Thiago Trannin | -2/+0 |
| 2022-03-02 | Auto merge of #94229 - erikdesjardins:rem2, r=nikic | bors | -87/+13 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -389/+337 |
| 2022-03-02 | Rollup merge of #94498 - c410-f3r:chega-ja-deu, r=Dylan-DPC | Matthias Krüger | -218/+176 |
| 2022-03-02 | Rollup merge of #94482 - cuishuang:master, r=Dylan-DPC | Matthias Krüger | -7/+7 |
| 2022-03-02 | Rollup merge of #94476 - c410-f3r:yet-more-let-chains, r=Dylan-DPC | Matthias Krüger | -112/+100 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -52/+54 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -91/+186 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -17/+30 |
| 2022-03-01 | 9 - Make more use of `let_chains` | Caio | -218/+176 |
| 2022-03-01 | Restore the local filter on mono item sorting | Josh Stone | -5/+4 |
| 2022-03-01 | add suggestion to update trait if error is in impl | Fausto | -2/+8 |
| 2022-03-01 | Suggest adding `Copy` bound when Adt is moved out | Maybe Waffle | -1/+62 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -26/+60 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -7/+7 |
| 2022-03-01 | Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgr | bors | -123/+130 |
| 2022-03-01 | Rollup merge of #94465 - c410-f3r:more-let-chains, r=Dylan-DPC | Matthias Krüger | -118/+97 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -5/+33 |
| 2022-03-01 | 7 - Make more use of `let_chains` | Caio | -112/+100 |
| 2022-03-01 | Add helper function to suggest multiple constraints | Maybe Waffle | -163/+236 |
| 2022-03-01 | Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa | bors | -35/+12 |