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: kivikakk/comrak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.0
Choose a base ref
...
head repository: kivikakk/comrak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.20.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 18, 2023

  1. build(deps): bump rustix from 0.36.11 to 0.36.16 in /fuzz

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.11 to 0.36.16.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.36.11...v0.36.16)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c7f9d47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #346 from kivikakk/dependabot/cargo/fuzz/rustix-0.…

    …36.16
    
    build(deps): bump rustix from 0.36.11 to 0.36.16 in /fuzz
    gjtorikian authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    840f14d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. flake.nix, workflows: use Nix for clippy/fmt to start.

    Some of the clippy checks that fail with `--deny warnings` are likely
    overzealous for our MSRV, but need to check.
    charlottia authored and kivikakk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    270c6ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from kivikakk/nix

    Use Nix for CI.
    kivikakk authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0679810 View commit details
    Browse the repository at this point in the history
  3. [clippy] remove outdated include

    gjtorikian authored and kivikakk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a21d42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    985e49a View commit details
    Browse the repository at this point in the history
  5. syntect: minor cleanups.

    kivikakk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4b9d838 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #347 from kivikakk/use-css-if-you-like

    Allow for Syntect to simply generate CSS classes
    kivikakk authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    769b4e5 View commit details
    Browse the repository at this point in the history
  7. 0.20.0

    kivikakk committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c909b6 View commit details
    Browse the repository at this point in the history
Loading