summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-265-36/+89
* Remove #ifdef with never fulfilled conditionJoachim Breitner2016-09-261-4/+0
* Print foralls in user formatSimon Peyton Jones2016-09-2611-12/+20
* Pattern Synonyms documentation updateMatthew Pickering2016-09-241-2/+6
* Update test outputJoachim Breitner2016-09-241-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-2415-44/+46
* Mark mapUnionFV as INLINABLE rather than INLINEMatthew Pickering2016-09-231-1/+1
* Fix #12442.Richard Eisenberg2016-09-238-30/+166
* Improved documentation for Foreign.Concurrent (#12547)Simon Marlow2016-09-231-8/+29
* Expose hs_exit_(rtsFalse) as hs_exit_nowait()Simon Marlow2016-09-233-3/+22
* shutdownHaskellAndExit: just do a normal hs_exit() (#5402)Simon Marlow2016-09-231-4/+0
* Fix failing test T12504Tamar Christina2016-09-212-3/+2
* Bump Haddock submodule to fix rendering of class methodsMatthew Pickering2016-09-201-0/+0
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-2010-80/+138
* Remove directories from include pathsBen Gamari2016-09-165-3/+11
* Add test case for #7611Joachim Breitner2016-09-153-0/+34
* Comments in TH.Syntax (Trac #12596)Simon Peyton Jones2016-09-151-6/+31