summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify furtherwip/interleave-rwDavid Feuer2017-03-101-21/+5
* Use runRW# to implement unsafeInterleaveIODavid Feuer2017-03-091-6/+3
* Revert "configure.ac: Bump version to 8.3"Ben Gamari2017-03-092-2/+2
* integerConstantFolding: no longer broken with -DDEBUG (#1106)Joachim Breitner2017-03-091-2/+1
* configure.ac: Bump version to 8.3Ben Gamari2017-03-092-2/+2
* llvm backend: Put string constants in .rodata.str.* sections (#13265)Reid Barton2017-03-091-5/+12
* Make raiseIO# produce topResDavid Feuer2017-03-091-6/+4
* get-win32-tarballs: More reworking of tarball maintenanceBen Gamari2017-03-092-7/+28
* Add a comment to the mapFB rulesJoachim Breitner2017-03-091-2/+4
* get-win32-tarballs: Rework handling of hashingBen Gamari2017-03-092-35/+49
* get-win32-tarballs: Use haskell.org mirrorBen Gamari2017-03-091-1/+2
* Update crt to latest.Tamar Christina2017-03-091-2/+21
* Comments only [ci skip]Gabor Greif2017-03-096-7/+7
* KQueue.hsc: fix build failure on FreeBSDSergei Trofimovich2017-03-091-2/+3
* testsuite: Bump allocations of T4029Ben Gamari2017-03-081-1/+2
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-0825-160/+221
* base: Import Data.Int in KQueueBen Gamari2017-03-081-0/+1
* Bump haskeline submodule to fix Windows build.Tamar Christina2017-03-081-0/+0
* Fix strictness for catchSTMDavid Feuer2017-03-082-19/+73
* Comments only [ci skip]Reid Barton2017-03-081-0/+27
* Join points can be levity-polymorphicSimon Peyton Jones2017-03-085-14/+51
* Win32: bump submodule to v2.5.2.0Tamar Christina2017-03-081-0/+0
* Desugar: Refactor initDsBen Gamari2017-03-074-83/+110
* DsMonad: Collect DPH thingsBen Gamari2017-03-071-137/+152
* ghc-pkg: Consider .conf files when computing package db mtimeAndrzej Rybczak2017-03-071-64/+21
* base: kevent.filter is signedBen Gamari2017-03-071-3/+3
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-0710-12/+94
* Fix commentBen Gamari2017-03-071-1/+1
* Typos in changelog and commentsGabor Greif2017-03-0712-12/+12
* testsuite: Disable linkwhole test on WindowsBen Gamari2017-03-061-1/+2
* primops: Add comment describing type of atomicModifyMutVar#Ben Gamari2017-03-061-3/+15
* Mangle .subsections_via_symbols away.Moritz Angermann2017-03-061-1/+10
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-063-0/+5
* A few remarks on role subtyping in the manual.Edward Z. Yang2017-03-061-1/+9
* Update .mailmap [skip ci]Matthew Pickering2017-03-061-2/+7
* testsuite: Add test for #11076Ben Gamari2017-03-062-0/+11
* base: Kill out-of-date NotesBen Gamari2017-03-061-27/+0
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-064-0/+15
* add example documentation for tuple ApplicativeGinBaby2017-03-062-2/+9
* Changed OverLit warnings to work with negative literals (#13257)Rupert Horlick2017-03-066-6/+22
* Add GCC bin folder to search path.Tamar Christina2017-03-061-2/+4
* Read COMPLETE sets from external packagesBen Gamari2017-03-0617-66/+192
* Add -dno-debug-output to validate GhcStage1HcOptsMatthew Pickering2017-03-061-2/+2
* Add SplitSections = NO to build flavors with SplitObjs = NOReid Barton2017-03-0611-0/+11
* Typos in comments and manualGabor Greif2017-03-0616-21/+21
* Make FloatOut/SetLevels idemoptent on bottoming functionsSimon Peyton Jones2017-03-062-76/+117
* Comments onlySimon Peyton Jones2017-03-061-1/+1
* Tiny refactorSimon Peyton Jones2017-03-061-2/+3
* Make TH_Roles2 less fragileSimon Peyton Jones2017-03-062-5/+5
* Fix CSE (again) on literal stringsSimon Peyton Jones2017-03-065-35/+61