summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1705/+0
* Parser API annotations: RealSrcLocVladislav Zavialov2020-02-211-1/+1
* If a :reload finds syntax errors in the module graph, remove the loaded modul...Roland Senn2020-02-181-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-10/+10
* Refactor package related codeSylvain Henry2020-01-311-1/+1
* Call `interpretPackageEnv` from `setSessionDynFlags`Sylvain Henry2020-01-311-5/+145
* Monomorphize HsModule to GhcPs (#17642)Ryan Scott2020-01-071-2/+2
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-3/+3
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Remove dataConSigKrzysztof Gogolewski2019-12-161-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-5/+2
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-0/+1
* 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