summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* ghc: Fix ghc's template-haskell boundBen Gamari2016-11-121-1/+1
* template-haskell: Version bumpBen Gamari2016-11-122-2/+3
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Typos in commentsGabor Greif2016-10-311-1/+1
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-212-2/+8
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-182-3/+24
* Bump parallel submoduleBen Gamari2016-10-171-0/+0
* Correct name of makeStableName in haddockReid Barton2016-10-161-1/+1
* Fix Windows build following D2588Ryan Scott2016-10-141-1/+6
* Add missing Semigroup instances for Monoidal datatypes in baseRyan Scott2016-10-142-0/+18
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+0
* Cabal submodule update.Edward Z. Yang2016-10-131-0/+0
* Add missing @since annotationsRyan Scott2016-10-121-0/+2
* Escape lambda.Vaibhav Sagar2016-10-091-1/+1
* Cabal submodule update.Edward Z. Yang2016-10-081-0/+0
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-082-28/+28
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-5/+9
* The Backpack patch.Edward Z. Yang2016-10-082-33/+101
* Exclude Cabal PackageTests from gen_contents_index.Edward Z. Yang2016-10-081-1/+2
* Remove reexports from ghc-boot, help bootstrap with GHC 8.Edward Z. Yang2016-10-081-4/+0
* Fix memory leak from #12664Bartosz Nitka2016-10-074-18/+36
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-022-0/+0
* 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