Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pulldown-cmark/pulldown-cmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: pulldown-cmark/pulldown-cmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 19, 2024

  1. Fix O(n**2) comment parser

    notriddle committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    df4c8ad View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. impl From<CowStr> for String

    This matches the corresponding Cow impl that was stabilized in Rust 1.14:
    https://doc.rust-lang.org/std/string/struct.String.html#impl-From%3CCow%3C'a,+str%3E%3E-for-String
    oconnor663 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    13cf238 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #941 from notriddle/notriddle/backtrack

    Fix O(n**2) comment parser
    Martin1887 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d1f8066 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge pull request #943 from oconnor663/into_string

    impl From<CowStr> for String
    Martin1887 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    18161a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Make dos-fuzzer part of the workspace

    Using the same workspace enables reusing same deps
    and sharing cache between members. It also has better editor
    support.
    kdarkhan committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ef02734 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #945 from kdarkhan/fuzz-workspaces

    Make dos-fuzzer part of the workspace
    Martin1887 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0f97de5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    bc0cabf View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    Martin1887 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c7363b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c5159 View commit details
    Browse the repository at this point in the history
Loading