summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add -fwarn-missing-monadfail-instance to mkUserGuidePartBen Gamari2015-11-181-0/+7
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-187-24/+31
* More import related hintsJoachim Breitner2015-11-1818-129/+224
* DynFlags: Don't list TemplateHaskell as supported if it's notBen Gamari2015-11-181-2/+13
* MonadFail proposal, phase 1David Luposchainsky2015-11-1735-66/+765
* Implement OverloadedLabelsAdam Gundry2015-11-1733-5/+365
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-177-22/+98
* Make `timer_create(CLOCK_REALTIME)` autoconf test more reliableHerbert Valerio Riedel2015-11-171-4/+5
* Update Cabal submodule for new known extensionAdam Sandberg Eriksson2015-11-172-2/+1
* template-haskell: drop `TemplateHaskell` requirementHerbert Valerio Riedel2015-11-171-1/+0
* Remove orphan Functor instance of Data.Graph.SCCÖmer Sinan Ağacan2015-11-171-10/+1
* T9181: Fix testsuite outputBen Gamari2015-11-171-0/+6
* Bump process submoduleBen Gamari2015-11-171-0/+0
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-1658-480/+231
* Move usage calculation to desugaring, simplifying ModGuts.Edward Z. Yang2015-11-165-215/+215
* s/FrontendMerge/FrontendInterface/gEdward Z. Yang2015-11-162-3/+3
* Implement support for user-defined type errors.Iavor S. Diatchki2015-11-1614-4/+237
* Data.List.isSubsequenceOf documentation clarificationJustin Raymond2015-11-161-2/+3
* Weaken monadic list operations to ApplicativeBen Gamari2015-11-163-22/+28
* Use TcM instead of it's expanded form, in TcSpliceÖmer Sinan Ağacan2015-11-161-2/+2
* haddock.mk: Use \{1,\} instead of \+Ben Gamari2015-11-161-4/+4
* ghc.mk: Make install_docs rule sh-compatibleBen Gamari2015-11-161-6/+6
* RtsFlags: Refactor some of the deeper switchesBen Gamari2015-11-161-199/+236
* users-guide: Limit column widthBen Gamari2015-11-161-1/+2
* RtsFlags: Clean up stale CPPBen Gamari2015-11-161-4/+1
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-168-11/+192
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-1616-121/+505
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-1426-141/+720
* Fix bootstrapping with GHC 7.10.1Ben Gamari2015-11-141-1/+3
* Rip out __HADDOCK__ referencesBen Gamari2015-11-144-17/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-1348-229/+465
* Update note for Parent to explain PatternSynonym.Matthew Pickering2015-11-131-0/+17
* Remove imv_empty from ImportedModsValJoachim Breitner2015-11-133-27/+4
* Turn ImportedModsVal into a data typeJoachim Breitner2015-11-136-45/+54
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-1331-97/+346
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-1327-238/+268
* Ignore comments in getOptionsMatthew Pickering2015-11-125-0/+56
* T10678: Fix bytes allocated statisticBen Gamari2015-11-121-1/+1
* New magic function for applying realWorld#Ben Gamari2015-11-1212-68/+129
* rules/haddock: Set __HADDOCK_VERSION__Ben Gamari2015-11-121-0/+7
* Change demand information for foreign callsLuite Stegeman2015-11-127-2/+53
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-1236-247/+413
* fix RTS Linker on platforms without SHN_XINDEX supportKarel Gardas2015-11-111-6/+30
* Remove redundant test.Matthew Pickering2015-11-111-1/+0
* Rename bundled pattern synonym tests to reflect new terminologyMatthew Pickering2015-11-117-15/+15
* mkGadtDecl no longer in P monadJan Stolarek2015-11-112-12/+10
* nativeGen.PPC: Fix shift arith. right > 31 bitsPeter Trommler2015-11-113-3/+10
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-118-8/+61
* Put kind variables before type variables when specializingBartosz Nitka2015-11-114-5/+321
* Improve documentation of Data.List.lines:Eric Mertens2015-11-111-0/+14