summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Eval.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-2/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+1
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-231-17/+13
* Various performance improvementsKrzysztof Gogolewski2020-06-171-3/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-1/+2
* Refactor homeUnitSylvain Henry2020-06-131-1/+1
* Fix #18071Xavier Denis2020-05-281-26/+53
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-1/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-11/+11
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-16/+17
* Modules (#13009)Sylvain Henry2020-04-181-4/+4
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-141-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-11/+11
* Modules: Types (#13009)Sylvain Henry2020-03-291-11/+11
* Modules: Core (#13009)Sylvain Henry2020-03-161-7/+7
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-111-3/+3
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-021-1/+41
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-8/+0
* Refactor runtime interpreter codeSylvain Henry2020-02-291-28/+33
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-4/+4
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+1
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+1271