summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal to tip of v1.20wip/Cabal-1.20Herbert Valerio Riedel2014-04-157-8/+9
* Test Trac #8985Simon Peyton Jones2014-04-142-0/+17
* Honour the untouchability of kind variablesSimon Peyton Jones2014-04-142-63/+88
* A bit more trace information in an ASSERT failureSimon Peyton Jones2014-04-141-10/+10
* Tidy up trace messageSimon Peyton Jones2014-04-141-1/+1
* Better layout for coercion error messageSimon Peyton Jones2014-04-142-8/+9
* Update Haddock submodule to follow LHsBindsLR changesHerbert Valerio Riedel2014-04-141-0/+0
* Typos in commentsGabor Greif2014-04-132-2/+2
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-1329-200/+186
* Make BlockAlloc.c comment slightly more accurate (fixes #8491)Edward Z. Yang2014-04-131-1/+1
* Fix linked list manipulation code (buggy on consecutive deletion)Edward Z. Yang2014-04-122-3/+6
* Expected output of as-pattern testDr. ERDI Gergo2014-04-121-0/+4
* Add source file for new test that checks that as-patterns are rejectedDr. ERDI Gergo2014-04-121-0/+4
* Remove unused variable binding to fix validateDr. ERDI Gergo2014-04-121-2/+2
* Update Haddock submodule reference.Mateusz Kowalczyk2014-04-111-0/+0
* Fix #8641, creating directories when we have stubs.Edward Z. Yang2014-04-104-0/+21
* Split off pattern synonym definition checking from pattern inversionDr. ERDI Gergo2014-04-102-42/+69
* Fix egregious blunder in the type flattenerSimon Peyton Jones2014-04-106-37/+78
* Suppress uniques to stop output wobbling (test for Trac #8958)Simon Peyton Jones2014-04-092-50/+50
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-093-3/+37
* Improve error reporting for untouchable type variablesSimon Peyton Jones2014-04-086-41/+77
* Test Trac #8963Simon Peyton Jones2014-04-082-0/+10
* Refactor in worker/wrapper generationSimon Peyton Jones2014-04-081-39/+31
* Allow a longer demand signature than aritySimon Peyton Jones2014-04-083-15/+25
* Don't preprocess .s filesSimon Marlow2014-04-083-24/+29
* Add comments & notes explaining the typing of pattern synonym definitionsDr. ERDI Gergo2014-04-081-6/+94
* Improve documentation of GeneralisedNewtypeDerivingSimon Peyton Jones2014-04-081-15/+20
* Zonk the existential type variables in tcPatSynDeclSimon Peyton Jones2014-04-083-15/+24
* Improve tracing slightlySimon Peyton Jones2014-04-081-2/+3
* Clarify bits about role inference in users' guide.Richard Eisenberg2014-04-071-3/+7
* users_guide: note -XPatternSynonyms is required for use sitesAustin Seipp2014-04-071-3/+5
* Derive Typable for promoted data constructors (Trac #8950)Simon Peyton Jones2014-04-076-167/+203
* Include LD_OPTS when building the RTS shared libsSimon Marlow2014-04-071-1/+4
* Ignore repeated loads of the same archive (#8942)Simon Marlow2014-04-071-18/+32
* Update long-out-of-date performance numbers on 32-bitSimon Peyton Jones2014-04-074-24/+47
* Small issue with signatures in a TH splice (fixes Trac #8932)Simon Peyton Jones2014-04-074-2/+29
* Require PatternSynonyms language flag when encountering a use of pattern synonymDr. ERDI Gergo2014-04-067-5/+27
* Add test case for #8950.Richard Eisenberg2014-04-052-0/+19
* Fix #8958.Richard Eisenberg2014-04-057-5/+74
* Disable thin archive support on WindowsSimon Marlow2014-04-041-1/+14
* Test return value of clock_gettime() for errors.Simon Marlow2014-04-041-3/+13
* Fix copy/paste error (#8937)Simon Marlow2014-04-041-1/+1
* windows: Fix #8870Austin Seipp2014-04-041-2/+43
* Revert "Revert ad15c2, which causes Windows seg-faults (Trac #8834)"Austin Seipp2014-04-041-21/+64
* Simplify and tidy up the handling of tuple namesSimon Peyton Jones2014-04-047-136/+167
* With AutoDeriveTypeable, derive for promoted constructors, too.Richard Eisenberg2014-04-041-34/+38
* Update Haddock submoduleMateusz Kowalczyk2014-04-031-0/+0
* Parse the variables in a type signature in the order given (Trac #8945)Simon Peyton Jones2014-04-031-2/+2
* Test Trac #8931Simon Peyton Jones2014-04-033-0/+5
* Fix desguaring of bang patterns (Trac #8952)Simon Peyton Jones2014-04-034-5/+15