summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-241-0/+9
* Support multiple debug output levelsBen Gamari2015-11-231-0/+7
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-232-1/+1
* derivedConstants: Add support for AIXHerbert Valerio Riedel2015-11-191-2/+26
* Make `derivedConstants` more crosscompile-friendlyHerbert Valerio Riedel2015-11-191-13/+27
* Add -fwarn-missing-monadfail-instance to mkUserGuidePartBen Gamari2015-11-181-0/+7
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-181-0/+12
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-162-4/+3
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* Remove unused field in ConDeclJan Stolarek2015-11-111-0/+0
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-0/+0
* Build system: use stage0 to build dll-splitThomas Miedema2015-11-081-1/+6
* Update process submodule to process-1.4 releaseHerbert Valerio Riedel2015-11-023-2/+2
* ApiAnnotations: BooleanFormula is not properly LocatedAlan Zimmerman2015-11-011-0/+0
* Update process submoduleHerbert Valerio Riedel2015-11-013-2/+2
* Update array/stm/hpc/haddock submodulesHerbert Valerio Riedel2015-11-011-0/+0
* Provide a utility to check API Annotations docsAlan Zimmerman2015-11-012-16/+103
* Fix documentation build on windowsTamar Christina2015-10-311-1/+6
* Make ghc-cabal's `System.Directory` import more robustHerbert Valerio Riedel2015-10-311-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+0
* Build system: cabalise deriveConstants + genprimopcodeThomas Miedema2015-10-305-6/+50
* Build system: cleanup a few .cabal filesThomas Miedema2015-10-304-33/+13
* Build system: rename runghc.hs to Main.hsThomas Miedema2015-10-303-7/+1
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-0/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+0
* Pattern synonyms: swap provided/requiredSimon Peyton Jones2015-10-281-0/+0
* Make worker-wrapper optionalChristiaan Baaij2015-10-271-1/+12
* Add flag to reverse errors in GHC/GHCiSiddhanathan Shanmugam2015-10-261-0/+7
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-254-0/+173
* ghc-pkg: Express return-method in terms of pureHerbert Valerio Riedel2015-10-181-2/+2
* Implement DuplicateRecordFieldsAdam Gundry2015-10-162-1/+1
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-4/+4
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-142-4/+4
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-142-120/+68
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-1/+1
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-081-2/+2
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-0/+0
* Move user's guide to ReStructuredTextBen Gamari2015-10-0334-54/+2914
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-212-3/+4
* Refactor BranchLists.Richard Eisenberg2015-09-211-0/+0
* Fix `hp2ps -i-`Thomas Miedema2015-09-151-0/+1
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-121-4/+1
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-3/+3
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-082-1/+3
* Build system: cleanup utils/ghc-pkg/ghc.mkThomas Miedema2015-09-071-17/+31
* ghc-pkg: don't print ignored errors when verbosity=0Thomas Miedema2015-09-041-7/+9
* Injective type familiesJan Stolarek2015-09-031-0/+0
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-0/+0
* ghc-pkg --enable-multi-instance should not complain about case sensitivity.Edward Z. Yang2015-08-291-1/+2
* Fix identifier parsing in hp2psYuras Shumovich2015-08-291-21/+23