summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* Generate Typeable info at definition sitesBen Gamari2015-10-294-113/+245
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-11/+11
* base: Add Haddocks to GHC.RTS.FlagsBen Gamari2015-10-261-3/+46
* typo in comments: s/selectg/select/Sergei Trofimovich2015-10-241-1/+1
* base: Note platform dependence of registerFdBen Gamari2015-10-231-0/+5
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-195-3/+31
* Move Control.Monad.IO.Class to base from transformersRyanGlScott2015-10-173-0/+40
* base: MINIMAL pragmas for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+2
* base: changelog entries for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+3
* Allow left ∨ (+++) as minimal definition of ArrowChoice instanceM Farkas-Dyck2015-10-161-6/+7
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-142-2/+2
* Allow arr ∧ (first ∨ (***)) as minimal definition of Arrow instanceM Farkas-Dyck2015-10-131-7/+4
* base: Add forkOSWithUnmaskJoey Adams2015-10-132-2/+13
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-1218-65/+39
* Keep `shift{L,R}` on `Integer` from segfaultingBen Gamari2015-10-102-8/+3
* Ensure shiftL/shiftR arguments aren't negativeBen Gamari2015-10-071-2/+6
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-032-1/+111
* Move CallStack back to baseBen Gamari2015-10-026-2/+85
* Document peculiarities of `traceM`.Matthias Fischmann2015-10-021-2/+8
* Add Data.Semigroup and Data.List.NonEmpty (re #10365)Herbert Valerio Riedel2015-10-024-0/+1168
* Allow enumDeltaIntegerFB to be inlinedJoachim Breitner2015-09-281-1/+2
* Weak: Don't require wrapping/unwrapping of finalizersBen Gamari2015-09-255-29/+10
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-241-15/+21
* base: export allocation counter/limit API from System.MemSimon Marlow2015-09-233-8/+21
* Remove references to () from types of mkWeak# and friendsBen Gamari2015-09-236-15/+38
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-215-3/+14
* Testsuite: mark enum01-enum03 expect_broken(#9399) on WindowsThomas Miedema2015-09-121-4/+7
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-084-211/+219
* Further simplify the story around minimum/maximumwip/D1229Joachim Breitner2015-09-071-25/+9
* SPECIALIZE strictMinimum for Int and IntegerJoachim Breitner2015-09-071-0/+4
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-031-3/+5
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-021-1/+1
* Use IP based CallStack in error and undefinedEric Seidel2015-09-0210-119/+76
* Make Generic (Proxy t) instance poly-kinded (fixes #10775)RyanGlScott2015-08-292-19/+22
* base: Remove a redundant 'return'Simon Peyton Jones2015-08-271-2/+1
* Testsuite: mark encoding005 expect_broken(#10623) on WindowsThomas Miedema2015-08-151-1/+2
* Testsuite: mark T8089 expect_broken(#7325) on WindowsThomas Miedema2015-08-151-1/+5
* Sync base/changelog.md with GHC 7.10.2 releaseHerbert Valerio Riedel2015-08-071-3/+4
* base: Add missing Traversable instance for ZipListBen Gamari2015-08-072-3/+9
* base: Add instancesfumieval2015-08-065-5/+32
* Make sure that `all`, `any`, `and`, and `or` fuse (#9848)Takano Akio2015-08-054-0/+25
* Make Exception datatypes into newtypesRyanGlScott2015-08-053-6/+9
* Drop custom mapM impl for []Ben Gamari2015-08-051-3/+0
* Typos in comments [skip ci]Gabor Greif2015-08-032-2/+2
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-303-4/+24
* Comments onlySimon Peyton Jones2015-07-301-1/+1
* Fallout from more assiduous RULE warningsSimon Peyton Jones2015-07-284-15/+58
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-232-12/+6
* When iconv is unavailable, use an ASCII encoding to encode ASCIIReid Barton2015-07-216-6/+203
* Testsuite: simplify T8089 (#8089)Thomas Miedema2015-07-202-30/+13