summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Bump allocations of T12150Ben Gamari2017-09-211-1/+2
* Also show types that subsume a hole as valid substitutions for that hole.Matthías Páll Gissurarson2017-09-2126-132/+742
* Bump base to 4.11.0.0Ben Gamari2017-09-2195-143/+143
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* testsuite: Add unboxed sum to T13929Ben Gamari2017-09-212-1/+6
* testsuite: Add testcase for #14253Ben Gamari2017-09-212-0/+40
* Identify fields by selector when type-checking (fixes #13644)Adam Gundry2017-09-216-9/+24
* Typeable: Generalize kind of represented typeBen Gamari2017-09-211-2/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-216-7/+93
* Initial CircleCI support.Mathieu Boespflug2017-09-211-0/+28
* Typofixes (visiblity -> visibility)Ryan Scott2017-09-214-6/+6
* aclocal.m4: call cygpath on mingw32 onlySergei Trofimovich2017-09-201-2/+2
* Add 'stm' package to the global package databaseHerbert Valerio Riedel2017-09-203-1/+2
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-192-6/+11
* Restore function powModSecIntegerOlivier Chéron2017-09-195-4/+113
* cmm/CBE: Collapse blocks equivalent up to alpha renaming of local registersBen Gamari2017-09-192-58/+180
* Factor mkCoreApp and mkCoreAppsArnaud Spiwack2017-09-191-18/+27
* users-guide: Mention changes necessary due to #13391Ben Gamari2017-09-191-0/+18
* base: Add more detail to FD_SETSIZE related error messageNiklas Hambüchen2017-09-191-2/+1
* base: Make it less likely for fdReady() to fail on Windows sockets.Niklas Hambüchen2017-09-191-0/+16
* rts: Fix typo in commentNiklas Hambüchen2017-09-191-1/+1
* rts: Update comment about FreeBSD's unsigned FD_SETSIZENiklas Hambüchen2017-09-191-1/+6
* base: Fix fdReady() returning immediately for pipes on Windows.Niklas Hambüchen2017-09-191-16/+30
* base: Fix fdReady() potentially running forever for Windows Char devices.Niklas Hambüchen2017-09-191-1/+10
* base: Fix fdReady() potentially running forever on Windows.Niklas Hambüchen2017-09-191-10/+20
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-194-22/+15
* Fix Windows build regression due to GhcPrelude changeBen Gamari2017-09-191-1/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-19484-43/+969
* OccurAnal: Ensure SourceNotes don't interfere with join-point analysisBen Gamari2017-09-191-0/+7
* nativeGen: Consistently use blockLbl to generate CLabels from BlockIdsBen Gamari2017-09-198-23/+21
* rts/RetainerProfile: Adding missing closure types to isRetainerBen Gamari2017-09-192-4/+28
* Fix unused-given-constraint bugSimon Peyton Jones2017-09-194-2/+23
* Remove redundant/obsolete CPP usageHerbert Valerio Riedel2017-09-191-2/+0
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-193-5/+9
* Allow opt+llc from LLVM5Moritz Angermann2017-09-191-1/+1
* [RTS] Add getObjectLoadStatusBartosz Nitka2017-09-183-9/+38
* testsuite: Fix MonadFail test output for new ST instanceBen Gamari2017-09-172-26/+0
* base: Fix missing import of Control.Monad.FailBen Gamari2017-09-171-0/+1
* Fix pointer tagging mistakeDavid Feuer2017-09-171-1/+3
* base: Add missing MonadFail instance for strict STBen Gamari2017-09-162-0/+6
* base: Enable TypeInType in Data.Type.EqualityBen Gamari2017-09-161-0/+1
* Remove dead function TcUnify.wrapFunResCoercionArnaud Spiwack2017-09-151-17/+0
* Renamer now preserves location for IEThingWith list itemsAlan Zimmerman2017-09-154-18/+161
* base: Fix mixed tabs/spaces indentation in inputReady.cNiklas Hambüchen2017-09-151-81/+80
* Fix #14228 by marking SumPats as non-irrefutableRyan Scott2017-09-154-2/+52
* Fix missing fields warnings in empty record construction, fix #13870HE, Tao2017-09-154-7/+39
* Ignore untracked in text, parsec and mtl submodules [skip ci]Tamar Christina2017-09-151-16/+16
* Fix name of noteBen Gamari2017-09-151-1/+1
* Bump submodule nofib (Semigroup now required)Joachim Breitner2017-09-141-0/+0
* Fix #13963.Richard Eisenberg2017-09-146-10/+73