index
:
hcel.git
master
tokenized-lines
Server program for indexing and serving Haskell package source code info
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding a greet api to get server info (currently only version)
Yuchen Pei
2022-10-05
1
-4
/
+12
*
adding api to get IdentifierInfo from LocationInfo.
Yuchen Pei
2022-10-05
1
-1
/
+96
*
Removing the web client
Yuchen Pei
2022-09-19
1
-31
/
+4
*
fixing logic in hoogledocs lookup
Yuchen Pei
2022-09-05
1
-3
/
+3
*
removed cpp and formatted store
Yuchen Pei
2022-08-19
1
-57
/
+46
*
fixed a bug introduced in a previous commit
Yuchen Pei
2022-08-19
1
-1
/
+1
*
minor fix redundant line
Yuchen Pei
2022-08-18
1
-1
/
+0
*
linting
Yuchen Pei
2022-08-18
3
-98
/
+48
*
fixing project renaming
Yuchen Pei
2022-08-16
1
-1
/
+1
*
Adding cli options / config to use specified hoogle api
Yuchen Pei
2022-06-13
1
-8
/
+25
*
the ghcPrimHack is no longer needed
Yuchen Pei
2022-06-13
1
-16
/
+2
*
removing cpp macros in server
Yuchen Pei
2022-06-13
1
-19
/
+0
*
brittany formatting indexer
Yuchen Pei
2022-06-11
1
-172
/
+204
*
Fix 'unterminated #else'
alexwl
2019-08-21
1
-0
/
+1
*
Delete trailing whitespace (#42)
Avi Dessauer
2019-08-21
3
-41
/
+40
*
Bump 8.6.5 plans to lts-14 (#41)
Avi Dessauer
2019-08-21
1
-0
/
+8
*
Refactor 'addHeaders' function
alexwl
2019-06-09
1
-25
/
+32
*
Update description of server options
alexwl
2019-05-26
1
-4
/
+4
*
Code cleanup: fix warnings
alexwl
2019-05-17
3
-6
/
+16
*
Add GHC version check
alexwl
2019-03-27
1
-22
/
+1
*
Update parsePackagesPath so that --package and --packages options can be spec...
alexwl
2019-03-26
1
-3
/
+9
*
Allow specifying both --packages and --package. (#31)
Ian Jeffries
2019-03-26
1
-16
/
+25
*
Default --package to '.' (#27)
Ian Jeffries
2019-03-23
2
-2
/
+5
*
Add support for GHC 8.6.4
alexwl
2019-03-14
2
-1
/
+9
*
Adds an option to use public Hoogle JSON API (https://github.com/ndmitchell/h...
alexwl
2019-02-20
1
-6
/
+100
*
Fix search for '.' and '..' identifiers
alexwl
2019-02-08
1
-11
/
+23
*
Add identifier search in all indexed packages
alexwl
2019-02-06
1
-15
/
+117
*
Optimize memory usage of haskell-code-server
alexwl
2019-01-23
2
-250
/
+974
*
Add support for GHC 8.6.3
alexwl
2018-12-23
1
-1
/
+4
*
Replace Vector.fromList with Vector.fromListN
alexwl
2018-12-13
1
-9
/
+3
*
Add cross-package 'find references'
Alexey Kiryushin
2018-11-16
1
-23
/
+74
*
Embed static assets in haskell-code-server executable.
alexwl
2018-11-07
1
-2
/
+23
*
Add support for GHC 8.4.4
alexwl
2018-11-04
1
-1
/
+4
*
Show multiple references to an identifier on the same line as one item in a l...
alexwl
2018-10-25
1
-24
/
+29
*
WIP. It compiles with ghc-8.4.3, but not all features of the indexer are supp...
alexwl
2018-10-09
2
-3
/
+8
*
Initial commit
alexwl
2018-10-02
2
-0
/
+1222