summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The test runner now also works under the msys-native Python.Gintautas Miliauskas2014-11-191-0/+16
* rts: remove old-style field designator extension (#9396)Austin Seipp2014-11-192-29/+29
* Optimise `Identity` instances with `coerce`Herbert Valerio Riedel2014-11-191-13/+34
* Restore exact old semantics of `decodeFloat`Herbert Valerio Riedel2014-11-195-0/+54
* Reimplement im/export primitives for integer-gmp2Herbert Valerio Riedel2014-11-194-19/+431
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-184-30/+32
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-1814-38/+56
* Comments onlySimon Peyton Jones2014-11-183-22/+6
* Revert "base: Fix (**) instance for Data.Complex (#8539)"Austin Seipp2014-11-181-16/+0
* Fix detection of GNU gold linker if invoked via gcc with parametersSebastian Dröge2014-11-181-2/+5
* Disable AVX for LLVM 3.2 by default (#9391)Peter Wortmann2014-11-181-5/+11
* mapMaybe: Typo in the comment (#9644)Wieland Hoffmann2014-11-181-1/+1
* Fix usage of `find -perm` in aclocal.m4 (#9697)Nicholas Hart2014-11-181-1/+1
* Update comment about C helper for foreign exports (#9713)Bertram Felgenhauer2014-11-181-2/+6
* base: Fix (**) instance for Data.Complex (#8539)Austin Seipp2014-11-181-0/+16
* Add missing semicolon in Schedule.cSimon Peyton Jones2014-11-181-1/+1
* Outputable instance for IfaceVectInfoMateusz Kowalczyk2014-11-181-0/+10
* Whitespace onlyMateusz Kowalczyk2014-11-181-8/+8
* Fix ffi023Simon Marlow2014-11-182-1/+8
* Build xhtml and haddock only when `HADDOCK_DOCS=YES`Joachim Breitner2014-11-181-0/+6
* Add a note why tcGetInstEnvs is duplicated.Edward Z. Yang2014-11-171-1/+2
* Remove optimized package lookup, simplifying code.Edward Z. Yang2014-11-171-49/+1
* Change a comment referring falsely to seqDavid Feuer2014-11-171-1/+4
* Adding dedicated Show instances for SrcSpan/SrcLocAlan Zimmerman2014-11-176-3/+76
* Docs onlyEdward Z. Yang2014-11-175-12/+31
* Make listArray fuseDavid Feuer2014-11-171-13/+11
* Remove outdated TODO in TimeManagerYuras Shumovich2014-11-171-26/+0
* Don't use absolute paths for perl in validateMateusz Kowalczyk2014-11-171-3/+2
* document addDependentFile uses contents, not mtimeGreg Weber2014-11-171-2/+9
* Fix a bug introduced with allocation countersSimon Marlow2014-11-174-0/+39
* Update validate settings now that containers and process have beenDavid Terei2014-11-161-2/+0
* Fix compilation of `integer-gmp2` with `-O0`Herbert Valerio Riedel2014-11-151-2/+2
* Update to (unreleased) `deepseq-1.4.0.0`Herbert Valerio Riedel2014-11-1514-7/+10
* Workaround 452d6aa95b7 breaking TrustworthySafe03Herbert Valerio Riedel2014-11-151-0/+1
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-159-106/+190
* Partially revert 475dd93efaAustin Seipp2014-11-141-2/+1
* Update .mailmapThomas Miedema2014-11-141-9/+77
* Implement amap/coerce for Array (re #9796)David Feuer2014-11-134-3/+66
* When calling the success continuation of a matcher, pass existential tyvarsDr. ERDI Gergo2014-11-131-3/+3
* nlHsTyApps: for applying a function both on type- and term-level argumentsDr. ERDI Gergo2014-11-131-1/+4
* Apply compulsory unfoldings during desugaring, except for `seq` which is spec...Dr. ERDI Gergo2014-11-131-1/+21
* If pattern synonym is bidirectional and its type is some unboxed type T#,Dr. ERDI Gergo2014-11-1320-87/+228
* Binding things matched by an unboxed pattern synonym should require a bangDr. ERDI Gergo2014-11-135-1/+28
* Fix typo in panic messageDr. ERDI Gergo2014-11-131-1/+1
* Fix `integer-gmp2` compilation with GMP 4.x (#9281)Herbert Valerio Riedel2014-11-131-0/+9
* Improve `Foldable` instance for `Array`David Feuer2014-11-135-6/+214
* base: define `sequence = mapM id`David Feuer2014-11-131-3/+19
* Make unwords and words fuse somewhatDavid Feuer2014-11-131-4/+43
* base: Fix map/coerce commentDavid Feuer2014-11-131-3/+2
* Update userguide for new `-fwarn-trustworthy-safe` flag.David Terei2014-11-123-3/+59