summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2934-98/+429
* Special case interactive package key for mkQualPackage.Edward Z. Yang2014-11-291-1/+1
* Reimplement `gcdExtInteger` (#9281)Herbert Valerio Riedel2014-11-294-11/+116
* Re-implement `recipModInteger` (#9281)Herbert Valerio Riedel2014-11-294-10/+124
* Implement `GHC.Natural.powModNatural` (#9818)Herbert Valerio Riedel2014-11-291-0/+40
* Re-implement `powModInteger` (#9281)Herbert Valerio Riedel2014-11-295-14/+215
* More static C initializer refactoringHerbert Valerio Riedel2014-11-291-23/+29
* Fix testsuite failures after the PartialTypeSignatures mergeThomas Winant2014-11-291-6/+10
* Minor refactoring of static C initializersHerbert Valerio Riedel2014-11-291-29/+13
* Update submodule 'haddock' to render 'pattern' as a keywordDr. ERDI Gergo2014-11-291-0/+0
* Implement Partial Type SignaturesThomas Winant2014-11-28219-238/+3394
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-2830-109/+109
* Kind variables in RHS of an associated type instances should be bound on LHSSimon Peyton Jones2014-11-289-58/+73
* Re-activate `integerGmpInternals` test (#9281)Herbert Valerio Riedel2014-11-282-26/+55
* Re-implement `nextPrimeInteger` predicate (#9281)Herbert Valerio Riedel2014-11-283-0/+102
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-284-24/+92
* Make the linker API thread-safeSimon Marlow2014-11-287-41/+89
* Re-implement `testPrimeInteger` predicate (#9281)Herbert Valerio Riedel2014-11-282-0/+68
* Tidy up tracing somewhatSimon Peyton Jones2014-11-285-39/+52
* Don't discard a bang on a newtype pattern (Trac #9844)Simon Peyton Jones2014-11-287-13/+79
* Improve VERSION/GIT_COMMIT_ID handling for sdistHerbert Valerio Riedel2014-11-281-3/+6
* compiler: add new modules pulling in FunFlagsSergei Trofimovich2014-11-272-5/+4
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-278-2/+41
* Get the right fixity-env in standalone deriving (Trac #9830)Simon Peyton Jones2014-11-276-11/+50
* Test Trac #7243Simon Peyton Jones2014-11-273-0/+11
* Trac #6022 is actually fine nowSimon Peyton Jones2014-11-272-7/+7
* Don't require ConstraintKinds at usage sites (Trac #9838)Simon Peyton Jones2014-11-275-71/+119
* Resume reporting incomplete pattern matches for record updatesSimon Peyton Jones2014-11-272-3/+6
* Don't require PatternSynonyms language extension to just use pattern synonymsDr. ERDI Gergo2014-11-277-18/+5
* Change loadSrcInterface to return a list of ModIfaceEdward Z. Yang2014-11-263-37/+94
* Inline mkModuleToPkgConfAll into mkModuleToPkgConfGeneric.Edward Z. Yang2014-11-261-37/+17
* Cabal submodule update: hole support and tests.Edward Z. Yang2014-11-2625-6/+180
* configure.ac: fix test == bashismTuncer Ayaz2014-11-261-4/+4
* Use {bit,popCount}Integer for `Bits Integer`Herbert Valerio Riedel2014-11-261-0/+14
* Test Trac #9834Simon Peyton Jones2014-11-263-0/+95
* Define `Data` instance for `Natural` type (#9818)Herbert Valerio Riedel2014-11-261-0/+14
* Insert changelog entries for GHC 7.8.4Herbert Valerio Riedel2014-11-251-0/+8
* Replace `STRICT[12345]` macros by `BangPatterns`Yuri de Wit2014-11-253-31/+6
* Update `deepseq` to latest 1.4.0.0 snapshotHerbert Valerio Riedel2014-11-251-0/+0
* Document +RTS -xqSimon Marlow2014-11-251-0/+20
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-258-58/+155
* Make clearNursery freeSimon Marlow2014-11-2511-52/+144
* Mark `Data.Typeable.Internal` as Trustworthy after consverstation withDavid Terei2014-11-242-2/+2
* Changelog entry and /Since/ for alloc-counter opsHerbert Valerio Riedel2014-11-243-0/+17
* Test #8031 in th/T8031Richard Eisenberg2014-11-242-0/+15
* Test #8044 in typecheck/should_fail/T8044Richard Eisenberg2014-11-243-0/+26
* Test #7643 in typecheck/should_compile/T7643.Richard Eisenberg2014-11-242-0/+12
* Add `--fwarn-trustworthy-safe` to `-Wall` again.David Terei2014-11-242-1/+4
* Minor tweaks to API AnnotationAlan Zimmerman2014-11-245-14/+25
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-245-30/+502