summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Udate hsSyn AST to use Trees that Growwip/new-tree-one-param-2Alan Zimmerman2017-06-04108-3327/+3916
* ghc.mk: Ensure that ghc-pkg path is quotedBen Gamari2017-06-021-1/+1
* Use lengthIs and friends in more placesRyan Scott2017-06-0258-132/+170
* GHC.Stats cleanupRyan Scott2017-06-021-4/+4
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-023-5/+8
* Remove references to static flags in flag referenceRyan Scott2017-06-024-9/+6
* Add a flag reference entry for -XTypeInTypeRyan Scott2017-06-021-0/+11
* Better import library support for WindowsTamar Christina2017-06-0213-150/+498
* aclocal: Fix regression in linker detectionBen Gamari2017-06-021-1/+1
* [iserv] move forkIOMoritz Angermann2017-06-021-4/+6
* A few typos [ci skip]Gabor Greif2017-06-024-5/+5
* aclocal.m4: add support for versioned darwin tripletsSergei Trofimovich2017-06-011-0/+3
* Faster checkFamInstConsistencyBartosz Nitka2017-05-314-91/+135
* Efficient checks for stable modulesBartosz Nitka2017-05-301-19/+37
* Modern type signature style in UniqSetBartosz Nitka2017-05-292-79/+74
* Remove HsContext from ppr_mono_ty, and remove ppParendHsTypeAlan Zimmerman2017-05-2817-91/+89
* Fix test output after 'Some tidying up of type pretty-printing'Bartosz Nitka2017-05-273-9/+5
* Fix build after 'Shrink a couple of hs-boot files'Bartosz Nitka2017-05-272-3/+1
* template-haskell: Properly escape StrTyLit docEric Mertens2017-05-271-1/+1
* user-guide: Add since annotation for -Wcpp-undefErik de Castro Lopo2017-05-271-0/+2
* Add regression test for #12648Ryan Scott2017-05-263-0/+94
* Add regression test for #13758Ryan Scott2017-05-262-1/+59
* Revert "Rewrite boot in Python"Ben Gamari2017-05-265-165/+236
* Typos in comments [ci skip]Gabor Greif2017-05-268-12/+12
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-2643-128/+191
* Shrink a couple of hs-boot filesSimon Peyton Jones2017-05-262-26/+8
* Re-engineer Given flatten-skolemsSimon Peyton Jones2017-05-2626-187/+321
* Make isInsolubleOccursCheck more aggressiveSimon Peyton Jones2017-05-261-1/+3
* A bit more tc-tracingSimon Peyton Jones2017-05-261-1/+5
* rules: add per-library EXTRA_HC_OPTSSergei Trofimovich2017-05-251-0/+1
* Pattern synonyms and higher rank typesSimon Peyton Jones2017-05-255-14/+75
* Comments onlySimon Peyton Jones2017-05-251-4/+3
* Typos in comments and manual [ci skip]Gabor Greif2017-05-235-8/+8
* rts: Make compact debugging output depend upon compact debug flagBen Gamari2017-05-231-1/+1
* base: Fix a few TODOs in Typeable.InternalBen Gamari2017-05-231-6/+4
* ghc.mk: rename installed ghc-stage1 on non-windowsSergei Trofimovich2017-05-231-3/+13
* mk/config.mk.in: lower -O2 optimization down to -O1 on UNREGSergei Trofimovich2017-05-231-9/+17
* aclocal.m4: allow override of dllwrap and windres when cross-compilingSergei Trofimovich2017-05-231-2/+12
* Extend ModuleSet with useful functionsBartosz Nitka2017-05-221-1/+19
* Testcase for type family consistency checksBartosz Nitka2017-05-2211-0/+87
* Testcase for #13719Bartosz Nitka2017-05-222-0/+42
* Add "header" to GHC_COLORSPhil Ruffwind2017-05-224-16/+40
* Handle file targets in missing home modules warningHerbert Valerio Riedel2017-05-2217-10/+124
* fix a memory leak in osNumaMaskKubo Kovac2017-05-221-1/+3
* Rewrite boot in PythonBen Gamari2017-05-225-236/+165
* Ensure package.cache is newer than registration files after make installBen Gamari2017-05-221-0/+4
* Add missing "do" to example in arrow docs.null-a2017-05-221-1/+1
* Fix levity polymorphism docsAlexey Vagarenko2017-05-211-1/+1
* Bump to LLVM 4.0Moritz Angermann2017-05-201-1/+1
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-205-1/+31