1. 03 10月, 2021 1 次提交
    • S
      More tweaks to regex source generator code (#59834) · 6c1d3fcb
      Stephen Toub 提交于
      * Clean up code emitted for single-character loops
      
      We can emit a simple while loop rather than a while true loop with gotos and (now unnecessary) labels.
      
      * Clean up inverted loop in FindFirstChar
      
      * Clean up minimum length check to be more idiomatic
      
      * Clean up MatchCharacterClass condition to be more idiomatic
      
      * Address PR feedback
      6c1d3fcb
  2. 02 10月, 2021 10 次提交
  3. 01 10月, 2021 29 次提交