aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding tokenized lines to apitokenized-linesYuchen Pei2022-08-191-0/+44
|
* linting disambiguateYuchen Pei2022-08-191-1/+5
|
* fixed a bug introduced in a previous commitYuchen Pei2022-08-191-1/+1
|
* removed a redundant importYuchen Pei2022-08-191-1/+0
|
* minor fix redundant lineYuchen Pei2022-08-181-1/+0
|
* removing more (commented out) debugging thingsYuchen Pei2022-08-181-33/+0
|
* removing a debugging functionYuchen Pei2022-08-181-5/+0
|
* removing CPP from test, thus formattingYuchen Pei2022-08-181-1109/+1086
|
* more linting of disambiguatingYuchen Pei2022-08-183-32/+31
|
* linting preprocessor and ghcutilsYuchen Pei2022-08-182-46/+50
|
* formatting preprocessorYuchen Pei2022-08-181-119/+137
|
* lintingYuchen Pei2022-08-187-155/+89
| | | | - disambiguate things
* removing CPP from Types and brittany formatting itYuchen Pei2022-08-181-404/+433
|
* fixing project renamingYuchen Pei2022-08-162-4/+4
|
* rename the fork to hcelYuchen Pei2022-08-162-12/+21
|
* Adding cli options / config to use specified hoogle apiYuchen Pei2022-06-132-8/+28
| | | | - and an option to disable https cert check for hoogle api
* the ghcPrimHack is no longer neededYuchen Pei2022-06-131-16/+2
|
* removing cpp macros in serverYuchen Pei2022-06-131-19/+0
|
* minor fixesYuchen Pei2022-06-132-5/+3
|
* brittany formatting indexerYuchen Pei2022-06-111-172/+204
|
* clean up typecheckedsourceYuchen Pei2022-06-101-37/+17
| | | | | - fill in holes by returning nothing - commenting out some debugging imports
* removed some redundant pattern matchingsYuchen Pei2022-06-101-4/+0
|
* Fixing some typechecked "holes"Yuchen Pei2022-06-101-6/+98
| | | | | | | | two "holes" - Expanded - ConPat also added some pprTrace for debugging
* license file updateYuchen Pei2022-06-092-1/+1
|
* cleaned up the tree and updated readmeYuchen Pei2022-06-0913-467/+15
|
* licensing wordingYuchen Pei2022-06-091-1/+2
|
* more on licensingYuchen Pei2022-06-092-4/+4
|
* added agpl license file and updated cabal fileYuchen Pei2022-06-093-8/+670
|
* Added a readme for the portYuchen Pei2022-06-091-0/+47
|
* updating submodule upstreamYuchen Pei2022-06-091-1/+1
|
* committing cabal-helper changesYuchen Pei2022-06-091-0/+0
|
* removed all CPP macros, and formatted code with brittanyYuchen Pei2022-06-085-3136/+2874
|
* clean up comments etc.Yuchen Pei2022-06-081-98/+1
|
* Clean up codeYuchen Pei2022-06-083-284/+35
|
* fixing HsPragE hole in typecheckedsourceYuchen Pei2022-06-081-9/+5
|
* fixing path resolutionYuchen Pei2022-06-081-2/+4
|
* Fixing problem with indexing a project with multiple packagesYuchen Pei2022-06-071-8/+40
| | | | | | | - it will only index the first package with the same source dir as the -p option, or if no such package exists, index the first package - it will concat map all the modules of all the units of the package to index
* fixing distdirYuchen Pei2022-06-071-57/+66
|
* Replacing cabal-helper-0.8.1.2 with 1.1.0.0Yuchen Pei2022-06-0659-4847/+4
|
* fixing selectorDocsYuchen Pei2022-06-062-44/+44
|
* packageinfo doneYuchen Pei2022-06-062-74/+77
|
* moduleinfo doneYuchen Pei2022-06-062-63/+41
|
* fixing moduleinfoYuchen Pei2022-06-031-42/+54
|
* typecheckedsources no more warnings except two holesYuchen Pei2022-06-031-211/+49
|
* typecheckedsources no more errors except holesYuchen Pei2022-06-031-428/+224
|
* fixing typecheckedSourceYuchen Pei2022-06-031-93/+104
|
* renamed source doneYuchen Pei2022-06-031-142/+56
|
* keep on hacking renamedYuchen Pei2022-06-022-148/+43
|
* renamed sourceYuchen Pei2022-06-021-58/+26
|
* getting rid of all ghcutils.hs warnings except twoYuchen Pei2022-06-021-90/+41
| | | | | 1. ambiguous names in HCE types 2. orphan ord instances