summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix caching of pagesizeSimon Marlow2015-10-211-3/+2
* Testsuite: add test for #10997Thomas Miedema2015-10-213-0/+34
* Extended default rules now specialize Foldable, Traversable to [] (#10971)David Kraeutmann2015-10-2013-15/+186
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-203-5/+41
* Testsuite Windows: don't use forward slashes in topdir pathThomas Miedema2015-10-202-3/+5
* Systools.hs: Improve detection of GCC and ClangErik de Castro Lopo2015-10-203-4/+4
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-195-3/+31
* Driver: `ghci -e` should behave like `ghc -e` (#9360)Thomas Miedema2015-10-193-2/+20
* fix RTS linker compilation failure on SolarisKarel Gardas2015-10-181-1/+2
* template-haskell: set explicit return=pureHerbert Valerio Riedel2015-10-182-0/+2
* MRP-refactor `GHCi` Applicative/Monad instanceHerbert Valerio Riedel2015-10-181-2/+1
* template-haskell: MRP-refactor Applicative/Monad instancesHerbert Valerio Riedel2015-10-182-4/+3
* ghc-pkg: Express return-method in terms of pureHerbert Valerio Riedel2015-10-181-2/+2
* Signals: Always install SIGUSR2 handlerBen Gamari2015-10-181-2/+0
* CmmParse: Clarify description of calling conventionBen Gamari2015-10-171-1/+4
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-1740-99/+113
* Signals: Print backtrace on SIGUSR2Ben Gamari2015-10-171-0/+30
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-1711-0/+509
* Move Control.Monad.IO.Class to base from transformersRyanGlScott2015-10-174-0/+40
* Silence the linker on Windows so tests passTamar Christina2015-10-171-2/+2
* Build system: fix `make -j1` (#10973)Thomas Miedema2015-10-173-6/+13
* base: MINIMAL pragmas for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+2
* base: changelog entries for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+3
* Allow left ∨ (+++) as minimal definition of ArrowChoice instanceM Farkas-Dyck2015-10-161-6/+7
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-1624-101/+227
* Implement DuplicateRecordFieldsAdam Gundry2015-10-16113-740/+2455
* Remove dead function patSynTyDetailsSimon Peyton Jones2015-10-161-9/+1
* rts/Linker.c : Fix armhf build (#10977)Erik de Castro Lopo2015-10-161-6/+3
* Fix windows build after D975Tamar Christina2015-10-161-0/+2
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-155-264/+689
* Minor stylistic update.Edward Z. Yang2015-10-141-1/+1
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-148-29/+29
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-1476-481/+481
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-1444-412/+325
* User should use -package-id flag if value in question is IPID.Edward Z. Yang2015-10-141-1/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-154-10/+23
* travis: use LLVM 3.7Austin Seipp2015-10-131-3/+3
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-148-78/+51
* Allow arr ∧ (first ∨ (***)) as minimal definition of Arrow instanceM Farkas-Dyck2015-10-131-7/+4
* base: Add forkOSWithUnmaskJoey Adams2015-10-132-2/+13
* docs: overhaul Derive{Functor,Foldable,Traversable} notesRyanGlScott2015-10-131-136/+207
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-139-6/+77
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-1324-64/+200
* Slightly wibble TcSimplify documentationAlexander Berntsen2015-10-131-55/+57
* testsuite: attempt fixing T10935 outputAustin Seipp2015-10-121-1/+6
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-123-18/+15
* Reinstate monomorphism-restriction warningsSimon Peyton Jones2015-10-127-23/+39
* Test Trac #10931Simon Peyton Jones2015-10-122-0/+26
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-1218-65/+39
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-124-6/+29