summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use a relative path for echo in tests/ghci/prog013.Gintautas Miliauskas2014-10-291-1/+1
* Updated stale ghcpkg05.stderr-mingw32.Gintautas Miliauskas2014-10-291-1/+1
* Extra CRs are now filtered out from the source file for :list.Gintautas Miliauskas2014-10-296-1/+23
* Avoid setting -Werror=unused-but-set-variable on Windows.Gintautas Miliauskas2014-10-291-0/+3
* Use snwprintf instead of swprintf in rts/Linker.c.Gintautas Miliauskas2014-10-291-4/+5
* Fix #9236 Error on read from closed handleDavid Feuer2014-10-291-1/+4
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-297-151/+93
* hsc2hs: Update submoduleAustin Seipp2014-10-291-0/+0
* Fixed unused variable warning on mingw32/i686 in rts/Linker.cGintautas Miliauskas2014-10-291-2/+2
* Really fix fft2 regression. #9740David Feuer2014-10-291-14/+20
* Update Haddock submodule for collapsible section supportHerbert Valerio Riedel2014-10-294-5/+5
* Reorder GHC.List; fix performance regressionsDavid Feuer2014-10-291-54/+56
* base: Refactor/clean-up *List modulesDavid Feuer2014-10-286-219/+238
* Make iterateFB inlineableJoachim Breitner2014-10-281-1/+2
* testlib: Get rid of two_normalisersJoachim Breitner2014-10-283-28/+34