summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename shadow_fatal to reflect that it is internalwip/extended-typed-holesMatthías Páll Gissurarson2019-10-091-5/+5
* Make only parse expressions in _(...), and enable runningMatthías Páll Gissurarson2019-10-097-97/+165
* Fix CI issuesMatthías Páll Gissurarson2019-10-022-11/+7
* Allow arbitrary expressions in _(...)Matthías Páll Gissurarson2019-10-027-110/+164
* Fix alignment onlyMatthías Páll Gissurarson2019-09-261-4/+4
* Allow any as name of holeMatthías Páll Gissurarson2019-09-253-21/+23
* Add ExtendedTypedHoles to T4437Matthías Páll Gissurarson2019-09-251-0/+1
* Hide new features behind ExtendedTypedHoles extensionMatthías Páll Gissurarson2019-09-244-4/+16
* Update haddock to refer to a gitlab accessible commitMatthías Páll Gissurarson2019-09-201-0/+0
* Some refactoring and re-exporting for plugin useMatthías Páll Gissurarson2019-09-204-19/+21
* Fix parsing of _()0 vs _() 0 by lexing ')n' specificallyMatthías Páll Gissurarson2019-09-205-53/+65
* A small refactor and comments onlyMatthías Páll Gissurarson2019-09-194-10/+15
* Hole contents are now passed along to hole reporter, and splices are runMatthías Páll Gissurarson2019-09-1910-22/+120
* Small fixesMatthías Páll Gissurarson2019-09-191-3/+3
* Revert, since now `_ $(...)` was being parsed as `_$(...)`Matthías Páll Gissurarson2019-09-193-25/+30
* Re-use $(...) and $$(...) from template haskell parser to avoid splitMatthías Páll Gissurarson2019-09-194-37/+35
* Add extended infix typed holes and api annotationsMatthías Páll Gissurarson2019-09-193-21/+45
* Make extended holes an error in patternsMatthías Páll Gissurarson2019-09-191-2/+6
* Parses _(...), _$(...) and _$$(...)Matthías Páll Gissurarson2019-09-184-16/+75
* Fix Hadrian build with Stack (#17189)Sylvain Henry2019-09-151-7/+1
* Rename GHC.StgToCmm.Con -> GHC.StgToCmm.DataConBen Gamari2019-09-155-6/+6
* Fix CONLIKE typotaylorfausak2019-09-141-1/+1
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-132-0/+29
* Remove empty NCG.hJohn Ericson2019-09-1315-27/+0
* gitlab: Add issue template for documentation issuesBen Gamari2019-09-131-0/+22
* Compiler should always get fingerprinting impl from baseJohn Ericson2019-09-133-21/+1
* Address review comments [skip CI]Zubin Duggal2019-09-131-8/+26
* Explain how to update HieAst [skip ci]Zubin Duggal2019-09-131-0/+112
* Add a test to make sure we don't regress on #17140 in the futureAlp Mestanogullari2019-09-135-0/+29
* Windows: Fix hsc2hs non-deterministic failures.Tamar Christina2019-09-131-0/+0
* Fix scoping of implicit parametersSimon Peyton Jones2019-09-134-3/+33
* Update mailmapBen Gamari2019-09-131-2/+18
* Fix StandaloneDerivingNingning Xie2019-09-121-1/+1
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-126-6/+5
* Remove unused `#include`s from parser/cutils.cJohn Ericson2019-09-121-6/+0
* Do not throw away backpack instantiations for module lookup cacheJohn Ericson2019-09-121-1/+1
* Print the correct system memory in use with +RTS -s (#17158)Pranay Sashank2019-09-121-2/+2
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-112-29/+47
* Refactor bad coercion checking in a few placesÖmer Sinan Ağacan2019-09-114-34/+46
* SetLevels: Fix potential panic in lvlBindBen Gamari2019-09-112-4/+14
* Remove dead `ncgDebugIsOn` and `NCG_DEBUG`John Ericson2019-09-111-8/+1
* Bump Hadrian's QuickCheck dependencyLuke Lau2019-09-111-1/+1
* testsuite: check for RTS linkerPeter Trommler2019-09-112-1/+2
* Remove COMPILING_GHCJohn Ericson2019-09-111-3/+0
* linker: Move -optl flags to end of linker invocation.Niklas Hambüchen2019-09-111-2/+6
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-1074-386/+285
* Replace queryCygwinTerminal with Win32's isMinTTYHandleRyan Scott2019-09-091-61/+11
* Update FastString docstringsDaniel Gröber2019-09-091-8/+10
* Use lazyness for FastString's z-encoding memoizationDaniel Gröber2019-09-092-42/+38
* Fix GHC version guard for Int32Rep/Word32RepMoritz Kiefer2019-09-081-0/+4