summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-096-10/+29
* user-guide/safe_haskell: Fix typosBen Gamari2016-01-091-4/+4
* user-guide: More semantic markupBen Gamari2016-01-091-63/+70
* docs: Fix DeriveAnyClass reference in release notes and ANNOUNCEBen Gamari2016-01-092-2/+3
* users-guide: A few fixesBen Gamari2016-01-092-1/+11
* users_guide: Use semantic directive/role for command line optionsBen Gamari2016-01-0922-4111/+3178
* Fix test for T9367 (Windows)Rik Steenkamp2016-01-081-1/+1
* Build system: fix `pwd` issues on WindowsThomas Miedema2016-01-083-5/+15
* Docs for stack traces in GHCiSimon Marlow2016-01-082-6/+58
* Add a pointer to the relevant paper for InScopeSetBartosz Nitka2016-01-081-0/+2
* Rename the test-way prof_h to normal_hSimon Marlow2016-01-082-4/+4
* Fix +RTS -h when compiling without -profSimon Marlow2016-01-084-10/+21
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-0810-33/+130
* User's Guide: injective type families sectionJan Stolarek2016-01-081-1/+19
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-085-33/+92
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-0839-584/+680
* Typos in docs and commentsGabor Greif2016-01-0710-15/+15
* Test Trac #10625Simon Peyton Jones2016-01-072-0/+7
* Make demand analysis understand catchSimon Peyton Jones2016-01-0715-428/+550
* Turn AThing into ATcTyCon, in TcTyThingSimon Peyton Jones2016-01-077-46/+62
* Use an Implication in 'deriving' errorSimon Peyton Jones2016-01-077-24/+59
* Refactor simpl_topSimon Peyton Jones2016-01-071-65/+62
* Inline solveTopConstraintsSimon Peyton Jones2016-01-072-10/+3
* Comment wibbleSimon Peyton Jones2016-01-071-1/+1
* Tidy up tidySkolemInfoSimon Peyton Jones2016-01-076-40/+26
* Spelling in a commentSimon Peyton Jones2016-01-071-1/+1
* Tiny refactorSimon Peyton Jones2016-01-071-3/+4
* Remove unused exportSimon Peyton Jones2016-01-071-1/+1
* users guide: Tweak wording of RTS -Nmax descriptionBen Gamari2016-01-071-4/+2
* Rewrite announce fileBen Gamari2016-01-071-26/+41
* users guide: Add links to release notesBen Gamari2016-01-072-8/+12
* users guide: Add documentation for custom compile-time errorsBen Gamari2016-01-071-2/+64
* Fall back on ghc-stage2 when using Windows' GHCi driverRyanGlScott2016-01-061-0/+13
* Add a note describing the protocol for adding a language extensionBen Gamari2016-01-063-0/+65
* Bump Cabal and Haddock to fix #11308Ben Gamari2016-01-063-7/+1
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-0614-213/+165
* Restore old GHC generics behavior vis-à-vis FixityRyanGlScott2016-01-064-12/+42
* relnotes: Note dropped support for Windows XP and earlierBen Gamari2016-01-061-0/+1
* Extend ghc environment file featuresDuncan Coutts2016-01-052-34/+120
* StgCmmForeign: Break up long lineBen Gamari2016-01-051-1/+7
* StgCmmForeign: Push local register creation into code generationBen Gamari2016-01-054-68/+64
* Add Cabal synopses and descriptionsBen Gamari2016-01-0515-28/+72
* Remove -Wtoo-many-guards from default flags (fixes #11316)George Karachalias2016-01-055-18/+8
* ghc.mk: Add reference to Trac #5987Ben Gamari2016-01-051-3/+4
* Release notes: Mention remote GHCiBen Gamari2016-01-051-0/+5
* Add (failing) test case for #11347Joachim Breitner2016-01-053-0/+22
* Avoid generating guards for CoPats if possible (Addresses #11276)George Karachalias2016-01-044-5/+130
* Build system: delete ghc-pwdThomas Miedema2016-01-049-91/+6
* users_guide: Add ghci-cmd directiveBen Gamari2016-01-042-520/+423