summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* heapview: Clean up language pragmaswip/erikd/heapviewErik de Castro Lopo2017-01-291-1/+13
* heapview: Make constructor fields strictErik de Castro Lopo2017-01-291-89/+89
* heapview: Move HeadView.hs to GHC.ExtsErik de Castro Lopo2017-01-294-6/+6
* heapview: Rename `tipe` to `cltype`Erik de Castro Lopo2017-01-292-8/+8
* heapview.cabal: Remove un-needed dependenciesErik de Castro Lopo2017-01-291-5/+0
* heapview: Strip back APIErik de Castro Lopo2017-01-294-793/+2
* Add tests for heapviewErik de Castro Lopo2017-01-294-0/+88
* ghc.mk: Add heapview libraryErik de Castro Lopo2017-01-294-123/+140
* Add the heapview libraryErik de Castro Lopo2017-01-298-0/+1617
* Add RTS support for GHC.HeapView functionalityErik de Castro Lopo2017-01-293-0/+261
* Fix deprecation warnings from containersErik de Castro Lopo2017-01-295-14/+14
* 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