lsp-test.git
2018-08-08 Luke LauPick correct stack.yaml travis-cabal
2018-08-08 Luke LauLimit number of jobs for stack
2018-08-08 Luke LauUse stack hoogle
2018-08-08 Luke LauUpdate submodules
2018-08-08 Luke LauFix git pull
2018-08-08 Luke LauUse stack again for hie
2018-08-08 Luke LauSee if hie is installed correctly
2018-08-07 Luke LauKill process even if exception is thrown
2018-08-07 Luke LauSet permissions of hie
2018-08-07 Luke LauCache dist dist-newstyle
2018-08-07 Luke LauFix stupid typo
2018-08-07 Luke LauRemove redundant build step
2018-08-07 Luke LauTry out a wee download hie script
2018-08-07 Luke LauExplore env vars
2018-08-07 Luke LauTry circleCI binary
2018-08-07 Luke LauTry hoogle from apt
2018-08-07 Luke LauInstall happy
2018-08-07 Luke LauExport path instead of copying
2018-08-07 Luke LauMove cabal install path
2018-08-07 Luke LauAdd code coverage
2018-08-07 Luke LauLimit concurrent jobs to 2
2018-08-07 Luke LauRemove cabal update
2018-08-07 Luke Laumkdir -p hie dir
2018-08-07 Luke LauTry out cabal tests
2018-08-06 Luke LauMerge pull request #20 from Bubba/haskell-lsp-0.6 0.2.0.0
2018-08-06 Luke LauFix tests, add changelog haskell-lsp-0.6
2018-08-06 Luke LauUpdate haskell-lsp to 0.6
2018-08-05 Luke LauUpdate README.md 0.1.0.0
2018-08-05 Luke LauUpdate description field
2018-08-04 Luke LauRemove capabilites since haskell-lsp now provides it
2018-08-01 Luke LauUpdate hie cloning
2018-08-01 Luke LauOnly cache .stack-work in HIE
2018-08-01 Luke LauMove example to separate cabal file
2018-08-01 Luke LauComplete documentation and update .cabal
2018-08-01 Luke LauHide some internals
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-08-01 Luke Laus/haskell-lsp-test/lsp-test
2018-08-01 Luke Lauhaskell-lsp-test -> lsp-test
2018-07-31 Luke LauTry stack again?
2018-07-31 Luke LauEnable/disable dynamic registration in caps past 3.0
2018-07-31 Luke LauBring in my pathetic attempts to fix travis
2018-07-31 Luke LauAdd LSPVersion and capsForVersion
2018-07-31 Luke LauUpdate README.md
2018-07-31 Luke LauAdd diff to replay error output
2018-07-30 Luke LauAdd logColor config option
2018-07-29 Luke LauAdd new-configure to travis
2018-07-28 Luke LauUse new-test with optimisations
2018-07-28 Luke LauBump stack resolver
2018-07-28 Luke LauMove hie installation to before_install
2018-07-27 Luke LauKeep stack for installing hie
2018-07-27 Luke LauTry out cabal on travis
2018-07-26 Luke LauUpdate hie on travis
2018-07-26 Luke LauPretty print message trace
2018-07-26 Luke LauMake ClientCapabilities a mandatory parameter
2018-07-23 Luke LauAdd closeDoc
2018-07-17 Luke LauAdd formatDoc and formatRange
2018-07-17 Luke LauAdd getHighlights
2018-07-16 Luke LauAdd getHover
2018-07-14 Luke LauAdd getDefinitions
2018-07-12 Luke LauAdd rename
2018-07-12 Luke LauAdd waitForDiagnosticsSource
2018-07-12 Luke LauAdd getReferences
2018-07-11 Luke LauRemove leftover loggin
2018-07-11 Luke LauFix opening new documents regression
2018-07-11 Luke LauReexport modules via cabal
2018-07-11 Luke LauUpgrade stack to lts-12.0
2018-07-10 Luke LauAdd getCompletions helper function
2018-07-10 Luke LauRemove unecessary haskell-lsp-types dependency
2018-07-10 Luke LauAdd applyEdit and getVersionedDoc helpers
2018-07-09 Luke LauTidy up and remove redundant classes and tests
2018-07-08 Luke LauAdd withTimeout
2018-07-07 Luke LauRemove superfluous Session handler
2018-07-07 Luke LauUpdate session.log to match latest hie on import-code...
2018-07-02 Luke LauAdd more helpers for code actions and commands
2018-07-02 Luke LauAdd nicer API
2018-06-29 Luke LauFix duplicate messages
2018-06-29 Luke LauLog session messages, don't know why it was ever a...
2018-06-28 Luke LauCorrect VFS behaviour
2018-06-28 Luke LauAdd config option to log stderr
2018-06-28 Luke LauFix VFS when receiving plain document changes (not...
2018-06-27 Luke LauFix tests
2018-06-27 Luke LauAdd getDiagnostics
2018-06-27 Luke LauUpdate hie
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-22 Luke LauRemove dependency on process-1.6.3
2018-06-22 Luke LauIgnore .swp files
2018-06-21 Luke LauAdd ReplayOutOfOrder exception and change function...
2018-06-21 Luke LauAdd unexpected message exception
2018-06-20 Luke LauAdd SessionConfig
2018-06-20 Luke LauClose VFS when needed
2018-06-20 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-20 Luke LauHandle text document change events with VFS
2018-06-20 Luke LauAdd option to configure capabilities
2018-06-16 Luke LauUpdate README.md
2018-06-16 Luke LauAdd test for document change tracking
2018-06-15 Luke LauUpdate command uniquing to match hie
2018-06-14 Luke LauUpdate hie in travis
2018-06-14 Luke LauAdd process version constraint
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-13 Luke LauChange runSession return result from passed session...
next