summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Never tick primitive string literalsBen Gamari2017-07-211-0/+5
* Introduce -fcatch-bottomsBen Gamari2017-07-201-0/+1
* Spelling fixesGabor Greif2017-07-201-1/+1
* Use lengthIs and friends in more placesRyan Scott2017-06-021-4/+4
* Make let and app consistent in exprIsCheapXSimon Peyton Jones2017-04-121-18/+30
* Fix name of NoteBen Gamari2017-04-061-1/+1
* Shortcut a test in exprIsOkDavid Feuer2017-03-141-2/+2
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Typos [ci skip]Gabor Greif2017-02-151-2/+2
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Another improvement to SetLevelsSimon Peyton Jones2017-02-071-3/+4
* Join pointsLuke Maurer2017-02-011-1/+18
* Typos in note header and testGabor Greif2017-02-011-1/+1
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-231-4/+2
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-0/+12
* Fix a nasty bug in exprIsExpandableSimon Peyton Jones2017-01-201-130/+140
* Update levity polymorphismRichard Eisenberg2017-01-191-1/+41
* Typos in comments only [ci skip]Gabor Greif2017-01-181-1/+1
* Refine exprOkForSpeculationSimon Peyton Jones2017-01-161-29/+46
* Revert "Record evaluated-ness on workers and wrappers"Matthew Pickering2017-01-151-2/+4
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-131-14/+11
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-131-4/+2
* Typos in manual, comments and testsGabor Greif2017-01-121-1/+1
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-061-11/+14
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-061-14/+11
* Typos in commentsGabor Greif2016-12-161-1/+1
* Typos in comments, notes and manualGabor Greif2016-11-151-1/+1
* Comments and equation ordering onlySimon Peyton Jones2016-10-121-1/+1
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-0/+1
* Stop the simplifier from removing StaticPtr binds.Facundo Domínguez2016-06-281-1/+27
* More typos in comments [skip ci]Gabor Greif2016-06-221-2/+2
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-151-1/+1
* Fix #12076 by inlining trivial expressions in CorePrep.Edward Z. Yang2016-06-081-4/+21
* Build a correct substitution in dataConInstPatBartosz Nitka2016-04-201-3/+3
* Fix a comment: triple -> tupleBartosz Nitka2016-04-081-1/+1
* Typo in Note nameJoachim Breitner2016-03-291-2/+2
* Improve piResultTys and friendsSimon Peyton Jones2016-02-181-3/+3
* (Another) minor refactoring of substitutionsSimon Peyton Jones2016-02-181-1/+1
* Add asserts to other substitution functionsBartosz Nitka2016-01-301-1/+1
* Rename "open" subst functionsBartosz Nitka2016-01-271-1/+1
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-2/+2
* Fix exprIsHNF (Trac #11248)Simon Peyton Jones2016-01-251-14/+17
* Oops. Add missing close-commentSimon Peyton Jones2016-01-201-0/+2
* Fix combineIdenticalAltsSimon Peyton Jones2016-01-201-17/+48
* Check InScopeSet in substTy and provide substTyUncheckedBartosz Nitka2016-01-191-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-9/+9
* Improve exprIsBottomSimon Peyton Jones2015-12-311-0/+2
* Fix #11287.Richard Eisenberg2015-12-261-1/+1
* Random typo fixesHerbert Valerio Riedel2015-12-171-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-34/+38