Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify newline behavior of regex #35751

Merged
merged 28 commits into from
Jun 25, 2023
Merged

clarify newline behavior of regex #35751

merged 28 commits into from
Jun 25, 2023

Commits on Jun 11, 2023

  1. clarify newline

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    b4907f9 View commit details
    Browse the repository at this point in the history
  2. adjust

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5850452 View commit details
    Browse the repository at this point in the history
  3. more

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    406e9a5 View commit details
    Browse the repository at this point in the history
  4. simplify

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    7ef7e4b View commit details
    Browse the repository at this point in the history
  5. add \Z

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    19ef874 View commit details
    Browse the repository at this point in the history
  6. more

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a6fef65 View commit details
    Browse the repository at this point in the history
  7. nit

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3de70cf View commit details
    Browse the repository at this point in the history
  8. error

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    de289fd View commit details
    Browse the repository at this point in the history
  9. advert

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5090668 View commit details
    Browse the repository at this point in the history
  10. note about $

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    105af17 View commit details
    Browse the repository at this point in the history
  11. nit

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f5bb159 View commit details
    Browse the repository at this point in the history
  12. nits

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c167ed5 View commit details
    Browse the repository at this point in the history
  13. Advertise non backtrack

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    dc6eb09 View commit details
    Browse the repository at this point in the history
  14. recommend sg

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    230d4e0 View commit details
    Browse the repository at this point in the history
  15. fix existing error

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    8f51665 View commit details
    Browse the repository at this point in the history
  16. update backtracking

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a16c17e View commit details
    Browse the repository at this point in the history
  17. perf tipcs

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    e5afe6b View commit details
    Browse the repository at this point in the history
  18. consistent

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3c56a1e View commit details
    Browse the repository at this point in the history
  19. broken link

    danmoseley committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    4f523b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. include

    danmoseley committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    627e382 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Apply suggestions from code review

    Co-authored-by: Stephen Toub <[email protected]>
    danmoseley and stephentoub authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    fef7a92 View commit details
    Browse the repository at this point in the history
  2. feedback

    danmoseley committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    3c19085 View commit details
    Browse the repository at this point in the history
  3. nit

    danmoseley committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    06722db View commit details
    Browse the repository at this point in the history
  4. nit

    danmoseley committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6870c59 View commit details
    Browse the repository at this point in the history
  5. note

    danmoseley committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    011d6e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afe53d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. remove lookahead

    danmoseley committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    67cb4f9 View commit details
    Browse the repository at this point in the history
  2. fix link

    danmoseley committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    54987e1 View commit details
    Browse the repository at this point in the history