summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-1/+5
* Export `TimerManager` from GHC.Event (re #9165)Herbert Valerio Riedel2014-06-041-1/+2
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-297-0/+195
* T4006, environment001, T3307 all work on msys2Simon Peyton Jones2014-05-282-5/+4
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-2728-27/+28
* Provide deprecated backward compatible implementation to 'equalP'Gabor Greif2014-05-192-1/+10
* Re-add 'classP' with a compatible implementation and a deprecation noticeGabor Greif2014-05-192-1/+8
* integer-gmp: do not confuse ./configure (#8783)Christian Maeder2014-05-181-1/+1
* base: Document Foreign.ForeignPtr (#8475)Chris Heller2014-05-181-1/+0
* ghc: Update containers submoduleAustin Seipp2014-05-181-0/+0
* Express OPTIONS_GHC as LANGUAGE pragmasHerbert Valerio Riedel2014-05-152-2/+3
* Drop use of CPP in `bin-package-db`Herbert Valerio Riedel2014-05-152-5/+9
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-2/+1
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-142-14/+14
* Add strict ver. of (<$>): (<$!>) to Control.MonadAlexander Berntsen2014-05-142-0/+17
* Update transformers submodule to new v0.4 relHerbert Valerio Riedel2014-05-072-0/+0
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-045-115/+6
* Per-thread allocation counters and limitsSimon Marlow2014-05-025-6/+115
* Typo in commentGabor Greif2014-04-291-1/+1
* Update 32-bit perf numbersSimon Peyton Jones2014-04-281-2/+4
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-253-3/+113
* Make absolutely sure that 'done' and 'safeIndex' are strict in the indexSimon Peyton Jones2014-04-241-5/+8
* Be sure to UNPACK the size of an arraySimon Peyton Jones2014-04-241-9/+9
* Update integer-gmp's .gitignore fileHerbert Valerio Riedel2014-04-221-12/+13
* Generalise type of recently added System.Exit.dieHerbert Valerio Riedel2014-04-211-1/+1
* Add System.Exit.die (re #9016)Simon Hengel2014-04-212-0/+9
* Use import list to hide new System.Exit.dieHerbert Valerio Riedel2014-04-211-0/+0
* Update submodule to final Cabal-1.20.0.0 releaseHerbert Valerio Riedel2014-04-201-0/+0
* Update Cabal source-repository entries (re #8545)Herbert Valerio Riedel2014-04-195-20/+10
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-199-12/+12
* Kill trailing whitespace in recently touched filesHerbert Valerio Riedel2014-04-192-6/+5
* Weaken constraints on Data.Complex functionsHerbert Valerio Riedel2014-04-192-5/+7
* Add Data.List.sortOn function (re #9004 and #2659)Alexander Berntsen2014-04-192-0/+16
* Add reverse application operator Data.Function.(&)Alexander Berntsen2014-04-193-2/+19
* Validate inferred theta. Fixes #8883Jan Stolarek2014-04-192-0/+0
* Fold template-haskell.git into ghc.git (re #8545)Herbert Valerio Riedel2014-04-1915-0/+3266
|\
| * Bump to 2.10.0.0Herbert Valerio Riedel2014-03-231-3/+3
| * Add documentation to why Pred has become a type synonym.Richard Eisenberg2014-02-091-0/+3
| * Change type of equalityT to be more parallel with others.Richard Eisenberg2014-02-091-7/+2
| * Make Pred a type synonym of Type (issue #7021)YoEight2014-02-094-49/+37
| * Deprecate TH.global (Trac #8656)Simon Peyton Jones2014-01-091-0/+2
| * Improve mkName, so that it correctly parses the name ^..Simon Peyton Jones2013-12-301-4/+20
| * Kill trailing whitespacesJan Stolarek2013-12-281-18/+18
| * Use type synonymJan Stolarek2013-12-281-1/+1
| * Use addDependentFile in quoteFile.Austin Seipp2013-11-031-1/+2
| * Allow module reification (#1480)Austin Seipp2013-11-014-4/+38
| * Refactor & modernize `.cabal` to `cabal-version>=1.10`Herbert Valerio Riedel2013-10-241-23/+47
| * Declare all language extensions via `{-# LANGUAGE #-}`Herbert Valerio Riedel2013-10-242-2/+2
| * Make TExp's argument have nominal role (Trac #8459)Simon Peyton Jones2013-10-221-1/+15
| * Add reifyAnnotations (#8397)Austin Seipp2013-10-112-3/+20