summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Coverage.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-1243/+0
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-1/+1
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-5/+6
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-4/+4
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-131-6/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-2/+7
* Another raft of Template Haskell clean-upSimon Peyton Jones2013-11-251-3/+4
* Fix AMP warnings.Austin Seipp2013-09-111-0/+7
* Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-041-0/+3
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-5/+13
* Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-301-1/+1
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-6/+6
* Refactor the way dump flags are handledIan Lynagh2012-10-181-1/+1
* Some alpha renamingIan Lynagh2012-10-161-6/+6
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-38/+40
* Add type "holes", enabled by -XTypeHoles, Trac #5910Simon Peyton Jones2012-09-171-0/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-4/+4
* Make -fhpc a dynamic flagIan Lynagh2012-09-031-4/+3
* fix warningSimon Marlow2012-08-211-1/+0
* Annotate code in {-# LINE #-} pragmas as wellPeter Wortmann2012-08-211-31/+59
* Remove another unnecessary Platform argumentIan Lynagh2012-08-051-5/+4
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-5/+9
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-0/+5
* Implemented \case expressions.Mikhail Vorozhtsov2012-07-161-0/+2
* Copy Data.HashTable's hashString into our Util moduleIan Lynagh2012-06-301-1/+0
* Don't put auto sccs on INLINE functions (#6131)Simon Marlow2012-06-151-3/+33
* Rename Coverage.dflags to Coverage.tte_dflagsIan Lynagh2012-06-141-3/+3
* Fix whitespace in deSugar/Coverage.lhsIan Lynagh2012-06-141-231/+224
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* Replace printDump with a new SeverityIan Lynagh2012-05-291-1/+3
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-7/+7
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-3/+4
* More changes aimed at improving call stacks.Simon Marlow2011-12-021-36/+69
* -fprof-auto-top: eliminate some bogus extra SCCs we were addingSimon Marlow2011-11-141-3/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* disable debugging traceSimon Marlow2011-11-041-1/+2
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-184/+372
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-4/+5
* Fix #5045 properlyRoss Paterson2011-06-291-16/+2
* Fix bug introduced in b2bd63f99d643f6b3eb30bb72bb9ae26d4183252Simon Marlow2011-06-281-1/+6
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-18/+8
* Fix the desugaring of guards in arrow syntaxSimon Peyton Jones2011-05-091-3/+6
* Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-041-1/+5
* More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-20/+6
* More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-8/+12
* Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-15/+14
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-25/+35
* Fix Trac #5045: add ticks to HsArrFormssimonpj2011-04-191-1/+15