summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into wip/GenericsMetaDatawip/GenericsMetaDataJose Pedro Magalhaes2014-11-0417-97/+412
|\
| * Update doctest example style in `Data.Bool`Michael Orlitzky2014-10-311-20/+20
| * Add changelog entry for recent Unicode 7.0 updateHerbert Valerio Riedel2014-10-311-0/+2
| * Clean-up `Data.Fixed`Herbert Valerio Riedel2014-10-311-17/+8
| * Update Haddock submoduleHerbert Valerio Riedel2014-10-311-0/+0
| * Add doctest examples for Data.CharMichael Orlitzky2014-10-311-13/+328
| * Fix comment typosJan Stolarek2014-10-312-3/+3
| * Drop deprecated `OverlappingInstances` from baseHerbert Valerio Riedel2014-10-313-32/+17
| * Updated testsuite/.gitignore to exclude some test artifacts on Windows.Gintautas Miliauskas2014-10-301-1/+3
| * Fixed missing trailing newline bug in pretty printerMateusz Lenik2014-10-304-0/+10
| * Add notes on change to hGetContents semanticsDavid Feuer2014-10-301-6/+16
| * Fix test driver python3 compatibility issuesMateusz Lenik2014-10-301-5/+5
* | Update test outputJose Pedro Magalhaes2014-11-043-235/+187
* | Remove some left-over stuffJose Pedro Magalhaes2014-11-043-36/+18
* | Merge branch 'wip/new-flatten-skolems-Oct14' into wip/GenericsMetaDataJose Pedro Magalhaes2014-11-03546-15879/+19198
|\ \
| * | Simon's major commit to re-engineer the constraint solverwip/new-flatten-skolems-Oct14Simon Peyton Jones2014-11-0313-2218/+2842
| * | Compiler performance is much worse in for loopy givensSimon Peyton Jones2014-11-032-6/+38
| * | Make this test a bit simplerSimon Peyton Jones2014-10-312-11/+2
| * | Add flattening-notesSimon Peyton Jones2014-10-311-0/+49
| * | Testsuite error message changesSimon Peyton Jones2014-10-31120-1063/+1331
| * | Comments onlySimon Peyton Jones2014-10-311-1/+2
| * | Fix the superclass-cycle detection code (Trac #9739)Simon Peyton Jones2014-10-314-27/+34
| * | Test Trac #9739Simon Peyton Jones2014-10-313-0/+17
| * | Add comments explaining ProbOneShotSimon Peyton Jones2014-10-314-44/+79
| * | Test Trac #9747Simon Peyton Jones2014-10-312-0/+40
| * | Improve error message for a handwritten Typeable instanceSimon Peyton Jones2014-10-315-18/+35
| * | Test Trac #9708Simon Peyton Jones2014-10-313-0/+28
| * | Test Trac #9211Simon Peyton Jones2014-10-312-0/+11
| * | Define ctEvLoc and ctEvCoercion, and use themSimon Peyton Jones2014-10-312-5/+15
| * | Minor refactoring (no change in functionality)Simon Peyton Jones2014-10-311-3/+3
| * | Don't filter out allegedly-irrelevant bindings with -dppr-debugSimon Peyton Jones2014-10-311-1/+3
| * | Only report "could not deduce s~t from ..." for givens that include equalitiesSimon Peyton Jones2014-10-311-6/+8
| * | When reporting the context of given constraints, stop when you find oneSimon Peyton Jones2014-10-311-6/+17
| * | Typechecker debug tracing onlySimon Peyton Jones2014-10-314-32/+39
| * | Normalise the type of an inferred let-bindingSimon Peyton Jones2014-10-312-12/+21
| * | Get the Untouchables level right in simplifyInferSimon Peyton Jones2014-10-315-126/+179
| * | Refactor the treatment of lexically-scoped type variables for instance declar...Simon Peyton Jones2014-10-314-21/+28
| * | Refactor skolemising, and newClsInstSimon Peyton Jones2014-10-315-103/+117
| * | Rename setRole_maybe to downgradeRole_maybeSimon Peyton Jones2014-10-311-18/+18
| * | Simplify the API for tcInstTyVars, and make it more consistent with other sim...Simon Peyton Jones2014-10-315-31/+33
| * | Fix reduceTyFamApp_maybeSimon Peyton Jones2014-10-311-12/+34
| * | White space onlySimon Peyton Jones2014-10-315-52/+60
| * | Add the unfolding and inline-pragma for DFuns in DsBinds, not TcInstDclsSimon Peyton Jones2014-10-312-23/+28
| * | Simplify the generation of superclass constraints in tcInstDecl2Simon Peyton Jones2014-10-311-9/+10
| * | Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-10-3113-117/+157
| * | Improve pretty-printing of type variablesSimon Peyton Jones2014-10-311-10/+10
| * | Tidy up pretty-printing of SrcLoc and SrcSpanSimon Peyton Jones2014-10-311-46/+55
| |/
| * Comments onlyJan Stolarek2014-10-301-1/+1
| * Added mingw32-specific expected stdout files for tests/driver/sigof{01,02,03}Gintautas Miliauskas2014-10-293-0/+24
| * Add __GLASGOW_HASKELL_TH__=YES/NO to CPP definitionsJoachim Breitner2014-10-292-0/+21