summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Eval.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-041-3/+3
* Fix several note references, part 2Krzysztof Gogolewski2022-05-051-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-20/+11
* Kill derived constraintsRichard Eisenberg2022-02-231-10/+12
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-2/+2
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-1/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-1/+1
* RTTI: Substitute the [rk] skolems into kindsMatthew Pickering2022-01-111-5/+6
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-2/+2
* Multiple Home UnitsMatthew Pickering2021-12-281-4/+4
* InteractiveContext: Smarter caching when rebuilding the ic_rn_gbl_envJoachim Breitner2021-10-191-12/+14
* Move BreakInfo into own moduleJoachim Breitner2021-10-141-0/+1
* Improve overlap error for polykinded constraintssheaf2021-10-061-3/+1
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-3/+2
* Driver Rework PatchMatthew Pickering2021-06-031-2/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+1
* Interpreter: replace DynFlags with EvalOpts/BCOOptsSylvain Henry2021-04-301-6/+11
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-2/+3
* Add compiler linting to CIHécate2021-03-251-1/+0
* Move loader state into InterpSylvain Henry2021-03-231-31/+42
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-6/+7
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-2/+19
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-3/+3
* Refactor LoggerSylvain Henry2021-02-131-2/+4
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-1/+3
* Refactor renamer datastructuresAdam Gundry2020-12-241-1/+1
* Parser: move parser utils into their own moduleSylvain Henry2020-12-111-58/+0
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-3/+1
* Linker: reorganize linker related codeSylvain Henry2020-11-031-13/+14
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-10/+11
* Split GHC.Driver.TypesSylvain Henry2020-10-291-26/+42
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-1/+1
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-1/+1
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-9/+9
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-41/+1
* 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