summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding parens into generically generated codewip/T3384Alan Zimmerman2016-11-1327-79/+757
* Use SourceText to ppr Overlap PragmaAlan Zimmerman2016-11-135-5/+33
* ppr of RuleDecls can now reparseAlan Zimmerman2016-11-1316-16/+335
* Pretty printing HsCoreAnn properlyAlan Zimmerman2016-11-135-1/+43
* FFI static keyword, hang OpApp for infix caseAlan Zimmerman2016-11-1318-34/+251
* No parens around HsSpliceEAlan Zimmerman2016-11-134-16/+71
* No braces/semis for a do statementAlan Zimmerman2016-11-1332-284/+281
* Add HsSyn prettyprinter testsAlan Zimmerman2016-11-1325-80/+845
* ghc: Fix ghc's template-haskell boundBen Gamari2016-11-122-2/+2
* template-haskell: Version bumpBen Gamari2016-11-122-2/+3
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-11170-622/+632
* rts: Fix #include of <linker/PEi386.h>Ben Gamari2016-11-111-1/+1
* rts: Fix build when linked with goldBen Gamari2016-11-111-11/+2
* ghc-pkg: Munge dynamic library directoriesBen Gamari2016-11-111-0/+1
* testsuite: Lower allocations for T876Ben Gamari2016-11-111-1/+2
* Pass -no-pie to GCCBen Gamari2016-11-117-0/+52
* rts: Fix LoadArchive on OS XBen Gamari2016-11-113-7/+20
* Revert "Refactor CallStack defaulting slightly"Simon Peyton Jones2016-11-111-35/+39
* Revert "Pass -no-pie to GCC"Ben Gamari2016-11-105-44/+0
* Prevent GND from inferring an instance context for method-less classesRyan Scott2016-11-1011-22/+60
* Update user's guide after D2490Thomas Winant2016-11-101-3/+8
* rts/linker: Move loadArchive to new source fileBen Gamari2016-11-103-526/+567
* rts: Add api to pin a thread to a numa node but without fixing a capabilityDarshan Kapashi2016-11-102-5/+37
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Add Richard Eisenberg's new email to mailmapBen Gamari2016-11-101-1/+2
* testsuite: Update allocation numbers for T5631Ben Gamari2016-11-101-1/+3
* Pass -no-pie to GCCBen Gamari2016-11-105-0/+44
* configure: Pass HC_OPTS_STAGEx to build systemBen Gamari2016-11-102-0/+7
* build system: Include CONF_LD_LINKER_OPTS in ALL_LD_OPTSBen Gamari2016-11-102-7/+22
* ghc-cabal: Use correct name of linker flags env variableBen Gamari2016-11-101-1/+1
* Refactor CallStack defaulting slightlySimon Peyton Jones2016-11-101-39/+35
* Refactoring of mkNewTypeEqnSimon Peyton Jones2016-11-101-18/+19
* Adapt the (commented out) pprTrace in OccurAnalSimon Peyton Jones2016-11-101-2/+3
* Fix comment about pointer taggingAlex Biehl2016-11-101-1/+1
* Update 8.0.2 release notes for #12784Ryan Scott2016-11-071-0/+4
* Fix hs_try_putmvar003 (#12800)Simon Marlow2016-11-071-1/+1
* Fix broken validate build.Tamar Christina2016-11-061-1/+1
* Some minor linker cleanups.Tamar Christina2016-11-063-5/+4
* Describe symptoms of (and the cure for) #12768 in 8.0.2 release notesRyan Scott2016-11-061-0/+17
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-0620-90/+569
* Add tracing infrastructure to pattern match checkerMatthew Pickering2016-11-065-4/+75
* Stop -dno-debug-output suppressing -ddump-tc-traceMatthew Pickering2016-11-062-7/+9
* Update release notes for type sigs in TH patterns patchMatthew Pickering2016-11-051-0/+2
* Handle types w/ type variables in signatures inside patterns (DsMeta)Mikhail Vorozhtsov2016-11-0511-24/+101
* Take account of injectivity when doing fundepsSimon Peyton Jones2016-11-047-33/+94
* Remove a debug traceSimon Peyton Jones2016-11-041-1/+0
* Add comments from Trac #12768Simon Peyton Jones2016-11-041-0/+28
* Omit unnecessary linker flagsSimon Marlow2016-11-033-27/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-0312-27/+23
* Add test for #12788Ryan Scott2016-11-034-0/+36