summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Eval.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-26/+37
* Detect family instance orphans correctlySimon Peyton Jones2023-01-271-2/+1
* Store dehydrated data structures in CgModBreaksMatthew Pickering2023-01-261-2/+10
* Make GHC.Driver.Main.hscTcRnLookupRdrName to return NonEmptyBodigrim2022-12-201-1/+2
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-5/+9
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-1/+1
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+0
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-6/+6
* Fix typosEric Lindblad2022-09-141-2/+2
* 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