summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cache the analysis of the data con typewip/T12618Joachim Breitner2016-10-215-30/+52
* Compress arguments to ConAppJoachim Breitner2016-10-2145-144/+267
* Squached ConApp commitJoachim Breitner2016-10-21105-686/+1427
* 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
* Fix a bug in occurs checkingSimon Peyton Jones2016-09-3010-347/+370
* Fix desugaring of pattern bindings (again)Simon Peyton Jones2016-09-306-62/+110
* A bit of tracing about flatteningSimon Peyton Jones2016-09-302-7/+26
* Check.hs: Use actual import lists instead of commentsÖmer Sinan Ağacan2016-09-291-9/+8
* Test Trac #12634Simon Peyton Jones2016-09-293-1/+26
* Comments and manual only: spellingGabor Greif2016-09-287-7/+7
* TH: Use atomicModifyIORef' for fresh namesErik de Castro Lopo2016-09-281-3/+2