summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* API Annotations documentation update, parsing issue, add example testwip/api-annot-tweaks-7.10Alan Zimmerman2015-01-2316-38/+320
* API Annotations tweaks.Alan Zimmerman2015-01-2363-1035/+1638
* Correct typos in comments to mkDataConSimon Peyton Jones2015-01-231-2/+2
* More comments on HsBangSimon Peyton Jones2015-01-235-36/+58
* Return a [HsImplBang] from dataConImplBangs even with NoDataConRepSimon Peyton Jones2015-01-231-3/+4
* Improve HsBangSimon Peyton Jones2015-01-2314-89/+118
* Respect package visibility when deciding wired in packages.Edward Z. Yang2015-01-231-37/+47
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-191-0/+4
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-191-0/+23
* Make AutoDeriveTypeable work for associated datatypes (fix #9999)Jose Pedro Magalhaes2015-01-191-4/+9
* Dwarf generation fixed pt 2Peter Wortmann2015-01-194-16/+29
* Don't hardcode the name "ghc" in versionedAppDirEdsko de Vries2015-01-193-8/+7
* Package environmentsEdsko de Vries2015-01-194-13/+148
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-198-118/+177
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-191-2/+13
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-192-2/+11
* add -th-file which generates a th.hs fileGreg Weber2015-01-197-31/+138
* Fix a terrible bug in the canonicaliser which led to an infinite loopSimon Peyton Jones2015-01-161-17/+33
* Repsect the package name when checking for self-importSimon Peyton Jones2015-01-161-1/+9
* Fix #9243 so recompilation avoidance works with -fno-codeEdward Z. Yang2015-01-093-6/+57
* Don't do a half-hearted recompilation check in compileOneEdward Z. Yang2015-01-091-1/+1
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2015-01-093-6/+8
* Fix system linker on Mac OS XPeter Trommler2015-01-092-7/+24
* Fix linker interaction between Template Haskell and HPC (#9762)Reid Barton2014-12-271-1/+1
* Test earlier for self-import (Trac #9032)Simon Peyton Jones2014-12-271-3/+11
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-232-4/+3
* Fix panic on :kind _ in GHCi (Trac #9879)Thomas Winant2014-12-231-2/+6
* Rename NamedWildcards flag to NamedWildCardsThomas Winant2014-12-232-3/+3
* dwarf: sync getIdFromTrivialExpr with exprIsTrivial (test break028 and others)Sergei Trofimovich2014-12-231-0/+1
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-222-57/+63
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-204-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
* Optimize flattener by trying to reduce a TF before reducing its args.Richard Eisenberg2014-12-191-14/+33
* Consider equality contexts exotic, uninferrable by "deriving"Richard Eisenberg2014-12-191-3/+1
* Some Dwarf generation fixesPeter Wortmann2014-12-183-8/+25
* Fix wrong-kind-of-family error message (Trac #9896)Simon Peyton Jones2014-12-181-2/+2
* Amend TcPluginM interfaceAdam Gundry2014-12-183-15/+39
* Add a provenance field to universal coercions.Iavor S. Diatchki2014-12-1710-45/+53
* Typo in noteGabor Greif2014-12-171-1/+1
* Typos in commentsGabor Greif2014-12-174-4/+4
* Performance enhancements in TcFlatten.Richard Eisenberg2014-12-172-10/+76
* Fix egregious bug in the new canonicalisation code for AppTySimon Peyton Jones2014-12-171-5/+7
* Improve TidyPgm.hasCafRefs to account for Integer literals (Trac #8525)Simon Peyton Jones2014-12-173-54/+73
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-1711-73/+113
* 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-173-21/+38
* Role problems pervent GND from happeningGabor Greif2014-12-171-1/+5
* Typos in commentsGabor Greif2014-12-171-1/+1