| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: de-lhs deSugar/ | Austin Seipp | 2014-12-03 | 1 | -1243/+0 |
* | Rename some of the functions in NameSet, to make the uniform with VarSet etc | Simon Peyton Jones | 2014-11-28 | 1 | -1/+1 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 1 | -5/+6 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 1 | -1/+1 |
* | Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId. | Edward Z. Yang | 2014-07-21 | 1 | -4/+4 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -0/+2 |
* | Instead of tracking Origin in LHsBindsLR, track it in MatchGroup | Dr. ERDI Gergo | 2014-04-13 | 1 | -6/+2 |
* | Implement pattern synonyms | Dr. ERDI Gergo | 2014-01-20 | 1 | -2/+7 |
* | Another raft of Template Haskell clean-up | Simon Peyton Jones | 2013-11-25 | 1 | -3/+4 |
* | Fix AMP warnings. | Austin Seipp | 2013-09-11 | 1 | -0/+7 |
* | Rearrange the typechecking of arrows, especially arrow "forms" | Simon Peyton Jones | 2013-03-04 | 1 | -0/+3 |
* | Add OverloadedLists, allowing list syntax to be overloaded | Simon Peyton Jones | 2013-02-14 | 1 | -5/+13 |
* | Add support for *named* holes; an extension of -XTypeHoles | Simon Peyton Jones | 2013-01-30 | 1 | -1/+1 |
* | Refactor HsExpr.MatchGroup | Simon Peyton Jones | 2013-01-04 | 1 | -6/+6 |
* | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -6/+6 |
* | This big patch re-factors the way in which arrow-syntax is handled | Simon Peyton Jones | 2012-10-03 | 1 | -38/+40 |
* | Add type "holes", enabled by -XTypeHoles, Trac #5910 | Simon Peyton Jones | 2012-09-17 | 1 | -0/+1 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -4/+4 |
* | Make -fhpc a dynamic flag | Ian Lynagh | 2012-09-03 | 1 | -4/+3 |
* | fix warning | Simon Marlow | 2012-08-21 | 1 | -1/+0 |
* | Annotate code in {-# LINE #-} pragmas as well | Peter Wortmann | 2012-08-21 | 1 | -31/+59 |
* | Remove another unnecessary Platform argument | Ian Lynagh | 2012-08-05 | 1 | -5/+4 |
* | Make -fscc-profiling a dynamic flag | Ian Lynagh | 2012-07-24 | 1 | -5/+9 |
* | Implemented MultiWayIf extension. | Mikhail Vorozhtsov | 2012-07-16 | 1 | -0/+5 |
* | Implemented \case expressions. | Mikhail Vorozhtsov | 2012-07-16 | 1 | -0/+2 |
* | Copy Data.HashTable's hashString into our Util module | Ian Lynagh | 2012-06-30 | 1 | -1/+0 |
* | Don't put auto sccs on INLINE functions (#6131) | Simon Marlow | 2012-06-15 | 1 | -3/+33 |
* | Rename Coverage.dflags to Coverage.tte_dflags | Ian Lynagh | 2012-06-14 | 1 | -3/+3 |
* | Fix whitespace in deSugar/Coverage.lhs | Ian Lynagh | 2012-06-14 | 1 | -231/+224 |
* | Pass DynFlags to the LogAction | Ian Lynagh | 2012-06-11 | 1 | -1/+1 |
* | Replace printDump with a new Severity | Ian Lynagh | 2012-05-29 | 1 | -1/+3 |
* | Tidy up a remaining glitch in unification | Simon Peyton Jones | 2012-05-01 | 1 | -7/+7 |
* | Switch to using the time package, rather than old-time | Ian Lynagh | 2012-01-14 | 1 | -3/+4 |
* | More changes aimed at improving call stacks. | Simon Marlow | 2011-12-02 | 1 | -36/+69 |
* | -fprof-auto-top: eliminate some bogus extra SCCs we were adding | Simon Marlow | 2011-11-14 | 1 | -3/+0 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | disable debugging trace | Simon Marlow | 2011-11-04 | 1 | -1/+2 |
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -184/+372 |
* | More CPP removal: pprDynamicLinkerAsmLabel in CLabel | Ian Lynagh | 2011-10-02 | 1 | -4/+5 |
* | Fix #5045 properly | Ross Paterson | 2011-06-29 | 1 | -16/+2 |
* | Fix bug introduced in b2bd63f99d643f6b3eb30bb72bb9ae26d4183252 | Simon Marlow | 2011-06-28 | 1 | -1/+6 |
* | Refactor SrcLoc and SrcSpan | Ian Lynagh | 2011-06-09 | 1 | -18/+8 |
* | Fix the desugaring of guards in arrow syntax | Simon Peyton Jones | 2011-05-09 | 1 | -3/+6 |
* | Final batch of monad-comprehension stuff | Simon Peyton Jones | 2011-05-04 | 1 | -1/+5 |
* | More hacking on monad-compmonad-comp | Simon Peyton Jones | 2011-05-03 | 1 | -20/+6 |
* | More hacking on monad-comp; now works | Simon Peyton Jones | 2011-05-02 | 1 | -8/+12 |
* | Simon's hacking on monad-comp; incomplete | Simon Peyton Jones | 2011-04-29 | 1 | -15/+14 |
* | Preliminary monad-comprehension patch (Trac #4370) | Simon Peyton Jones | 2011-04-28 | 1 | -25/+35 |
* | Fix Trac #5045: add ticks to HsArrForms | simonpj | 2011-04-19 | 1 | -1/+15 |