summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-27Simplify minusInteger in integer-gmp slightlywip/rwbarton-minusIntegerReid Barton
2017-01-26Remove Data.Tuple doc's claim to have tuple typesChris Martin
2017-01-26Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima
2017-01-26Fatal if we try to reinitialize the RTSSimon Marlow
2017-01-26Bump hsc2hs submoduleBen Gamari
2017-01-26Bump nofib submoduleBen Gamari
2017-01-26Generalizes the type of asProxyTypeOf (#12805)Dave Laing
2017-01-26Don't unnecessarily qualify TH-converted instances with empty contextsRyan Scott
2017-01-26Prune unneeded Derive* language pragmasGabor Greif
2017-01-26Make type import/export API Annotation friendlyAlan Zimmerman
2017-01-26Typos in comments [ci skip]Gabor Greif
2017-01-26Nix typo and redundant where-clausesRyan Scott
2017-01-26Add pragCompleteDName to templateHaskellNamesRyan Scott
2017-01-26Generalize the type of runRW#David Feuer
2017-01-26Template Haskell support for COMPLETE pragmasMatthew Pickering
2017-01-26COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering
2017-01-25Update Win32 submodule to fix Windows buildMatthew Pickering
2017-01-25Add myself [ci skip]Gabor Greif
2017-01-25Typos in comments [ci skip]Gabor Greif
2017-01-25Update .mailmapMatthew Pickering
2017-01-24testsuite: Bump compiler allocations of T5837Ben Gamari
2017-01-24Bump Win32 version.Ben Gamari
2017-01-24HscTypes: Use foldl' instead of foldrBen Gamari
2017-01-24nativeGen: Use `foldl'` instead of `foldr` in free register accumulationBen Gamari
2017-01-24UniqSet: Implement unionManyUniqSets in terms of foldl' instead of foldrBen Gamari
2017-01-24Partially revert D3001David Feuer
2017-01-24Don't put foralls in front of TH-spliced GADT constructors that don't need themRyan Scott
2017-01-24Skip path_with_commas when dyn unavailableBartosz Nitka
2017-01-24Remove unused LOCAL_GHC_PKG definition from a test MakefileReid Barton
2017-01-24Add a failing test for #13102Reid Barton
2017-01-24Document -fspecialise-aggressivelyMatthew Pickering
2017-01-24Re-sort case alternatives after scrutinee constant folding (#13170)Reid Barton
2017-01-24Ensure that scrutinee constant folding wraps numbersSylvain Henry
2017-01-24users-guide: Document -dppr-ticksBen Gamari
2017-01-24typecheck: Fix noteBen Gamari
2017-01-23Make tickishContains fasterBartosz Nitka
2017-01-23Record evaluated-ness on workers and wrappersSimon Peyton Jones
2017-01-23Don't quantify implicit type variables when quoting type signatures in THRyan Scott
2017-01-23Make checkFamInstConsistency fasterBartosz Nitka
2017-01-23Typos and grammar in manual/commentsGabor Greif
2017-01-23Apply the right substitution in ty-fam improvementSimon Peyton Jones
2017-01-23Improve pretty-printing of IfaceCoercionsSimon Peyton Jones
2017-01-22Failing test for #13149.Edward Z. Yang
2017-01-22Rewrite Backpack comments on never-exported TyThings.Edward Z. Yang
2017-01-22Preserve coercion axioms when thinning.Edward Z. Yang
2017-01-22Remove clean_cmd and extra_clean usage from .T filesThomas Miedema
2017-01-22testsuite: Bump allocations on T5321Fun and T12707Ben Gamari
2017-01-22configure.ac: Eliminate stray close bracketBen Gamari
2017-01-22Revert "Remove unnecessary isTyVar tests in TcType"Ryan Scott
2017-01-21Always use -Xlinker for -rpathBartosz Nitka