aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Alex 3's Unicode support to properly lex source files as UTF-8Max Bolingbroke2013-03-102-25/+44
* Follow changes in GHC build systemIan Lynagh2013-03-031-7/+7
* Follow changes in GHC's build systemIan Lynagh2013-03-011-1/+1
* Follow changes in baseIan Lynagh2013-02-161-0/+3
* TypoGabor Greif2013-02-151-1/+1
* Using new syntax in html-test/src/GADTRecords.hs.Kazu Yamamoto2013-02-071-5/+4
* Refactoring instanceHead'.Kazu Yamamoto2013-02-061-1/+1
* Using tcSplitSigmaTy in instanceHead' (FIXME is resolved.)Kazu Yamamoto2013-02-061-6/+5
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-01249-1469/+3418
|\
| * Update CHANGESSimon Hengel2012-12-071-0/+11
| * Add missing test files to cabal file (fixes #230)Simon Hengel2012-12-071-3/+6
| * Bump versionSimon Hengel2012-12-0757-57/+57
| * Export missing types from Documentation.HaddockSimon Hengel2012-11-281-0/+4
| * Use markdown for html-test/READMESimon Hengel2012-10-181-7/+10
| * Update html-test/READMESimon Hengel2012-10-181-2/+2
| * Adapt output directory for HTML testsSimon Hengel2012-10-153-5/+5
| * Move source files for HTML tests to html-test/srcSimon Hengel2012-10-1559-2/+2
| * Rename html-test/runtests.lhs to html-test/run.lhsSimon Hengel2012-10-152-2/+2
| * Adapt accept.lhs, so that it ignores more index filesSimon Hengel2012-10-151-7/+7
| * Add test case for "spurious superclass constraints bug"Simon Hengel2012-10-153-0/+191
| * Add 'dev' flag to cabal file, that builds without -O2Simon Hengel2012-10-151-2/+16
| * Make test management scripts more robustSimon Hengel2012-10-154-15/+24
| * Fix Setup.lhsSimon Hengel2012-10-151-5/+3
| * Move unit tests to /test directorySimon Hengel2012-10-155-2/+2
| * Copy css, images, etc. on acceptSimon Hengel2012-10-157-15/+906
| * Move HTML reference renderings to /html-test/ref/Simon Hengel2012-10-15109-5/+5
| * Move HTML tests to directory /html-test/Simon Hengel2012-10-15168-5/+5
| * Move resources to /resources directorySimon Hengel2012-10-1515-20/+22
| * Add description for DeprecatedReExport testSimon Hengel2012-10-153-4/+65
| * Fix typoSimon Hengel2012-10-151-1/+1
| * unit-tests: Minor refactoringSimon Hengel2012-10-141-13/+13
| * unit-tests: Improve readabilitySimon Hengel2012-10-141-16/+18
| * Add build artifacts for documentation to .gitignoreSimon Hengel2012-10-141-0/+6
| * Properly handle deprecation messages for re-exported things (fixes #220)Simon Hengel2012-10-145-3/+134
| * Minor formatting changeSimon Hengel2012-10-141-19/+19
| * Add description for PruneWithWarning testSimon Hengel2012-10-144-4/+27
| * If parsing of deprecation message fails, include it verbatimSimon Hengel2012-10-144-9/+154
| * Allow haddock markup in deprecation messagesSimon Hengel2012-10-1422-61/+179
| * Add /tests/html-tests/output/ to .gitignoreSimon Hengel2012-10-141-0/+1
| * Add mini_HiddenInstances.html.ref and mini_HiddenInstancesB.html.refSimon Hengel2012-10-142-0/+82
| * Handle more cases in renameTypeSimon Hengel2012-10-141-14/+19
| * Organize unite tests hierarchicallySimon Hengel2012-10-143-2/+11
| * Simplify lookupRnSimon Hengel2012-10-141-7/+7
| * Simplify RnM typeSimon Hengel2012-10-141-10/+9
| * Better error messagesSimon Hengel2012-10-131-2/+6
| * Handle HsExplicitListTy in renameer (fixes #213)Simon Hengel2012-10-134-0/+141
| * Minor code simplificationSimon Hengel2012-10-131-2/+1
| * Increase code localitySimon Hengel2012-10-131-11/+5
| * Minor code simplificationSimon Hengel2012-10-131-4/+4
| * Remove unused MonadFix constraintSimon Hengel2012-10-131-7/+4