summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-207-109/+293
* Update assert to fix retc001 and retc002 (#9243)Thomas Miedema2015-07-181-1/+1
* Put Opt_Static into defaultFlags if not pc_DYNAMIC_BY_DEFAULT (#7478)Bernhard Herzog2015-07-171-1/+2
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-171-0/+2
* CoreUtils: Move size utilities to CoreStatsBen Gamari2015-07-161-1/+2
* Delete the WayPar wayThomas Miedema2015-07-102-110/+1
* Make mkQualPackage more robust when package key is bad.Edward Z. Yang2015-07-091-4/+3
* always use -fPIC on OpenBSD/AMD64 platformKarel Gardas2015-07-071-0/+6
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-071-0/+3
* Add -fcross-module-specialise flagBen Gamari2015-06-281-0/+3
|\
| * Add -fcross-module-specialise flagBen Gamari2015-06-281-0/+3
* | driver: pass '-fPIC' option to all CC invocationsSergei Trofimovich2015-06-241-1/+3
|/
* GHCi: fix scoping for record selectorsSimon Peyton Jones2015-06-152-23/+37
* Increase constraint tuple limit to 62 (Trac #10451)Nick Terrell2015-06-141-1/+1
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-123-65/+88
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-117-293/+109
* Another major improvement of "improvement"Simon Peyton Jones2015-06-112-0/+10
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-033-24/+7
* newTempName: Do not include pid in basenameJoachim Breitner2015-06-021-5/+14
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-023-12/+47
* Improve constraint tuples (Trac #10451)Simon Peyton Jones2015-06-021-1/+1
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-022-55/+60
* White space onlySimon Peyton Jones2015-06-022-6/+5
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-013-3/+4
* White space layout onlySimon Peyton Jones2015-05-221-19/+19
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-193-47/+12
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-193-12/+47
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-4/+4
* Refactor tuple constraintsSimon Peyton Jones2015-05-182-10/+4
* Delete commented-out lineSimon Peyton Jones2015-05-181-1/+0
* Revert multiple commitsAustin Seipp2015-05-143-4/+11
* Fix imports in HscMain (stage2)Simon Peyton Jones2015-05-131-3/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-132-7/+3
* Delete commented-out lineSimon Peyton Jones2015-05-131-1/+0
* Revert D727Austin Seipp2015-05-123-47/+12
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-0/+2
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-112-17/+10
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-111-2/+3
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-112-26/+5
* Fix build breakage from 9736c042Austin Seipp2015-05-111-4/+7
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-113-17/+49
* More accurate allocation stats for :set +sSimon Marlow2015-05-113-67/+163
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-092-5/+26
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-092-26/+5
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-062-0/+8
* Retain ic_monad and ic_int_print from external packages after loadwatashi2015-05-061-6/+20
* Give a hint when a TH splice has a bad package key, partially fixes #10279Edward Z. Yang2015-05-041-2/+14
* Permit empty closed type familiesAdam Gundry2015-05-041-1/+1
* Tidy up treatment of FlexibleContextsSimon Peyton Jones2015-04-301-5/+0
* Stub out pkgState with non-error, helps with debugging.Edward Z. Yang2015-04-173-2/+13