summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert all sub-repos into proper submodules (re #8545)wip/T8545-ghc-7.8Herbert Valerio Riedel2014-04-0927-51/+96
* Set VERSION=7.8.1, RELEASE=YESghc-7.8.1-releaseAustin Seipp2014-04-071-2/+2
* Update ANNOUNCE for GHC 7.8.1Austin Seipp2014-04-071-21/+18
* users_guide: note -XPatternSynonyms is required for use sitesAustin Seipp2014-04-071-3/+5
* T8958: fix stderrAustin Seipp2014-04-071-4/+4
* Require PatternSynonyms language flag when encountering a use of pattern synonymDr. ERDI Gergo2014-04-077-5/+27
* Revert "Revert ad15c2, which causes Windows seg-faults (Trac #8834)"Austin Seipp2014-04-071-21/+64
* Fix desguaring of bang patterns (Trac #8952)Simon Peyton Jones2014-04-074-5/+15
* Fix copy/paste error (#8937)Simon Marlow2014-04-071-1/+1
* Test Trac #8931Simon Peyton Jones2014-04-073-0/+5
* Make sure that polykinded Typeable is defaultable (Trac #8931)Simon Peyton Jones2014-04-071-4/+10
* windows: Fix #8870Austin Seipp2014-04-071-2/+43
* Fix #8958.Richard Eisenberg2014-04-077-5/+74
* Bump haddock.base test-case resource limits due to haddock-2.14.2Herbert Valerio Riedel2014-04-011-1/+2
* Temporarily fight off build bogons on OS XAustin Seipp2014-03-311-1/+1
* rts: remove unused functions, fix validate on OS XAustin Seipp2014-03-281-7/+1
* Use the correct callClobberedRegs on Windows/x64 (#8834)Simon Marlow2014-03-271-0/+3
* Implement ordering comparisons for type-level naturals and symbols.Iavor S. Diatchki2014-03-273-1/+160
* Flattener preserves synonyms, rewriteEvidence can drop buggy "optimisation"Simon Peyton Jones2014-03-245-34/+51
* For equalities with incompatible kinds, new IrredCan goes in the inert set, n...Simon Peyton Jones2014-03-241-25/+16
* Implicit parameters should not be allowed in class and instance declarationsSimon Peyton Jones2014-03-248-45/+71
* relnotes: GND is not -XSafe compatible.Austin Seipp2014-03-241-5/+0
* Add missing kind-check for tcEqType on forall-typesSimon Peyton Jones2014-03-241-3/+4
* Revert "change deriveConstants to use nm in a POSIX way (fixes #8781)"Austin Seipp2014-03-241-10/+20
* Enable popcnt test now when segfault is fixedJohan Tibell2014-03-241-1/+1
* Follow hs_popcntX changes in ghc-primJohan Tibell2014-03-241-5/+5
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-2411-8/+101
* Test Trac #8893Simon Peyton Jones2014-03-232-0/+12
* Apply the kind subst to the (kinds of the) quanitifed tyvars in deriveTyDataSimon Peyton Jones2014-03-231-13/+43
* Make sure we occurrence-analyse unfoldings (fixes Trac #8892)Simon Peyton Jones2014-03-232-42/+63
* Test Trac #8889Simon Peyton Jones2014-03-233-0/+19
* Unflatten the constraints of an inferred types (Trac #8889)Simon Peyton Jones2014-03-232-17/+29
* Test Trac #8856Simon Peyton Jones2014-03-232-0/+7
* Fix the treatment of lexically scoped kind variables (Trac #8856)Simon Peyton Jones2014-03-2310-113/+110
* Trac #8831 is fixedSimon Peyton Jones2014-03-231-1/+1
* Simplify handling of the interactive package; fixes Trac #8831Simon Peyton Jones2014-03-232-13/+9
* Also allow http://github.com (#8824)Joachim Breitner2014-03-231-1/+1
* Make sync-all handle all github protocols correctlyJoachim Breitner2014-03-231-3/+5
* Correctly clone submodules from githubJoachim Breitner2014-03-231-14/+34
* Switch to relative URLs in .gitmodulesHerbert Valerio Riedel2014-03-231-14/+14
* add --with-ar and --with-ranlib configure parametersKarel Gardas2014-03-222-0/+16
* change deriveConstants to use nm in a POSIX way (fixes #8781)Karel Gardas2014-03-221-20/+10
* Fix #8917.Richard Eisenberg2014-03-221-3/+3
* Add test case for #8917Richard Eisenberg2014-03-224-0/+17
* Mark test for #8831 as known-brokenJoachim Breitner2014-03-221-1/+1
* testsuite: add test for #8831Austin Seipp2014-03-224-1/+9
* linker: Fix indirect calls for x86_64 windows (#2283)Kyrill Briantsev2014-03-221-2/+28
* Update ghc --help references to --make and a.out (fixes #8600)ccatalfo2014-03-221-2/+2
* Update expected test outputs to match new format of pretty-printingDr. ERDI Gergo2014-03-225-53/+52
* isLexVarSym: check all characters of the name, not just the first one.Dr. ERDI Gergo2014-03-221-6/+19