summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-0842-432/+700
* The Backpack patch.Edward Z. Yang2016-10-08277-1242/+7324
* Exclude Cabal PackageTests from gen_contents_index.Edward Z. Yang2016-10-081-1/+2
* Remove reexports from ghc-boot, help bootstrap with GHC 8.Edward Z. Yang2016-10-082-4/+1
* Note about external interface changes.Edward Z. Yang2016-10-081-0/+5
* Tc267, tests what happens if you forgot to knot-tie.Edward Z. Yang2016-10-087-0/+30
* Simplify implementation of wWarningFlagsMatthew Pickering2016-10-071-10/+3
* Don't suggest deprecated flags in error messagesMartin Ceresa2016-10-076-3/+21
* Fix memory leak from #12664Bartosz Nitka2016-10-075-18/+37
* Add compact to packages so it gets cleaned on make clean.Edward Z. Yang2016-10-061-0/+1
* Remove dead code “mkHsConApp”Joachim Breitner2016-10-062-9/+2
* RegAlloc: Make some pattern matched completeJoachim Breitner2016-10-062-5/+8
* Refactor TcDeriv and TcGenDerivRyan Scott2016-10-067-2049/+2184
* Remove unused T12124.srderrRyan Scott2016-10-061-1/+0
* Improve error handling in TcRnMonadSimon Peyton Jones2016-10-058-39/+57
* Bring Note in TcDeriv up to dateRyan Scott2016-10-051-11/+6
* Mark zipWithAndUnzipM as INLINABLE rather than INLINEMatthew Pickering2016-10-041-1/+1
* genapply: update source file in autogenerated textSergei Trofimovich2016-10-041-1/+1
* runghc: Fix import of System.Process on WindowsBen Gamari2016-10-021-1/+1
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-026-30/+34
* testsuite: Mark test for #12355 as unbroken on Darwin.Ben Gamari2016-10-021-1/+1
* DynFlags: Fix absolute import path to generated headerBen Gamari2016-10-021-1/+1
* Ignore output from derefnull and divbyzero on DarwinBen Gamari2016-10-021-2/+8
* Mark #6132 as broken on OS XBen Gamari2016-10-021-1/+1
* runghc: use executeFile to run ghc process on POSIXMichael Snoyman2016-10-026-7/+143
* validate: Add --build-onlyBen Gamari2016-10-011-0/+15
* Disallow standalone deriving declarations involving unboxed tuples or sumsRyan Scott2016-10-014-2/+39
* Eliminate some unsafeCoerce#s with deriving strategiesRyan Scott2016-10-014-33/+26
* Turn `__GLASGOW_HASKELL_LLVM__` into an integer againNicolas Trangez2016-10-013-2/+14
* ghc-pkg: Allow unregistering multiple packages in one callNiklas Hambüchen2016-10-011-5/+6
* Do not warn about unused underscore-prefixed fields (fixes Trac #12609)Adam Gundry2016-10-013-5/+17
* PPC/CodeGen: fix lwa instruction generationPeter Trommler2016-10-011-4/+12
* Don't warn about name shadowing when renaming the patten in a PatSyn declMatthew Pickering2016-10-014-5/+45
* Fix interaction of record pattern synonyms and record wildcardsMatthew Pickering2016-10-014-3/+25
* Add NUMA support for WindowsTamar Christina2016-10-013-10/+118
* Use check stacking on Windows.Tamar Christina2016-10-011-13/+8
* Mark T11978a as broken due to #12019Ben Gamari2016-10-011-1/+3
* Move -dno-debug-output to the end of the test flagsMatthew Pickering2016-10-011-7/+12
* Recognise US spelling for specialisation flags.Tim McGilchrist2016-10-011-0/+5
* Support more than 64 logical processors on WindowsTamar Christina2016-10-015-12/+305
* GHCi: Don't remove shadowed bindings from typechecker scope.mniip2016-10-017-11/+30
* CodeGen X86: fix unsafe foreign calls wrt inliningSylvain HENRY2016-10-015-36/+113
* Implement deriving strategiesRyan Scott2016-09-3068-404/+1235
* Document Safe Haskell restrictions on Generic instancesRyan Scott2016-09-301-0/+9
* Correct spelling in note referencesGabor Greif2016-09-301-3/+3
* Make tcrun042 failSimon Peyton Jones2016-09-303-1/+15
* Add missing stderr fileSimon Peyton Jones2016-09-301-0/+18
* Comments onlySimon Peyton Jones2016-09-301-3/+27
* Fix impredicativity (again)Simon Peyton Jones2016-09-3024-106/+230
* Add Outputable Report in TcErrorsSimon Peyton Jones2016-09-301-0/+5