summaryrefslogtreecommitdiff
path: root/compiler/main/HscTypes.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3268/+0
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-5/+5
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-2/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-4/+4
* Refactor package related codeSylvain Henry2020-01-311-3/+3
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-0/+6
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-3/+4
* Monomorphize HsModule to GhcPs (#17642)Ryan Scott2020-01-071-1/+1
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-5/+5
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-1/+1
* Pass ModDetails with (partial) ModIface in HscStatusÖmer Sinan Ağacan2019-11-291-4/+5
* Only pass mod_location with HscRecomp instead of the entire ModSummaryÖmer Sinan Ağacan2019-11-131-1/+1
* Remove unused DynFlags arg of lookupIfaceByModuleÖmer Sinan Ağacan2019-10-291-3/+2
* Return ModIface in compilation pipeline, remove IORef hack for generating Mod...Ömer Sinan Ağacan2019-10-291-4/+14
* Refactor HscRecomp constructors:Ömer Sinan Ağacan2019-10-291-5/+10
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-86/+177
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh2019-07-091-1/+24
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-251-3/+3
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-3/+2
* Remove trailing whitespaceMatthew Pickering2019-06-081-1/+1
* Improve targetContents code docsDaniel Gröber2019-05-301-2/+4
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-291-0/+5
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-291-1/+5
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-48/+9
* Show dynamic object files (#16062)erthalion2019-04-161-10/+19
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-081-0/+14
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-3/+6
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-5/+7
* Support generating HIE filesAlec Theriault2018-12-111-1/+3
* Add -fno-safe-haskell flagMatthew Pickering2018-12-071-0/+2
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-1/+2
* Finish fix for #14880.Tobias Dammers2018-10-281-2/+2
* Fix typo in documentationJan Path2018-10-141-1/+1
* Support builtin classes like KnownNat in backpackPiyush P Kurur2018-10-111-2/+3
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-3/+2
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-011-2/+7
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-2/+1
* Fix space leaksSimon Marlow2018-07-161-3/+3
* Improve error message when importing an unusable packageSean D Gillespie2018-06-171-0/+3
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-2/+1
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-5/+33
* vectorise: Put it out of its miseryBen Gamari2018-06-021-145/+3
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-301-0/+6
* Fix GHCi space leaks (#15111)Simon Marlow2018-05-171-1/+2
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-151-5/+5