summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to `ptext . sLit` with `text`wip/ptext-sLit-cleanupJan Stolarek2016-01-15165-2929/+2887
* 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
* Parser: delete rule numbers + validate shift/reduce conlictsThomas Miedema2016-01-091-50/+49
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-096-10/+29
* user-guide/safe_haskell: Fix typosBen Gamari2016-01-091-4/+4
* user-guide: More semantic markupBen Gamari2016-01-091-63/+70
* docs: Fix DeriveAnyClass reference in release notes and ANNOUNCEBen Gamari2016-01-092-2/+3
* users-guide: A few fixesBen Gamari2016-01-092-1/+11
* users_guide: Use semantic directive/role for command line optionsBen Gamari2016-01-0922-4111/+3178
* Fix test for T9367 (Windows)Rik Steenkamp2016-01-081-1/+1
* Build system: fix `pwd` issues on WindowsThomas Miedema2016-01-083-5/+15
* Docs for stack traces in GHCiSimon Marlow2016-01-082-6/+58
* Add a pointer to the relevant paper for InScopeSetBartosz Nitka2016-01-081-0/+2
* Rename the test-way prof_h to normal_hSimon Marlow2016-01-082-4/+4
* Fix +RTS -h when compiling without -profSimon Marlow2016-01-084-10/+21
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-0810-33/+130
* User's Guide: injective type families sectionJan Stolarek2016-01-081-1/+19
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-085-33/+92
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-0839-584/+680