summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix binary instance for SrcStrictnesswip/D3050alexbiehl2017-01-311-1/+1
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-309-1727/+92
* Fix minor typo in README.mdTakenobu Tani2017-01-301-1/+1
* Fix links to building guides in MAKEHELP.mdTakenobu Tani2017-01-301-1/+3
* Simplify minusInteger in integer-gmp slightlyReid Barton2017-01-301-2/+0
* Print COMPLETE pragmas in --show-ifaceMatthew Pickering2017-01-302-0/+5
* Slighly clean up symbol loading error.Tamar Christina2017-01-302-3/+6
* 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