summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor the typechecker to use ExpTypes.wip/exp-typesRichard Eisenberg2016-01-26130-1720/+2666
* Fix some substitution InScopeSetsRichard Eisenberg2016-01-265-4/+9
* Construct in_scope set in mkTopTCvSubstBartosz Nitka2016-01-268-16/+23
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-2617-71/+150
* Fix segmentation fault when .prof file not writeableThomas Miedema2016-01-268-11/+29
* Nicer error on +RTS -hc without -rtsopts or -profThomas Miedema2016-01-261-4/+42
* Pass InScopeSet to substTy in lintTyAppBartosz Nitka2016-01-262-8/+25
* Fix three broken tests involving exceptionsSimon Peyton Jones2016-01-263-11/+9
* Update process submodule to 1.4.2.0 releaseHerbert Valerio Riedel2016-01-261-0/+0
* Update transformers submodule to 0.5.1.0 releaseHerbert Valerio Riedel2016-01-261-0/+0
* Minor users-guide markup fixup [skip ci]Herbert Valerio Riedel2016-01-261-2/+2
* Missed plural renaming in user's guideHerbert Valerio Riedel2016-01-261-1/+1
* Fix two cloning-related bugsSimon Peyton Jones2016-01-263-41/+69
* Kill off zipTopTCvSubst in favour of zipOpenTCvSubstSimon Peyton Jones2016-01-267-32/+25
* Add "ticks-exhausted" commentSimon Peyton Jones2016-01-261-0/+7
* White space onlySimon Peyton Jones2016-01-261-2/+2
* Less verbose output for the in-scope setSimon Peyton Jones2016-01-261-1/+4
* Ensure that we don't produce code for pre-ARMv7 without barriersBen Gamari2016-01-254-15/+15
* Implement -Wunrecognised-warning-flagBen Gamari2016-01-259-4/+50
* user-guide: Note order-dependence of flagsBen Gamari2016-01-251-0/+22
* Better document behavior of -Wmissed-specialisationsBen Gamari2016-01-251-1/+2
* Rename -Wmissing-monadfail-instance to plural-formHerbert Valerio Riedel2016-01-258-14/+14
* HscTypes: Fix typo in commentBen Gamari2016-01-251-1/+1
* Comments only: more alternate names for ARM registers [skip ci]Reid Barton2016-01-251-3/+4
* Show error message for unknown symbol on Elf_Rel platformsReid Barton2016-01-251-1/+0
* Fix exprIsHNF (Trac #11248)Simon Peyton Jones2016-01-252-14/+20
* Improve tracing in checkValidInstanceSimon Peyton Jones2016-01-251-1/+5
* Avoid recursive use of immSuperClassesSimon Peyton Jones2016-01-253-11/+10
* Refactor validity checking for type/data instancesSimon Peyton Jones2016-01-254-74/+100
* Special-case implicit params in superclass expansionSimon Peyton Jones2016-01-258-32/+118
* Implement `-Wnoncanonical-monadfail-instances` warningHerbert Valerio Riedel2016-01-248-2/+151
* Add -fwarn-redundant-constrains to test for #9708Thomas Miedema2016-01-242-0/+9
* Remove `replaceDynFlags` from `ContainsDynFlags`Thomas Miedema2016-01-245-19/+14
* Docs: delete section on Hierarchical ModulesThomas Miedema2016-01-242-40/+0
* User's guide: fix singular/plural typo in flagnamesHerbert Valerio Riedel2016-01-241-4/+4
* Add test for #11473Ben Gamari2016-01-232-0/+21
* user-guide: Document -L RTS flagBen Gamari2016-01-231-7/+12
* Don't add ticks around type applications (#11329)Reid Barton2016-01-231-4/+10
* user-guide: Fix typosBen Gamari2016-01-231-2/+2
* user-guide: Reformat warning listsBen Gamari2016-01-231-12/+31
* mkUserGuidePart: Better flag cross-referencingBen Gamari2016-01-239-89/+94
* Remove -Wredundant-superclasses from standard warningsBen Gamari2016-01-233-7/+2
* Give a more verbose error message when desugaring a HsTypeOutReid Barton2016-01-231-1/+5
* Small doc fixAdam Sandberg Eriksson2016-01-231-7/+7
* Remove unused IND_PERMJoachim Breitner2016-01-2319-115/+39
* Add test for Trac #11056RyanGlScott2016-01-232-0/+15
* rts: Disable tick timer unless really neededBen Gamari2016-01-221-3/+8
* Do not count void arguments when considering a function for loopification.Jonas Scholl2016-01-222-17/+46
* Fix a formatting error in the user's guideEric Seidel2016-01-221-1/+1
* Mark some ghci tests as req_interpReid Barton2016-01-221-3/+3