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.11.2
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.0
Choose a head ref
  • 15 commits
  • 29 files changed
  • 3 contributors

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    514e5f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Merge pull request #915 from notriddle/notriddle/definition-lists

    Implement commonmark-hs compatible definition lists
    Martin1887 authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e09d86c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Rewrite and refactor TextMergeStream/WithOffset

    Rewrite TextMergeWithOffset to work similarly to the original
    TextMergeStream. Implement TextMergeStream in terms of this new
    implementation (with dummy offsets), so that their behavior is the same.
    ollpu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    edd532b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb59f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #931 from ollpu/refactor-textmergestream

    Refactor TextMergeStream
    Martin1887 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    29198cd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    be1307a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb2ccd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #936 from pulldown-cmark/branch_0.12

    Branch 0.12
    notriddle authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5afe278 View commit details
    Browse the repository at this point in the history
  4. Rename superlinear fuzzer to dos-fuzzer

    Disambiguates from the libfuzzer-based fuzzing under "fuzz".
    ollpu committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    943116b View commit details
    Browse the repository at this point in the history
  5. chore: bump version in Cargo.lock

    Unclear if this is a problem for the released crate or tag. Probably not
    a big deal.
    ollpu committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a7b20e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Merge pull request #938 from ollpu/rename-dos-fuzzer

    Rename superlinear time fuzzer to `dos-fuzzer`
    Martin1887 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e480183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de2cde View commit details
    Browse the repository at this point in the history
  3. Merge pull request #940 from pulldown-cmark/blockquote_kind_tagend

    feat: re-add kind for BlockQuote in TagEnd
    Martin1887 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9278b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2e049b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecf248d View commit details
    Browse the repository at this point in the history
Loading