| Age | Commit message (Expand) | Author | Lines |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -169/+1197 |
| 2022-01-20 | Rollup merge of #93114 - lcnr:mk_array, r=RalfJung | Matthias Krüger | -2/+6 |
| 2022-01-20 | Rollup merge of #93102 - dtolnay:ringbuffer, r=lcnr | Matthias Krüger | -133/+83 |
| 2022-01-20 | Rollup merge of #93098 - Aaron1011:def-path-hash-debug, r=oli-obk | Matthias Krüger | -6/+17 |
| 2022-01-20 | Rollup merge of #93091 - pierwill:chalk-0.76, r=jackh726 | Matthias Krüger | -4/+4 |
| 2022-01-20 | Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillot | Matthias Krüger | -1/+14 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -13/+45 |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -23/+1073 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -13/+45 |
| 2022-01-20 | Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer... | Matthias Krüger | -3/+3 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -40/+49 |
| 2022-01-20 | Rollup merge of #92183 - tmandry:issue-74256, r=estebank | Matthias Krüger | -176/+111 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -8/+9 |
| 2022-01-20 | Rollup merge of #89764 - tmiasko:uninhabited-enums, r=wesleywiser | Matthias Krüger | -11/+6 |
| 2022-01-20 | update comments | lcnr | -2/+6 |
| 2022-01-19 | Deduplicate branches of print_break implementation | David Tolnay | -19/+14 |
| 2022-01-19 | Inline print_newline function | David Tolnay | -7/+4 |
| 2022-01-19 | Inline indent function | David Tolnay | -8/+3 |
| 2022-01-19 | Eliminate offset number from Fits frames | David Tolnay | -28/+19 |
| 2022-01-19 | Touch up print_string | David Tolnay | -5/+4 |
| 2022-01-19 | Replace all single character variable names | David Tolnay | -47/+49 |
| 2022-01-19 | Combine advance_left matches | David Tolnay | -8/+8 |
| 2022-01-19 | Inline print into advance_left | David Tolnay | -11/+8 |
| 2022-01-19 | Simplify advance_left | David Tolnay | -8/+4 |
| 2022-01-19 | Simplify left_total tracking | David Tolnay | -16/+6 |
| 2022-01-19 | Eliminate a token clone from advance_left | David Tolnay | -7/+7 |
| 2022-01-19 | Grow scan_stack in the conventional direction | David Tolnay | -9/+9 |
| 2022-01-19 | Delete unused Display for pretty printer Token | David Tolnay | -12/+0 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -6/+17 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -131/+33 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -26/+48 |
| 2022-01-19 | Properly account for binders in get_impl_future_output_ty | Tyler Mandry | -20/+31 |
| 2022-01-19 | ⬆ chalk to 0.76.0 | pierwill | -4/+4 |
| 2022-01-19 | Rollup merge of #93077 - lcnr:write_substs, r=oli-obk | Matthias Krüger | -8/+4 |
| 2022-01-19 | Rollup merge of #93065 - dtolnay:ringbuffer, r=lcnr | Matthias Krüger | -112/+103 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -1/+14 |
| 2022-01-19 | remove `is_noop` | lcnr | -8/+4 |
| 2022-01-19 | Correctly handle starts in block doc comments | Guillaume Gomez | -13/+45 |
| 2022-01-19 | Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot | Matthias Krüger | -16/+6 |
| 2022-01-19 | Rollup merge of #92920 - dtolnay:printtidy, r=cjgillot | Matthias Krüger | -1200/+1220 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -6/+54 |
| 2022-01-19 | Rollup merge of #91278 - SparrowLii:place, r=spastorino | Matthias Krüger | -76/+67 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -36/+73 |
| 2022-01-18 | Eliminate left and right cursors in favor of ring buffer | David Tolnay | -30/+33 |
| 2022-01-18 | Eliminate eof token state | David Tolnay | -42/+44 |
| 2022-01-18 | Simplify the buffer push done by scan_break | David Tolnay | -8/+3 |
| 2022-01-18 | Eliminate a check_stack call on an empty scan stack | David Tolnay | -1/+1 |
| 2022-01-18 | Index a single time in check_stack | David Tolnay | -4/+5 |
| 2022-01-18 | Implement check_stack nonrecursively | David Tolnay | -9/+10 |