about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-169/+1197
2022-01-20Rollup merge of #93114 - lcnr:mk_array, r=RalfJungMatthias Krüger-2/+6
2022-01-20Rollup merge of #93102 - dtolnay:ringbuffer, r=lcnrMatthias Krüger-133/+83
2022-01-20Rollup merge of #93098 - Aaron1011:def-path-hash-debug, r=oli-obkMatthias Krüger-6/+17
2022-01-20Rollup merge of #93091 - pierwill:chalk-0.76, r=jackh726Matthias Krüger-4/+4
2022-01-20Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillotMatthias Krüger-1/+14
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-13/+45
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-23/+1073
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-13/+45
2022-01-20Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer...Matthias Krüger-3/+3
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-40/+49
2022-01-20Rollup merge of #92183 - tmandry:issue-74256, r=estebankMatthias Krüger-176/+111
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-8/+9
2022-01-20Rollup merge of #89764 - tmiasko:uninhabited-enums, r=wesleywiserMatthias Krüger-11/+6
2022-01-20update commentslcnr-2/+6
2022-01-19Deduplicate branches of print_break implementationDavid Tolnay-19/+14
2022-01-19Inline print_newline functionDavid Tolnay-7/+4
2022-01-19Inline indent functionDavid Tolnay-8/+3
2022-01-19Eliminate offset number from Fits framesDavid Tolnay-28/+19
2022-01-19Touch up print_stringDavid Tolnay-5/+4
2022-01-19Replace all single character variable namesDavid Tolnay-47/+49
2022-01-19Combine advance_left matchesDavid Tolnay-8/+8
2022-01-19Inline print into advance_leftDavid Tolnay-11/+8
2022-01-19Simplify advance_leftDavid Tolnay-8/+4
2022-01-19Simplify left_total trackingDavid Tolnay-16/+6
2022-01-19Eliminate a token clone from advance_leftDavid Tolnay-7/+7
2022-01-19Grow scan_stack in the conventional directionDavid Tolnay-9/+9
2022-01-19Delete unused Display for pretty printer TokenDavid Tolnay-12/+0
2022-01-19Show a more informative panic message when `DefPathHash` does not existAaron Hill-6/+17
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-131/+33
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-26/+48
2022-01-19Properly account for binders in get_impl_future_output_tyTyler Mandry-20/+31
2022-01-19⬆ chalk to 0.76.0pierwill-4/+4
2022-01-19Rollup merge of #93077 - lcnr:write_substs, r=oli-obkMatthias Krüger-8/+4
2022-01-19Rollup merge of #93065 - dtolnay:ringbuffer, r=lcnrMatthias Krüger-112/+103
2022-01-19Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiserMatthias Krüger-3/+3
2022-01-19Only suggest adding `!` to expressions that can be macro invocationEsteban Kuber-1/+14
2022-01-19remove `is_noop`lcnr-8/+4
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-13/+45
2022-01-19Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillotMatthias Krüger-16/+6
2022-01-19Rollup merge of #92920 - dtolnay:printtidy, r=cjgillotMatthias Krüger-1200/+1220
2022-01-19Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger-6/+54
2022-01-19Rollup merge of #91278 - SparrowLii:place, r=spastorinoMatthias Krüger-76/+67
2022-01-19Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger-36/+73
2022-01-18Eliminate left and right cursors in favor of ring bufferDavid Tolnay-30/+33
2022-01-18Eliminate eof token stateDavid Tolnay-42/+44
2022-01-18Simplify the buffer push done by scan_breakDavid Tolnay-8/+3
2022-01-18Eliminate a check_stack call on an empty scan stackDavid Tolnay-1/+1
2022-01-18Index a single time in check_stackDavid Tolnay-4/+5
2022-01-18Implement check_stack nonrecursivelyDavid Tolnay-9/+10