summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build system: simplify install.mk.inThomas Miedema2015-08-213-1/+1
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-2/+2
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-101-0/+0
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-0/+0
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-0/+0
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-23/+20
* Build system: delete fingerprint.py [skip ci]Thomas Miedema2015-07-151-255/+0
* Unbreak Windows build: delete unusud throwIOIOThomas Miedema2015-07-081-5/+0
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-071-5/+1
* Fix offset calculation in __stg_gc_funSimon Marlow2015-07-061-0/+1
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-044-34/+19
* ghc-pkg: use read/writeUTF8File from CabalThomas Miedema2015-07-021-55/+3
* Make $1 in $1_$2_$3_FOO actually be directory.Edward Z. Yang2015-06-231-4/+6
* Fix #10551 by using LIB_NAMES.Edward Z. Yang2015-06-221-5/+0
* Use -package-id to specify libraries on command line.Edward Z. Yang2015-06-221-8/+9
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-202-2/+10
* Fix ghc-pkg reports cache out date (#10205)Thomas Miedema2015-06-161-4/+44
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-122-2/+2
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-112-2/+2
* Refactor wild card renamingThomas Winant2015-06-091-0/+0
* ghc-cabal: don't warn about missing cabal fieldsThomas Miedema2015-06-041-5/+3
* ghc-pkg support query by package-key, fixes #9507Edward Z. Yang2015-06-041-12/+30
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-0/+0