summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve error message for flags with missing required arguments (#12625)roland2018-08-061-2/+4
* Stop the linker panicMoritz Angermann2018-08-062-25/+47
* Allow scoped type variables refer to typesJoachim Breitner2018-08-052-40/+53
* Fix typosKrzysztof Gogolewski2018-08-054-6/+6
* Refactor printMinimalImports (#15439)vrom9112018-08-051-21/+27
* Bump binary submoduleBen Gamari2018-08-031-1/+1
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-0216-226/+235
* Remove obsolete fileHerbert Valerio Riedel2018-08-021-4/+0
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-012-27/+14
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-011-40/+97