summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-2679-809/+820
* | Treat out-of-scope variables as holesSimon Peyton Jones2015-06-2613-196/+314
* | Get rid of irrelevant impredicative polymoprhismSimon Peyton Jones2015-06-264-5/+5
* | Get rid of irrlevant result type signatureSimon Peyton Jones2015-06-261-1/+1
* | Add module header to testSimon Peyton Jones2015-06-261-0/+1
* | Don't float out alpha[sig] ~ IntSimon Peyton Jones2015-06-261-16/+29
* | Fix addDataConStrictnessSimon Peyton Jones2015-06-261-11/+14
* | Minor fix to free-vars in RnTypesSimon Peyton Jones2015-06-261-2/+6
* | Allow recursive unwrapping of data familiesSimon Peyton Jones2015-06-264-43/+68
* | Use a Representaional coercion for data familiesSimon Peyton Jones2015-06-2612-40/+69
* | Improve pretty-printing for CoPatSimon Peyton Jones2015-06-261-3/+12
* | White space onlySimon Peyton Jones2015-06-261-1/+1
* | Comments onlyReid Barton2015-06-251-0/+4
* | Be aware of overlapping global STG registers in CmmSink (#10521)Reid Barton2015-06-2511-27/+118
* | Test Trac #10562Simon Peyton Jones2015-06-252-0/+15
* | Improve kind-checking for 'deriving' clausesSimon Peyton Jones2015-06-257-27/+63
* | driver: pass '-fPIC' option to all CC invocationsSergei Trofimovich2015-06-241-1/+3
* | Clean outdated ext-core references in comments.Sergei Trofimovich2015-06-242-2/+1
* | Drop prefix from package keys.Edward Z. Yang2015-06-2410-18/+33
* | Build system: delete unused variables in config.mk.inThomas Miedema2015-06-241-14/+0
* | Make $1 in $1_$2_$3_FOO actually be directory.Edward Z. Yang2015-06-234-10/+12
* | powerpc: add basic support for PLT relocations (#10402)Sergei Trofimovich2015-06-231-0/+15
* | Further elaborate Trac #10403 testSimon Peyton Jones2015-06-232-38/+44
* | Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-223-5/+5
* | Fix #10551 by using LIB_NAMES.Edward Z. Yang2015-06-222-6/+1
* | Use -package-id to specify libraries on command line.Edward Z. Yang2015-06-222-12/+12
* | Check KnownSymbol => Typeable deductionGabor Greif2015-06-221-2/+4
* | Documentation: add section on .haskeline file (#2531)Thomas Miedema2015-06-221-1/+20
* | Add parsePattern parser entry pointAlan Zimmerman2015-06-211-1/+3
* | Change `Typeable` instance for type-lis to use the Known* classes.Iavor S. Diatchki2015-06-218-31/+72
* | Build system: unset HADDOCK when haddock is not foundThomas Miedema2015-06-211-2/+2
* | Remove duplicate test.Edward Z. Yang2015-06-202-8/+0
* | Fix all.T for T8131/T8131b.Edward Z. Yang2015-06-201-1/+2
* | Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-2032-177/+351
* | Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-206-5/+16
|/
* Updated output for test ghci024Sergei Trofimovich2015-06-201-1/+2
* Recognise 'hardhloat' as a valid vendor in a host tupleSergei Trofimovich2015-06-201-0/+3
* Fix a couple of tests for GHCi/-O* (Trac #10052)Sergei Trofimovich2015-06-204-3/+7
* Amend tcrun037 after Trac #7854 fixSergei Trofimovich2015-06-201-1/+1
* Amend tcrun024, tcrun025 after Trac #7854 fixSergei Trofimovich2015-06-202-2/+2
* should_run/allocLimit4: disable ghci waySergei Trofimovich2015-06-192-2/+5
* docs: Unbreak the PS/PDF builds for the User's Guide (#10509)Gabor Pali2015-06-191-1/+1
* testsuite: mark T4945 as expect_brokenAustin Seipp2015-06-191-1/+1
* Spelling in commentsGabor Greif2015-06-192-2/+2
* Elaborate test for Trac #10403Simon Peyton Jones2015-06-182-21/+42
* Test Trac #10503Simon Peyton Jones2015-06-183-0/+26
* Parser: commas_tup_tail duplicate SrcSpan on "Missing" valueAlan Zimmerman2015-06-183-14/+6
* Trac #4945 is working againSimon Peyton Jones2015-06-181-1/+1
* Refactor filterAlts into two partsSimon Peyton Jones2015-06-182-176/+177
* Comments plus tiny refactoringSimon Peyton Jones2015-06-181-2/+6