summaryrefslogtreecommitdiff
path: root/compiler/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-081-5/+5
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-10/+13
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-28/+38
* Driver Rework PatchMatthew Pickering2021-06-031-42/+5
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-6/+4
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-10/+11
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-5/+2
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-10/+13
* Read constants header instead of global platformConstantsSylvain Henry2021-04-101-9/+14
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-2/+1
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-6/+6
* Move the EPS into UnitEnvSylvain Henry2021-04-011-0/+2
* Move HPT in UnitEnvSylvain Henry2021-04-011-4/+7
* Move unit DBs in UnitEnvSylvain Henry2021-04-011-7/+9
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-1/+1
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-3/+5
* Add UnitId to Target recordFendor2021-03-281-11/+21
* Refactor FinderCacheSylvain Henry2021-03-261-6/+13
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-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