summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More import related hintswip/T11071Joachim Breitner2015-11-1518-129/+224
* 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
* Systools: read ELF section without calling readelfSylvain HENRY2015-11-119-62/+560
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-1116-93/+116
* Remove unused field in ConDeclJan Stolarek2015-11-114-19/+3
* OPTIONS_GHC compiler flags may contain spaces (#4931)Thomas Miedema2015-11-115-16/+40
* Fix link in documentationSiddhanathan Shanmugam2015-11-111-4/+2
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-1152-94/+754
* Abstract TFs can have injectivity informationJan Stolarek2015-11-092-6/+8
* Fix sporadic failing ghci/Linker/Dyn testsTamar Christina2015-11-081-5/+5
* Add OpenBSD specific RTS symbolsKarel Gardas2015-11-081-0/+9
* Quote file paths in linker scriptsBen Gamari2015-11-081-1/+1
* Add pprSTrace for debugging with call stacksBartosz Nitka2015-11-081-1/+15
* Replace freeVarsOf scrut with scrut_fvs to avoid repetitionBartosz Nitka2015-11-081-1/+1
* minor: use unless instead of (when . not)Ömer Sinan Ağacan2015-11-081-3/+3
* Parser: allow empty multi-line deprecation warningsThomas Miedema2015-11-084-1/+12
* Build system: use stage0 to build dll-splitThomas Miedema2015-11-082-2/+6
* Remove PatSynBuilderIdMatthew Pickering2015-11-0713-38/+30
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-074-1/+16
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-0713-82/+386
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-0758-235/+235
* Call Arity: In "e x", the result of "x" is not sharedJoachim Breitner2015-11-061-5/+15
* Linker: #ifdef cleanupErik de Castro Lopo2015-11-042-45/+14
* Use full name of LLVM program in error messageErik de Castro Lopo2015-11-042-2/+2
* Tweak settings for LLVM testsErik de Castro Lopo2015-11-041-2/+2
* Cabal-level sanity check to enforce Cabal flag-invariantHerbert Valerio Riedel2015-11-031-0/+5
* Build system: renable -Wall on validate (base)Thomas Miedema2015-11-035-6/+10
* rts/Hash: Constify HashTable* in lookupHashTableBen Gamari2015-11-033-8/+8