summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support pattern synonyms in GHCi (fixes #9900)wip/T9900Dr. ERDI Gergo2014-12-238-5/+27
* Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macroghc-7.10.1-rc1Herbert Valerio Riedel2014-12-221-1/+1
* Bump version to 7.10.0Austin Seipp2014-12-221-1/+1
* Comments onlySimon Peyton Jones2014-12-221-1/+5
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-226-58/+100
* Update containers submodule to 0.5.6.2 releaseHerbert Valerio Riedel2014-12-222-2/+2
* Update pretty and random submodulesHerbert Valerio Riedel2014-12-223-2/+3
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-224-2/+19
* Add expected output to T9915 testDr. ERDI Gergo2014-12-212-0/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-213-19/+38
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-205-11/+18
* add runMeta hookLuite Stegeman2014-12-203-60/+114
* Use a new $b prefix for pattern synonym builder names, instead of re-using $W...Dr. ERDI Gergo2014-12-203-9/+14
* Change performance numbers for T3064Richard Eisenberg2014-12-191-1/+2
* Optimize flattener by trying to reduce a TF before reducing its args.Richard Eisenberg2014-12-192-19/+42
* Improved Backpack IR description. [skip ci]Edward Z. Yang2014-12-192-42/+164
* Update hoopl submodule to 3.10.0.2 rlsHerbert Valerio Riedel2014-12-191-0/+0
* Update Cabal submodule to latest 1.22 branch tipHerbert Valerio Riedel2014-12-191-0/+0
* Update directory submodule to latest snapshotHerbert Valerio Riedel2014-12-191-0/+0
* Update Cabal submodule to latest 1.22 branch tipHerbert Valerio Riedel2014-12-191-0/+0
* Add instance Lift NaturalRichard Eisenberg2014-12-192-0/+9
* Add Jan Stolarek's test for Trac #9872Simon Peyton Jones2014-12-192-0/+157
* Update release notes for recent language and TH changes.Richard Eisenberg2014-12-191-1/+40
* Clarify that declaration splices exist at top level only. (#9880)Richard Eisenberg2014-12-191-2/+4
* Merge some instances from th-orphans.Richard Eisenberg2014-12-194-6/+130
* Consider equality contexts exotic, uninferrable by "deriving"Richard Eisenberg2014-12-195-4/+7
* Add Data.Version.makeVersion & `IsList Version`Herbert Valerio Riedel2014-12-194-3/+27
* Relocate bash completion scripts to utils/Jan Stolarek2014-12-192-0/+0
* Update process and unix submodulesHerbert Valerio Riedel2014-12-192-0/+0
* Some Dwarf generation fixesPeter Wortmann2014-12-183-8/+25
* Update Cabal submodule to 1.22 versionHerbert Valerio Riedel2014-12-185-5/+4
* Update `bytestring` submoduleHerbert Valerio Riedel2014-12-182-1/+1
* Fix wrong-kind-of-family error message (Trac #9896)Simon Peyton Jones2014-12-186-8/+22
* Amend TcPluginM interfaceAdam Gundry2014-12-183-15/+39
* Update Haddock submoduleMateusz Kowalczyk2014-12-181-0/+0
* Add a provenance field to universal coercions.Iavor S. Diatchki2014-12-1710-45/+53
* Minor typo in commentGabor Greif2014-12-171-1/+1
* Typo in noteGabor Greif2014-12-171-1/+1
* Typos in commentsGabor Greif2014-12-174-4/+4
* Performance enhancements in TcFlatten.Richard Eisenberg2014-12-173-15/+87
* Wibble error messageSimon Peyton Jones2014-12-171-1/+1
* Fix egregious bug in the new canonicalisation code for AppTySimon Peyton Jones2014-12-173-5/+25
* Comment in testSimon Peyton Jones2014-12-171-0/+10
* Improve TidyPgm.hasCafRefs to account for Integer literals (Trac #8525)Simon Peyton Jones2014-12-174-56/+74
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-1712-76/+117
* Use the new LintFlags to suppress Lint warnings for INLINE loop breakersSimon Peyton Jones2014-12-171-10/+26
* Improve an ASSERTSimon Peyton Jones2014-12-171-1/+1
* Fix the scope-nesting for arrowsSimon Peyton Jones2014-12-176-28/+45
* Role problems pervent GND from happeningGabor Greif2014-12-171-1/+5
* Typos in commentsGabor Greif2014-12-172-3/+3