summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes bug #11046Iavor S. Diatchki2017-01-305-1/+25
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-3016-4/+220
* Check that a default type signature aligns with the non-default signatureRyan Scott2017-01-3013-13/+406
* Fix broken testsPhil Ruffwind2017-01-306-22/+21
* Fix deprecation warnings from containersErik de Castro Lopo2017-01-305-14/+14
* Fix mismatched tick in GHC.Generics documentationRyan Scott2017-01-301-1/+1
* UNREG: add a forward declaration for local literalsSergei Trofimovich2017-01-291-0/+1
* UNREG: fix "_bytes" string literal forward declarationSergei Trofimovich2017-01-293-1/+9
* Convert pprTrace in isPredTy to a WARNRyan Scott2017-01-281-5/+19
* Document GHC.Profiling functions [ci skip]Ömer Sinan Ağacan2017-01-281-1/+10
* Add delete retry loop. [ci skip]Tamar Christina2017-01-281-14/+29
* Remove Data.Tuple doc's claim to have tuple typesChris Martin2017-01-261-1/+1
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-265-4/+33
* Fatal if we try to reinitialize the RTSSimon Marlow2017-01-261-0/+6
* Bump hsc2hs submoduleBen Gamari2017-01-261-0/+0
* Bump nofib submoduleBen Gamari2017-01-261-0/+0
* Generalizes the type of asProxyTypeOf (#12805)Dave Laing2017-01-262-1/+3
* Don't unnecessarily qualify TH-converted instances with empty contextsRyan Scott2017-01-265-25/+55
* Prune unneeded Derive* language pragmasGabor Greif2017-01-262-3/+2
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-2612-119/+324
* Typos in comments [ci skip]Gabor Greif2017-01-262-2/+2
* Nix typo and redundant where-clausesRyan Scott2017-01-255-6/+1
* Add pragCompleteDName to templateHaskellNamesRyan Scott2017-01-252-1/+19
* Generalize the type of runRW#David Feuer2017-01-253-13/+23
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-269-43/+90
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-2651-154/+959
* Update Win32 submodule to fix Windows buildMatthew Pickering2017-01-251-0/+0
* Add myself [ci skip]Gabor Greif2017-01-251-0/+1
* Typos in comments [ci skip]Gabor Greif2017-01-2513-19/+19
* Update .mailmapMatthew Pickering2017-01-251-0/+1
* testsuite: Bump compiler allocations of T5837Ben Gamari2017-01-241-1/+3
* Bump Win32 version.Ben Gamari2017-01-249-9/+12
* HscTypes: Use foldl' instead of foldrBen Gamari2017-01-241-3/+4
* nativeGen: Use `foldl'` instead of `foldr` in free register accumulationBen Gamari2017-01-246-9/+13
* UniqSet: Implement unionManyUniqSets in terms of foldl' instead of foldrBen Gamari2017-01-241-4/+4
* Partially revert D3001David Feuer2017-01-241-9/+7
* Don't put foralls in front of TH-spliced GADT constructors that don't need themRyan Scott2017-01-242-4/+18
* Skip path_with_commas when dyn unavailableBartosz Nitka2017-01-241-1/+2
* Remove unused LOCAL_GHC_PKG definition from a test MakefileReid Barton2017-01-231-2/+0
* Add a failing test for #13102Reid Barton2017-01-239-0/+60
* Document -fspecialise-aggressivelyMatthew Pickering2017-01-231-0/+12
* Re-sort case alternatives after scrutinee constant folding (#13170)Reid Barton2017-01-233-1/+10
* Ensure that scrutinee constant folding wraps numbersSylvain Henry2017-01-235-32/+77
* users-guide: Document -dppr-ticksBen Gamari2017-01-231-0/+5
* typecheck: Fix noteBen Gamari2017-01-231-1/+1
* Make tickishContains fasterBartosz Nitka2017-01-232-6/+10
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-2311-61/+192
* Don't quantify implicit type variables when quoting type signatures in THRyan Scott2017-01-2313-43/+151
* Make checkFamInstConsistency fasterBartosz Nitka2017-01-233-5/+19
* Typos and grammar in manual/commentsGabor Greif2017-01-2331-39/+39