summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-15303-201/+583
* Avoid trivial cases of NondecreasingIndentationHerbert Valerio Riedel2014-05-153-8/+7
* Convert `ghc-bin.cabal` to use others-extensionsHerbert Valerio Riedel2014-05-154-6/+15
* Drop default-extensions:CPP in hpc-bin.cabalHerbert Valerio Riedel2014-05-151-1/+0
* Drop use of CPP in `bin-package-db`Herbert Valerio Riedel2014-05-152-5/+9
* Avoid NondecreasingIndentation syntax in ghc-pkgHerbert Valerio Riedel2014-05-152-31/+31
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-05-144-116/+208
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-1411-16/+7
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-1413-35/+45
* Add strict ver. of (<$>): (<$!>) to Control.MonadAlexander Berntsen2014-05-142-0/+17
* Update Haddock submodule.Mateusz Kowalczyk2014-05-141-0/+0
* Wibble to 4cfc1faeSimon Peyton Jones2014-05-141-1/+1
* Fix globalRegMaybe for unregisterised build.Peter Trommler2014-05-131-0/+2
* Fix invariant in mkAppCoFlexibleSimon Peyton Jones2014-05-131-1/+3
* Lint should check that TyConAppCo doesn't have a synonym in the tycon positionSimon Peyton Jones2014-05-131-0/+3
* Typo in noteGabor Greif2014-05-131-1/+1
* Typo in commentGabor Greif2014-05-131-1/+1
* Improve desugaring of lazy pattern matchSimon Peyton Jones2014-05-122-14/+12
* In splitHsFunType, take account of prefix (->)Simon Peyton Jones2014-05-123-7/+31
* Comments only, on inert_fsks and inert_no_eqsSimon Peyton Jones2014-05-123-9/+53
* Revert output of T5979Joachim Breitner2014-05-101-1/+1
* Require transformers for T5979Joachim Breitner2014-05-101-1/+1
* testsuite: fix cc004Austin Seipp2014-05-091-2/+2
* testsuite: fix cgrun051 exit codeAustin Seipp2014-05-091-1/+1
* Update .gitignoreAustin Seipp2014-05-091-0/+1
* Error message wibble, presumably due to recent changes in transformersSimon Peyton Jones2014-05-081-1/+1
* Better error message in vectoriserSimon Peyton Jones2014-05-082-3/+6
* Preserve evaluated-ness in CoreTidySimon Peyton Jones2014-05-081-45/+70
* Mark evaluated arguments in dataConInstPatSimon Peyton Jones2014-05-081-8/+27
* Refactor buildClass and mkDictSelId a bit, to avoid the no_unf argumentSimon Peyton Jones2014-05-086-46/+41
* Improve tracing in SimplifierSimon Peyton Jones2014-05-081-17/+18
* Update transformers submodule to new v0.4 relHerbert Valerio Riedel2014-05-072-0/+0
* Adding missing test files for #9071Simon Peyton Jones2014-05-066-0/+44
* Add a bit more typechecker tracingSimon Peyton Jones2014-05-061-2/+6
* Fix Trac #9071, an egregious bug in TcDeriv.inferConstraintsSimon Peyton Jones2014-05-064-23/+28
* Second go at fixing #9061Simon Peyton Jones2014-05-061-22/+24
* Modularise pretty-printing for forallsSimon Peyton Jones2014-05-065-21/+24
* Improve comments and tracing in SpecConstrSimon Peyton Jones2014-05-051-22/+31
* Changed profiling output is fine (according to Simon Marlow)Simon Peyton Jones2014-05-051-29/+27
* Add -fno-full-laziness to get consistent profiling outputSimon Peyton Jones2014-05-051-1/+1
* Fix over-zealous unused-import warningSimon Peyton Jones2014-05-053-4/+27
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-0433-580/+146
* Improve docs for array indexing primopsJohan Tibell2014-05-041-0/+10
* Update comment now that we have per-gen weak pointer lists.Edward Z. Yang2014-05-041-4/+2
* fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closureSergei Trofimovich2014-05-032-2/+3
* Remove external coreAustin Seipp2014-05-0336-3733/+51
* Update Haddock submodule ref. Fixes `cabal test'.Mateusz Kowalczyk2014-05-031-0/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-0232-146/+579
* Replace all #!/usr/bin/perl with #!/usr/bin/env perlJoachim Breitner2014-04-304-4/+10
* Don't inline non-register GlobalRegsSimon Marlow2014-04-291-12/+100