summaryrefslogtreecommitdiff
path: root/compiler/simplCore/CoreMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce putLogMsgBen Gamari2017-03-151-2/+1
* Remove `runs` function which already exists in baseÖmer Sinan Ağacan2017-03-121-2/+1
* Use better map operations in CoreMonadDavid Feuer2017-02-071-9/+4
* Ditch static flagsSylvain Henry2017-02-021-6/+6
* Join pointsLuke Maurer2017-02-011-0/+2
* Typos in comments [ci skip]Gabor Greif2017-01-251-1/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-8/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+8
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-8/+0
* Make globals use sharedCAFMoritz Angermann2016-12-111-70/+5
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-5/+70
* Make globals use sharedCAFMoritz Angermann2016-11-291-70/+5
* Comments and trivial refactoringSimon Peyton Jones2016-10-211-16/+0
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-0/+1
* CoreMonad: Update error msg function docsÖmer Sinan Ağacan2016-06-161-4/+4
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-4/+6
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-32/+32
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-011-9/+5
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-4/+3
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+0
* Some improvements on CoreToDos passed to pluginsÖmer Sinan Ağacan2015-11-291-1/+1
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-6/+5
* Implement lookupGlobal in TcEnv, and use itSimon Peyton Jones2015-08-261-5/+4
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-051-20/+46
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-1/+8
* Move declaration of Rulebase from Rules to CoreSynSimon Peyton Jones2015-03-171-1/+0
* Make Core Lint check for locally-bound GlobalIdsSimon Peyton Jones2014-12-151-205/+0
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+1085