summaryrefslogtreecommitdiff
path: root/compiler/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-291-1/+1
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-291-1/+1
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-291-8/+4
* Move loader state into InterpSylvain Henry2021-03-231-5/+8
* GHC Exactprint main commitAlan Zimmerman2021-03-201-4/+1
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-1/+2
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-3/+4
* Move Hooks into HscEnvSylvain Henry2021-02-221-1/+1
* Refactor LoggerSylvain Henry2021-02-131-41/+48
* Fix typosBrian Wignall2021-02-061-1/+1
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-1/+1
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-1/+1
* Make PatSyn immutableSimon Peyton Jones2021-01-291-1/+1
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-1/+1
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-1/+2
* Refactor renamer datastructuresAdam Gundry2020-12-241-1/+1
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-21/+34
* Parser: move parser utils into their own moduleSylvain Henry2020-12-111-0/+13
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-1/+19
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-1/+1
* Linker: reorganize linker related codeSylvain Henry2020-11-031-6/+0
* Split GHC.Driver.TypesSylvain Henry2020-10-291-47/+85
* Move File Target parser to library #18596Fendor2020-10-091-2/+86
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-13/+11
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-12/+9
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-5/+6
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-11/+16
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* ApiAnnotations; tweaks for ghc-exactprint updateAlan Zimmerman2020-08-071-2/+2
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-3/+3
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-3/+4
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-5/+7
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-2/+2
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-1/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-1/+1
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-10/+12
* DynFlags: add UnitConfig datatypeSylvain Henry2020-06-131-2/+4
* Rename Package into UnitSylvain Henry2020-06-131-4/+4
* Refactor homeUnitSylvain Henry2020-06-131-1/+1
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-1/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-151-1/+1
* Don't reload environment files on every setSessionDynFlagsArtem Pelenitsyn2020-05-131-3/+6
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-5/+5
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1
* Refactor PprDebug handlingSylvain Henry2020-05-011-1/+1