summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-213-5/+48
* Kill Type pretty-printerBen Gamari2016-11-131-1/+1
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-112-14/+19
* Pass -no-pie to GCCBen Gamari2016-11-113-0/+26
* Revert "Pass -no-pie to GCC"Ben Gamari2016-11-102-22/+0
* Pass -no-pie to GCCBen Gamari2016-11-102-0/+22
* Some minor linker cleanups.Tamar Christina2016-11-061-3/+2
* Add tracing infrastructure to pattern match checkerMatthew Pickering2016-11-061-0/+4
* Omit unnecessary linker flagsSimon Marlow2016-11-031-19/+2
* Uninstall signal handlersSylvain HENRY2016-11-021-7/+3
* Zap redundant importsGabor Greif2016-10-301-1/+0
* Remove -dtrace-levelMatthew Pickering2016-10-261-4/+0
* Refactoring: Replace when (not ...) with unless in ErrUtilsMatthew Pickering2016-10-231-1/+1
* Add -Wcpp-undef warning flagErik de Castro Lopo2016-10-222-3/+4
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-214-6/+32
* DynamicLoading: Replace map + zip with zipWithÖmer Sinan Ağacan2016-10-181-2/+2
* Track dep_finsts in exports hash, as it affects downstream deps.Edward Z. Yang2016-10-171-2/+5
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-133-54/+6
* Generate a unique symbol for signature object stub files, fixes #12673Edward Z. Yang2016-10-091-5/+10
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-1/+1
* Report that we support Backpack in --info.Edward Z. Yang2016-10-081-0/+2
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-087-55/+80
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-0810-180/+324
* The Backpack patch.Edward Z. Yang2016-10-0810-232/+661
* Note about external interface changes.Edward Z. Yang2016-10-081-0/+5
* Simplify implementation of wWarningFlagsMatthew Pickering2016-10-071-10/+3
* Don't suggest deprecated flags in error messagesMartin Ceresa2016-10-071-1/+9
* DynFlags: Fix absolute import path to generated headerBen Gamari2016-10-021-1/+1
* Turn `__GLASGOW_HASKELL_LLVM__` into an integer againNicolas Trangez2016-10-011-1/+5
* Use check stacking on Windows.Tamar Christina2016-10-011-13/+8
* Recognise US spelling for specialisation flags.Tim McGilchrist2016-10-011-0/+5
* GHCi: Don't remove shadowed bindings from typechecker scope.mniip2016-10-011-11/+2
* Implement deriving strategiesRyan Scott2016-09-302-3/+6
* Remove directories from include pathsBen Gamari2016-09-162-2/+4
* Remove -flocal-ghci-history from default flagsRyan Scott2016-09-101-1/+0
* Add hook for creating ghci external interpreterAlan Zimmerman2016-09-091-0/+4
* Typo in commentGabor Greif2016-09-031-1/+1
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-311-2/+1
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-311-0/+7
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-311-0/+3
* ErrUtils: Expose accessors of ErrDoc and ErrMsgBen Gamari2016-08-311-4/+7
* GHC: Expose installSignalHandlers, withCleanupSessionBen Gamari2016-08-311-2/+5
* Fix handling of package-db entries in .ghc.environment files, etc.Duncan Coutts2016-08-302-5/+6
* GhcMake: limit Capability count to CPU count in parallel modeSergei Trofimovich2016-08-301-1/+6
* Move import to avoid warningSimon Peyton Jones2016-08-261-1/+1
* Extra comments, as per SPJ in #12035.Edward Z. Yang2016-08-221-1/+4
* We also need to retypecheck before when we do parallel make.Edward Z. Yang2016-08-211-2/+11
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-212-8/+31
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-2/+3
* Axe initIfaceTc, tie the knot through HPT (or if_rec_types).Edward Z. Yang2016-08-212-8/+71