summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-0/+1
* Refactor, document, and optimize LLVM configuration loadingBen Gamari2019-10-071-1/+1
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-1/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-2/+2
* expose ModuleInfo.minf_rdr_env for tooling authorsSam Halliday2019-08-181-0/+4
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Add GHCi :instances commandXavier Denis2019-06-041-0/+2
* Simplify monadic codeKrzysztof Gogolewski2019-03-191-8/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-8/+8
* Make a smart mkAppTyMSimon Peyton Jones2019-02-141-1/+1
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-2/+2
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-2/+8
* Fix unused-import warningsDavid Eichmann2018-11-221-2/+0
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-121-3/+12
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-071-10/+3
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-211-5/+13
* Avoid redundant invocation of 'findTopDir'Michael Sloan2018-07-201-2/+4
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+3
* Extract hard-coded LLVM opt flags into a fileKavon Farvardin2018-05-301-2/+2
* Simplify -ddump-json implementationMatthew Pickering2018-05-131-5/+3
* Haddock needs to pass visible modules for instance filteringAlec Theriault2018-01-261-4/+7
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-4/+7
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-2/+2
* Remove redundant/obsolete CPP usageHerbert Valerio Riedel2017-09-191-2/+0
* Clean up opt and llcMoritz Angermann2017-09-061-1/+2
* Remember the AvailInfo for each IEalexbiehl2017-09-051-1/+1
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-4/+8
* Fix -fno-code for modules that use -XQuasiQuotesDouglas Wilson2017-07-031-10/+1
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-9/+14
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-14/+9
* Add mapMG to allow making ModuleGraph abstractBartosz Nitka2017-06-141-2/+3
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-121-3/+4
* Improve getNameToInstancesIndexDouglas Wilson2017-06-121-8/+10
* Add tcRnGetNameToInstancesIndexDouglas Wilson2017-06-081-0/+41
* Refactor temp files cleanupDouglas Wilson2017-06-081-1/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+4
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-6/+7
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-121-1/+1
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-011-5/+25
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-1/+2
* Ditch static flagsSylvain Henry2017-02-021-5/+1
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-2/+15
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-301-0/+1
* Remove deprecated InteractiveEval APIDavid Feuer2017-01-101-5/+0
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-32/+6
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-6/+32
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-32/+6
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-0/+1