summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsForeign.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-3/+3
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-1/+1
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-1/+1
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-2/+1
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+2
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-3/+6
* Rename literal constructorsSylvain Henry2018-11-221-3/+3
* Coercion Quantificationningning2018-09-151-1/+1
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-2/+3
* Change how includes for input file directory worksTamar Christina2018-02-191-1/+2
* Fix panic for `ByteArray#` arguments in CApiFFI foreign importsHerbert Valerio Riedel2017-10-161-0/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix #13807 - foreign import nondeterminismBartosz Nitka2017-06-121-8/+5
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+6
* Update levity polymorphismRichard Eisenberg2017-01-191-6/+5
* Split mkInlineUnfolding into two functionsDavid Feuer2017-01-171-1/+2
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-151-19/+9
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-1/+7
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-12/+12
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-29/+23
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-3/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-5/+10
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* API Annotations tweaks.Alan Zimmerman2015-01-161-1/+1
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-0/+812