Skip to content
Permalink
Branch: master
Commits on Feb 21, 2020
  1. Merge pull request #494 from github/playing-php-tag

    patrickt committed Feb 21, 2020
    Precise PHP tagging
  2. Merge pull request #324 from github/markdone

    tclem committed Feb 21, 2020
    Temporarily remove Markdown support
Commits on Feb 20, 2020
  1. Merge pull request #495 from github/fix-test-builds

    tclem committed Feb 20, 2020
    Fix builds for semantic-* tests
  2. Turn on all this tests in CI

    tclem committed Feb 20, 2020
  3. php cleanup

    tclem committed Feb 20, 2020
  4. Bring back tree-sitter corpus tests for go

    tclem committed Feb 20, 2020
Commits on Feb 19, 2020
  1. Merge pull request #493 from github/haddoctor

    patrickt committed Feb 19, 2020
    Fix Haddock generation.
  2. Don't mess with this fixture.

    patrickt committed Feb 19, 2020
  3. Tag functions, methods, and their calls.

    patrickt committed Feb 19, 2020
  4. Dump function definitions.

    patrickt committed Feb 19, 2020
  5. Institute Language.PHP.Tags.

    patrickt committed Feb 19, 2020
  6. Fix Haddock generation.

    patrickt committed Feb 19, 2020
    I found myself wanting a Haddock docset for PHP tags work.
    Unfortunately, haddocset is behind a GHC version, so it does not
    function correctly. At least HTML works, when you pull these
    few Haddock-tag changes in.
  7. Merge branch 'master' into markdone

    joshvera committed Feb 19, 2020
  8. Merge pull request #492 from github/respect-this-failure

    patrickt committed Feb 19, 2020
    Ensure that the failParsingForTesting flag is always respected.
Commits on Feb 18, 2020
  1. Ensure that the failParsingForTesting flag is always respected.

    patrickt committed Feb 18, 2020
    The `runAssignment` code path makes sure to check that the
    `failParsingForTesting` flag is set and throwing an error if
    so; this patch ensures that the check happens on every code path.
    
    I chose not to change the `runAssignment` code path to use this new
    executeParserAction function, since that whole spiel is going away.
Commits on Feb 14, 2020
  1. Merge fallout.

    patrickt committed Feb 14, 2020
  2. Merge pull request #487 from github/super-modules

    patrickt committed Feb 14, 2020
    Remove submodules now that parsers provide grammars themselves.
  3. Stray imports.

    patrickt committed Feb 14, 2020
  4. Merge remote-tracking branch 'origin/master' into markdone

    patrickt committed Feb 14, 2020
  5. Merge pull request #468 from github/codegen-migration-leftovers

    patrickt committed Feb 14, 2020
    Codegen migration leftovers
  6. Remove submodules now that parsers provide grammars themselves.

    patrickt committed Feb 14, 2020
  7. Institute precise PHP parsing.

    patrickt committed Feb 14, 2020
  8. Merge pull request #479 from github/a-newtype-of-science

    patrickt committed Feb 14, 2020
    Use CurrentScope to indicate the significance of Names.
  9. Forgot to use this newtype in the carrier.

    patrickt committed Feb 14, 2020
Older
You can’t perform that action at this time.