summaryrefslogtreecommitdiff
path: root/compiler/main/HscMain.hs
Commit message (Expand)AuthorAgeFilesLines
* Typos in comments [ci skip]Gabor Greif2017-04-111-1/+1
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-021-1/+2
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-5/+8
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-19/+22
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-171-1/+1
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-4/+20
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-2/+2
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-151-2/+9
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-1/+1
* Enable subsections via symbols on iOSDemi Obenour2017-01-101-2/+2
* -dead_strip is now the default on DarwinDemi Obenour2017-01-101-1/+3
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-24/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+24
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-24/+0
* Make up a module name for c-- filesBen Gamari2016-12-161-2/+5
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-37/+2
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-9/+13
* The Backpack patch.Edward Z. Yang2016-10-081-13/+43
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-211-1/+4
* Axe initIfaceTc, tie the knot through HPT (or if_rec_types).Edward Z. Yang2016-08-211-7/+27
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* -fprof-auto-topSimon Marlow2016-07-221-0/+1
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-171-7/+8
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-231-4/+4
* HscMain: Minor simplificationÖmer Sinan Ağacan2016-06-031-3/+2
* Document some benign nondeterminismBartosz Nitka2016-05-241-1/+3
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-2/+2
* Remove unused import of emptyNameEnvSimon Peyton Jones2016-04-191-1/+0
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-30/+33
* Print which flag controls emitted SafeHaskell warningsHerbert Valerio Riedel2016-02-271-5/+9
* Unconditionally handle TH known key names.Edward Z. Yang2016-02-261-3/+1
* HscMain: Delete some unused codeÖmer Sinan Ağacan2016-02-251-68/+0
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-2/+2
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-2/+2
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-2/+4
* Fix #10872.Richard Eisenberg2016-01-151-3/+30
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-3/+3
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-24/+31
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-161-4/+4
* An assortment of typosGabor Greif2015-12-081-1/+1
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-66/+3
* Move usage calculation to desugaring, simplifying ModGuts.Edward Z. Yang2015-11-161-5/+2
* s/FrontendMerge/FrontendInterface/gEdward Z. Yang2015-11-161-2/+2
* Turn ImportedModsVal into a data typeJoachim Breitner2015-11-131-6/+6
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-131-2/+2
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-1/+1
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-5/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+11
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-11/+2