summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-4/+7
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-144-57/+60
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-111-5/+15
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* Bump time submodule to 1.11.1Ben Gamari2020-11-221-1/+1
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-212-17/+6
* ghc-bin: Build with eventlogging by defaultBen Gamari2020-11-151-0/+2
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-1/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+4
* Linker: reorganize linker related codeSylvain Henry2020-11-032-5/+5
* Split GHC.Driver.TypesSylvain Henry2020-10-294-42/+56
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-2/+2
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-5/+5
* Move File Target parser to library #18596Fendor2020-10-091-70/+2
* Expose RTS-only ways (#18651)Sylvain Henry2020-10-091-2/+2
* Bump Cabal, hsc2hs, directory, process submodulesBen Gamari2020-09-301-1/+1
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-2/+3
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-7/+10
* Remove the list of loaded modules from the ghci promptHécate2020-09-231-2/+2
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-194-1/+6
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-171-1/+1
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-162-6/+6
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-8/+6
* DynFlags: disentangle OutputableSylvain Henry2020-08-126-10/+16
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-4/+4
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Simplify XRec definitionZubin Duggal2020-07-252-1/+6
* Replace HscTarget with BackendSylvain Henry2020-07-221-19/+17
* Enable BangPatterns, ScopedTypeVariables for ghc and hadrian by default.Andreas Klebinger2020-07-221-1/+2