summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #11405.Richard Eisenberg2016-01-1512-18/+147
* Fix typo in error message (#11409)Richard Eisenberg2016-01-152-9/+9
* Tiny refactoring in TcUnifyRichard Eisenberg2016-01-151-9/+6
* Fix #11404Richard Eisenberg2016-01-152-30/+39
* Constrained types have kind * in validity check.Richard Eisenberg2016-01-153-1/+17
* Fix #11254.Richard Eisenberg2016-01-153-52/+88
* Clarify topological sorting of spec vars in manualRichard Eisenberg2016-01-151-0/+9
* Fix #11311Richard Eisenberg2016-01-156-2/+27
* Fix #10872.Richard Eisenberg2016-01-152-33/+32
* Test #11252 in ghci/scripts/T11252Richard Eisenberg2016-01-153-0/+5
* Fix #11355.Richard Eisenberg2016-01-154-1/+22
* Expand type/kind synonyms in TyVars before deriving-related typecheckingRyanGlScott2016-01-154-1/+54
* Allow pattern synonyms which have several clauses.Matthew Pickering2016-01-153-1/+9
* configure.ac: Export MAKECMD to build systemKarel Gardas2016-01-151-8/+19
* Refactor lookupFixityRn-related code following D1744RyanGlScott2016-01-156-43/+61
* Don't output manpage in same directory as sourceBen Gamari2016-01-152-2/+3
* Use XZ compression by defaultBen Gamari2016-01-151-2/+2
* Link command line libs to temp soPeter Trommler2016-01-156-1/+40
* users-guide: Fix cabal version numberBen Gamari2016-01-151-1/+1
* user-guide: Note Cabal version limitationBen Gamari2016-01-151-0/+12
* ANNOUNCE: Mention powerpc code generatorBen Gamari2016-01-152-3/+7
* Fix #11015 with a nice note.Edward Z. Yang2016-01-141-0/+70
* Remove lookup of sections by name instead use the index numbers as offsetsTamar Christina2016-01-141-63/+1
* T11300: Fix test on windowsTamar Christina2016-01-142-7/+7
* API Annotations: use AnnValue for (~)Alan Zimmerman2016-01-141-1/+1
* user-guide: Use ghc-flag for dump formatting flagsBen Gamari2016-01-141-13/+9
* users-guide: Add since annotations for language extensionsBen Gamari2016-01-142-0/+66
* users-guide: Update language extension implicationsBen Gamari2016-01-141-5/+24
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-1422-27/+28
* INSTALL.md: Mention -j and other wibblesBen Gamari2016-01-141-3/+6
* Add tests for #11391Ben Gamari2016-01-145-0/+40
* GHC.Generics: Fix documentationBen Gamari2016-01-141-1/+1
* users-guide: WibblesBen Gamari2016-01-142-2/+2
* Minor code refactoringJan Stolarek2016-01-141-5/+4
* Minor improvement in CoreDump outputs:Ömer Sinan Ağacan2016-01-131-3/+10
* Handle over-applied custom type errors too.Iavor S. Diatchki2016-01-132-4/+7
* Print a message when loading a .ghci file.Kwang Yul Seo2016-01-132-2/+6
* Add test for Data.Typeable.typeOfBen Gamari2016-01-133-0/+58
* Add missing type representationsBen Gamari2016-01-135-33/+82
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-132-0/+15
* Use implicit CallStacks for ASSERT when availableBartosz Nitka2016-01-131-2/+11
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-134-77/+94
* Add -prof stack trace to assertSimon Marlow2016-01-133-5/+13
* fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC)Karel Gardas2016-01-121-1/+1
* Linker: Define ELF_64BIT for aarch64_HOST_ARCHErik de Castro Lopo2016-01-111-0/+2
* ghc.mk: Use Windows_Target instead of Windows_HostErik de Castro Lopo2016-01-101-2/+2
* TrieMap: Minor documentation fixÖmer Sinan Ağacan2016-01-091-2/+9
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-0924-20/+54
* fix -ddump-splices to parenthesize ((\x -> x) a) correctlyYuri de Wit2016-01-093-7/+7
* Add failing testcase for #10603Ben Gamari2016-01-093-0/+12