summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make annotations test case cleaning less aggressivewip/validateJoachim Breitner2014-12-021-3/+6
* Declare official GitHub home of libraries/parallelHerbert Valerio Riedel2014-12-022-1/+1
* Make `read . show = id` for Data.Fixed (fix #9240)Brian McKenna2014-12-024-1/+14
* Make Natural's (.|.) really an OR operation (#9818)Herbert Valerio Riedel2014-12-021-3/+3
* Unique-ify the names of top-level auxiliary bindings in derived instances (Tr...Simon Peyton Jones2014-12-025-8/+64
* Fix another bug in deriving( Data ) for data families; Trac #4896Simon Peyton Jones2014-12-023-9/+46
* Minor refactoring of Edward's recent orphans patch (Trac #2182)Simon Peyton Jones2014-12-028-252/+289
* Test Trac #4921Simon Peyton Jones2014-12-023-0/+32
* Rename Untouchables to TcLevelSimon Peyton Jones2014-12-0215-179/+181
* Remove references to SynTyCon. Fixes #9812Jan Stolarek2014-12-024-10/+12
* Comments and formatting in TyConJan Stolarek2014-12-021-81/+118
* Fix test suite race on T5462 (solves intermittent T5462Yes1/T5462Yes2/T5462No...Edward Z. Yang2014-12-022-5/+5
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-027-89/+41
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-024-92/+24
* Uncomment the instance signatures, to activate the testSimon Peyton Jones2014-12-021-3/+3
* Mention existence of 'Natural' in "Data.Word"Herbert Valerio Riedel2014-12-021-4/+2
* Fix malformed `configure` scriptHerbert Valerio Riedel2014-12-011-2/+1
* Fix parser for UNPACK pragmasSimon Peyton Jones2014-12-011-5/+5
* Test Trac #7908Simon Peyton Jones2014-12-012-1/+50
* Remove references to Parser.y.ppThomas Miedema2014-12-013-6/+3
* Wibble to the "instance signatures" patchSimon Peyton Jones2014-12-011-1/+1
* Fix the handling of instance signatures (Trac #9582, #9833)Simon Peyton Jones2014-12-0112-79/+157
* unlit compiler/types/ modulesHerbert Valerio Riedel2014-12-0114-637/+504
* unlit compiler/stranal/ modulesHerbert Valerio Riedel2014-12-013-129/+121
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-013-4/+13
* Unlit AsmCodeGen.lhsHerbert Valerio Riedel2014-11-301-4/+0
* Unlit compiler/cmm/ module(s)Herbert Valerio Riedel2014-11-301-32/+23
* Update docs: instance visibility bug is no more.Edward Z. Yang2014-11-301-11/+0
* compiler: fix trac issue #8815Sivaram Balakrishnan2014-11-301-1/+2
* compiler: unlit profiling/ modulesAustin Seipp2014-11-302-10/+4
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-303-33/+87
* Add bash completion and READMELennart Kolmodin2014-11-302-0/+103
* More Tweaks for API AnotationsAlan Zimmerman2014-11-308-47/+94
* Shorten long lines in DynFlags, add details to ghci usage guide.Lennart Kolmodin2014-11-302-393/+504
* 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