summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-0/+10
* Add Javascript backendSylvain Henry2022-11-291-0/+15
* Enforce invariant of `ListBag` constructor.M Farkas-Dyck2022-10-191-18/+37
* Make rewrite rules "win" over inliningwip/T21851-rule-winSimon Peyton Jones2022-10-101-1/+4
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-1/+2
* Clean up some. In particular:M Farkas-Dyck2022-09-171-35/+2
* Fix typosKrzysztof Gogolewski2022-09-141-2/+2
* Isolate some Applicative hidings to GHC.PreludeGeorgi Lyubenov2022-09-081-2/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-1/+1
* Inline mapAccumLMSimon Peyton Jones2022-07-181-0/+5
* Fix several note referencesKrzysztof Gogolewski2022-05-021-2/+2
* Fix some notesMatthew Pickering2022-02-081-1/+1
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-2/+2
* One-shot changes (#20008)Simon Peyton Jones2021-07-021-0/+19
* Try eta expanding FCode (See #18202)Andreas Klebinger2021-02-051-0/+11
* Rename the flattener to become the rewriter.Richard Eisenberg2020-12-011-3/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-0/+7
* Rewrite and move the monad-state hack noteSylvain Henry2020-08-121-0/+172
* Optimize GHC.Utils.Monad.Andreas Klebinger2020-05-301-12/+25
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+215