summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update submodule stm + randomThomas Miedema2016-01-202-0/+0
* Add test T9407 (Windows)Rik Steenkamp2016-01-203-0/+61
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-2016-248/+255
* Use (&&) instead of `if` in Ix derivationBen Gamari2016-01-203-5/+20
* Oops. Add missing close-commentSimon Peyton Jones2016-01-201-0/+2
* Fix combineIdenticalAltsSimon Peyton Jones2016-01-204-17/+91
* T11266: Improve the test by adding more of the other problematic modulesÖmer Sinan Ağacan2016-01-191-1/+3
* Fix IfaceType generation for TyCons without TyVarsÖmer Sinan Ağacan2016-01-193-1/+10
* Re-export ghc-boot:GHC.Serialized as SerializedSimon Marlow2016-01-191-0/+7
* Check InScopeSet in substTy and provide substTyUncheckedBartosz Nitka2016-01-1920-51/+128
* Typos in commentsGabor Greif2016-01-193-3/+3
* users-guide: Begin documenting --frontendBen Gamari2016-01-193-3/+17
* user-guide: Delete errant fragmentBen Gamari2016-01-191-2/+0
* Hide derived OccNames from userBen Gamari2016-01-196-4/+18
* ghci: Kill global macros listBen Gamari2016-01-192-37/+41
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-1924-179/+189
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-18165-2930/+2887
* Fixes to "make clean" for the iserv dirSimon Marlow2016-01-182-2/+22
* Typo in commentSimon Peyton Jones2016-01-181-1/+1
* Test Trac #11379Simon Peyton Jones2016-01-182-0/+37
* Implement scoped type variables in pattern synonymsSimon Peyton Jones2016-01-1811-51/+120
* Add Trac #11427 to Note [Recursive superclasses]Simon Peyton Jones2016-01-181-1/+1
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-1838-184/+288
* Improve debug printing/warningsSimon Peyton Jones2016-01-183-3/+9
* White space onlySimon Peyton Jones2016-01-181-9/+6
* Fix typecheck of default associated type declsSimon Peyton Jones2016-01-185-20/+87
* Layout onlySimon Peyton Jones2016-01-181-1/+2
* Simplify API to tcMatchTysSimon Peyton Jones2016-01-188-58/+49
* un-wire-in error, undefined, CallStack, and IPEric Seidel2016-01-1815-160/+52
* validate: Use gz compression during bindist checkBen Gamari2016-01-182-3/+7
* Add testcase for #11414Ben Gamari2016-01-172-0/+5
* Show TYPE 'Lifted/TYPE 'Unlifted as */# in Show TypeRep instanceRyanGlScott2016-01-174-2/+20
* Complete operators properlyArthur Fayzrakhmanov (Артур Файзрахманов)2016-01-1730-21/+697
* users-guide: Clean manpage build artifacts and fix usage of clean-targetBen Gamari2016-01-172-1/+3
* rts/posix: Fail with HEAPOVERFLOW when out of memory during mmapBen Gamari2016-01-171-1/+1
* Add missing T11408.hsSimon Peyton Jones2016-01-161-0/+23
* Fix a number of subtle solver bugsSimon Peyton Jones2016-01-168-191/+304
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-1633-92/+285
* Fix some typosRik Steenkamp2016-01-168-13/+12
* Fix #11405.Richard Eisenberg2016-01-1512-18/+147
* Fix typo in error message (#11409)Richard Eisenberg2016-01-152-9/+9
* Tiny refactoring in TcUnifyRichard Eisenberg2016-01-151-9/+6
* Fix #11404Richard Eisenberg2016-01-152-30/+39
* Constrained types have kind * in validity check.Richard Eisenberg2016-01-153-1/+17
* Fix #11254.Richard Eisenberg2016-01-153-52/+88
* Clarify topological sorting of spec vars in manualRichard Eisenberg2016-01-151-0/+9
* Fix #11311Richard Eisenberg2016-01-156-2/+27
* Fix #10872.Richard Eisenberg2016-01-152-33/+32
* Test #11252 in ghci/scripts/T11252Richard Eisenberg2016-01-153-0/+5
* Fix #11355.Richard Eisenberg2016-01-154-1/+22