summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-171-0/+5
* Minor doc fixesKrzysztof Gogolewski2021-09-081-2/+2
* Fix GHCi completion (#20101)Zubin Duggal2021-08-041-13/+20
* Remove hschooks.c and -no-hs-main for ghc-binZubin Duggal2021-08-034-104/+2
* ghc: Introduce --run modeBen Gamari2021-08-021-3/+22
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-232-2/+6
* Avoid unsafePerformIO for getProgNameSylvain Henry2021-07-091-4/+6
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-071-13/+14
* Unify primary and secondary GHCi promptEmily Martins2021-07-011-1/+1
* Dynflags: introduce DiagOptsSylvain Henry2021-07-012-2/+4
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-081-24/+18
* Make Logger independent of DynFlagsSylvain Henry2021-06-073-28/+34
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-291-0/+4
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-232-4/+6
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-191-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-122-2/+2
* Fully remove HsVersions.hSylvain Henry2021-05-122-9/+6
* Remove duplicate modules in GHCi %s promptPhilipp Dargel2021-05-031-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-6/+6
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-6/+34
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-181-2/+6
* Don't produce platformConstants fileSylvain Henry2021-04-101-4/+0
* Don't tidy type in pprTypeForUserMatthew Pickering2021-04-091-7/+8
* Move HPT in UnitEnvSylvain Henry2021-04-011-2/+2
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-292-6/+6
* Add UnitId to Target recordFendor2021-03-283-15/+15
* Bump Win32 to 2.13.0.0GHC GitLab CI2021-03-261-1/+1
* Refactor FinderCacheSylvain Henry2021-03-262-4/+12
* Refactor NameCacheSylvain Henry2021-03-261-1/+4
* Move loader state into InterpSylvain Henry2021-03-232-20/+20
* GHC Exactprint main commitAlan Zimmerman2021-03-202-18/+20
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-102-38/+91
* Use GHC2021 as default languageJoachim Breitner2021-03-101-4/+4
* Introduce GHC2021 languageJoachim Breitner2021-03-101-4/+4
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-2/+2
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-1/+1
* Add a flag to dump the FastString tableSylvain Henry2021-03-031-1/+8
* Minor simplification for leak indicatorsSylvain Henry2021-03-031-15/+18
* GHCi: Always show fixityLeif Metcalf2021-02-221-10/+20
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-181-2/+16
* Drop GHC_LOADED_IN_GHCIBen Gamari2021-02-141-13/+0
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-131-2/+11
* Refactor LoggerSylvain Henry2021-02-133-25/+34
* Fix typosBrian Wignall2021-02-061-1/+1
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-301-5/+6
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-292-2/+2
* Add additional context to :doc output (#19055)Aaron Allen2021-01-271-9/+58
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-092-0/+2
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-072-2/+18