summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Finish stable splitDavid Feuer2018-08-291-8/+13
* Fix a constant folding ruleAndrey Mokhov2018-08-291-1/+1
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-284-13/+94
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-281-1/+8
* Remove dead code for commandline parsingKrzysztof Gogolewski2018-08-282-16/+1
* Fix #10859 by using foldr1 while deriving Eq instancesChaitanya Koparkar2018-08-271-1/+3
* Don't reify redundant class method tyvars/contextsRyan Scott2018-08-271-3/+7
* Take strict fields into account in coverage checkingRyan Scott2018-08-271-60/+257
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-271-2/+12
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-271-2/+2
* ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0Tamar Christina2018-08-252-4/+28
* Better error reporting for inaccessible codeSimon Peyton Jones2018-08-242-22/+26
* Add comments about pretty-printing via IfaceSynSimon Peyton Jones2018-08-244-55/+67
* Comments onlySimon Peyton Jones2018-08-241-1/+3
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-243-140/+143
* TcSimplify: Condense MASSERT2() usage onto a single lineBen Gamari2018-08-231-3/+1
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-231-3/+3
* Comments onlySimon Peyton Jones2018-08-234-26/+43
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-231-10/+14
* Turn infinite loop into a panicSimon Peyton Jones2018-08-222-7/+22
* Revert "driver: unconditionally disable relaxation when linking partially"Ryan Scott2018-08-221-4/+5
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-211-2/+12
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-218-0/+80
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-211-5/+13
* Simplify callSiteInline a littleSimon Peyton Jones2018-08-211-17/+16
* Introduce flag -keep-hscpp-filesroland2018-08-212-0/+7
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-2169-128/+115
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-211-44/+122
* Fix redundant imports of ClassBen Gamari2018-08-213-3/+0
* driver: unconditionally disable relaxation when linking partiallySergei Trofimovich2018-08-211-5/+4
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-217-202/+222
* Comments onlySimon Peyton Jones2018-08-211-2/+3
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-211-8/+32
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-7/+51
* Initialise cec_suppress properlySimon Peyton Jones2018-08-201-1/+6
* Add comment explaining change in syntax error suggestion for #12146.Aditya2018-08-171-0/+4
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-171-8/+17
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-1615-164/+156
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-161-1/+1
* primops: Drop documentation for WORD_SIZE_IN_BITS < 32Chai T. Rex2018-08-161-4/+5
* Cosmetics in GraphColorKrzysztof Gogolewski2018-08-151-1/+1
* primops: Drop support for WORD_SIZE_IN_BITS < 32Ben Gamari2018-08-151-27/+0
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-141-1/+1
* Suppress redundant givens during error reportingRyan Scott2018-08-121-2/+42
* Check if files are same in combineSrcSpansZubin Duggal2018-08-121-2/+4
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-122-7/+19
* Filter plugin dylib locationsChristiaan Baaij2018-08-111-7/+28
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-0714-50/+109
* Bump binary submodule to 0.8.6.0Ben Gamari2018-08-071-1/+1
* Support typechecking of type literals in backpackPiyush P Kurur2018-08-062-1/+17