summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some unsafeCoerce#s with deriving strategiesRyan Scott2016-10-014-33/+26
* Implement deriving strategiesRyan Scott2016-09-307-33/+87
* TH: Use atomicModifyIORef' for fresh namesErik de Castro Lopo2016-09-281-3/+2
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-245-21/+21
* Improved documentation for Foreign.Concurrent (#12547)Simon Marlow2016-09-231-8/+29
* Comments in TH.Syntax (Trac #12596)Simon Peyton Jones2016-09-151-6/+31
* Add hs_try_putmvar()Simon Marlow2016-09-122-0/+16
* Fix TH ppr output for list comprehensions with only one StmtRyan Scott2016-09-111-6/+11
* Add platform warning to Foreign.C.TypesTamar Christina2016-09-102-0/+12
* Update unix submodule to latest HEAD.Edward Z. Yang2016-09-081-0/+0
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-051-0/+3
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-46/+17
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-012-8/+23
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-012-23/+8
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-012-8/+23
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-316-61/+380
* Clarify scope of `getQ`/`putQ` state.Francesco Mazzoli2016-08-311-2/+4
* Tag pointers in interpreted constructorsmniip2016-08-303-8/+25
* Fix broken Haddock commentRyan Scott2016-08-291-1/+1
* Template Haskell support for TypeApplicationsRyan Scott2016-08-295-1/+9
* Template Haskell support for unboxed sumsRyan Scott2016-08-235-34/+79
* Support for noinline magic function.Edward Z. Yang2016-08-211-1/+8
* Add gcoerceWith to Data.Type.CoercionRyan Scott2016-08-182-0/+10
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* Update hoopl submodule (extra .gitignore entry)Edward Z. Yang2016-08-151-0/+0
* Cabal submodule update.Edward Z. Yang2016-08-081-0/+0
* Fix typo in Data.Bitraversable HaddocksRyan Scott2016-08-081-1/+1
* Use Data.Functor.Const to implement Data.Data internalsRyan Scott2016-08-061-9/+6
* Bump `hoopl` submodule, mostly cosmeticsGabor Greif2016-08-051-0/+0
* Fix omission in haddock instance headGabor Greif2016-08-051-1/+1
* Replace an unsafeCoerce with coerceRyan Scott2016-08-041-1/+1
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+2
* UNPACK the size field of SizedSeqSimon Marlow2016-07-221-1/+1
* Add deepseq dependency and a few NFData instancesSimon Marlow2016-07-222-0/+9
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-212-0/+2
* Compact RegionsGiovanni Campagna2016-07-2018-0/+790
* Data.Either: Add fromLeft and fromRight (#12402)Dylan Meysmans2016-07-202-0/+38
* Make Data.{Bifoldable,Bitraversable} -XSafeRyan Scott2016-07-203-0/+4
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-174-3/+25
* Added type family dependency to Data.Type.Bool.NotBaldur Blöndal2016-07-142-5/+8
* GHC.Stack.CCS: Fix typo in HaddocksBen Gamari2016-07-081-1/+1
* Use UniqDFM for InstEnvBartosz Nitka2016-07-081-0/+0
* --without-libcharset disables the use of libcharsetSimon Marlow2016-07-071-3/+13
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-063-26/+32
* Use DVarEnv for vectInfoVarBartosz Nitka2016-07-051-0/+0
* Enum: Ensure that operations on Word fuseBen Gamari2016-07-041-14/+138
* base: Add release date to changelogBen Gamari2016-07-041-1/+1
* Testsuite: be less strict about topHandler03's stderrThomas Miedema2016-07-011-1/+4
* Updates to handle new CabalEdward Z. Yang2016-06-301-0/+0