summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* UNREG: fix spelling of '-split-objs' in warningSergei Trofimovich2017-04-161-1/+1
* UNREG: remove dead code around -split-objsSergei Trofimovich2017-04-161-5/+0
* Drop special handling of iOSMoritz Angermann2017-04-123-19/+2
* Suggest correct replacement flag name for -dppr-ticksReid Barton2017-04-121-5/+5
* Typos in comments [ci skip]Gabor Greif2017-04-111-1/+1
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-7/+8
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-021-20/+34
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-022-3/+17
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-014-34/+94
* UNREG: ignore -fllvm (Trac #13495)Sergei Trofimovich2017-04-011-1/+1
* askCc should be using the linker, not the compilerSimon Marlow2017-03-311-6/+7
* Show valid substitutions for typed holesMatthías Páll Gissurarson2017-03-291-0/+7
* Various patches to support android cross compilationMoritz Angermann2017-03-291-1/+1
* Allow colors to be customizedPhil Ruffwind2017-03-233-34/+38
* Correctly account for -package-db ordering when picking packages.Edward Z. Yang2017-03-201-31/+80
* Document the perplexing reversed nature of extraPkgConfs and friends.Edward Z. Yang2017-03-201-5/+15
* No join-point from an INLINE function with wrong aritySimon Peyton Jones2017-03-171-1/+2
* Introduce putLogMsgBen Gamari2017-03-156-20/+23
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-33/+31
* Add `-fmax-errors` flagCharles Cooper2017-03-132-3/+15
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-087-72/+118
* Read COMPLETE sets from external packagesBen Gamari2017-03-061-11/+90
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-031-90/+11
* Read COMPLETE sets from external packagesRyan Scott2017-03-021-11/+90
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-3/+10
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-022-6/+24
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-022-20/+24
* Properly acquire locks on not yet existing package databasesAndrzej Rybczak2017-03-021-2/+27
* iOS: shared objects have .dylib extension.Moritz Angermann2017-02-281-0/+1
* Add -fspec-constr-keenSimon Peyton Jones2017-02-261-0/+2
* Correct Windows libdir assumptions.Tamar Christina2017-02-231-14/+16
* Give better error message with you run ghc foo.bkpEdward Z. Yang2017-02-232-3/+12
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-201-2/+6
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-171-1/+1
* Check local type family instances against all imported onesReid Barton2017-02-141-2/+5
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-121-1/+0
* Avoid repeated list elem checksDavid Feuer2017-02-111-2/+5
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-081-0/+6
* More typos in comments [skip ci]Gabor Greif2017-02-082-2/+2
* Clean up findPartiallyCompletedCyclesDavid Feuer2017-02-071-17/+12
* Don't replace type family instances with the same LHS in GHCi (#7102)Reid Barton2017-02-051-2/+3
* New internal dynamic flag: Very aggressive inliningJoachim Breitner2017-02-041-0/+2
* Ditch static flagsSylvain Henry2017-02-0211-281/+57
* Add support for StaticPointers in GHCiBen Gamari2017-02-028-35/+111
* Use top-level instances to solve superclasses where possibleDaniel Haraj2017-01-311-0/+3
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-305-4/+111
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-262-7/+40
* Typos in comments [ci skip]Gabor Greif2017-01-251-1/+1
* Bump Win32 version.Ben Gamari2017-01-241-2/+6
* HscTypes: Use foldl' instead of foldrBen Gamari2017-01-241-3/+4