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: trishume/syntect Loading
base: v3.0.1
Choose a base ref
...
head repository: trishume/syntect Loading
compare: v3.0.2
Choose a head ref
  • 17 commits
  • 15 files changed
  • 5 contributors

Commits on Oct 15, 2018

  1. Fix some clippy warnings

    robinst committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    6d0e9df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

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

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    91ad45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546c516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5885304 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9108271 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Merge pull request #218 from trishume/fix-some-clippy-warning

    Fix some clippy warnings
    robinst committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    077864d View commit details
    Browse the repository at this point in the history
  2. Don't set prototype for prototype contexts included via direct reference

    After a SyntaxSet is built once, all the references are replaced by
    direct references (via index).
    
    When it's converted back to a builder and then built again, the code
    that marks prototypes needs to handle those references too, otherwise
    some contexts include the prototype when they should not.
    
    Fixes #219.
    robinst committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9c213ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4e3b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b80e26e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Merge pull request #221 from trishume/issue-219-fix-prototype-marking

    Don't set prototype for prototype contexts included via direct reference
    trishume committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    5f51b8c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    a3362a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fedcd89 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Merge pull request #220 from forkeith/fix_set_with_prototype

    correctly apply multiple with_prototypes when a context is set
    trishume committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    a09ad08 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Configuration menu
    Copy the full SHA
    b5ceab3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from ignatenkobrain/patch-1

    exclude CI files from crates.io
    trishume committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    968ddc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Bump to v3.0.2

    trishume committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    fb2e7e2 View commit details
    Browse the repository at this point in the history
Loading