| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the handling of quasi-quotes | Simon Peyton Jones | 2015-02-10 | 4 | -10/+11 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 3 | -7/+7 |
* | Use strict atomicModifyIORef' (added in GHC 7.6). | Edward Z. Yang | 2015-01-28 | 1 | -2/+2 |
* | Expose source locations via Implicit Parameters of type GHC.Location.Location | Eric Seidel | 2015-01-19 | 1 | -4/+60 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 9 | -66/+86 |
* | Trac #9878: Make the static form illegal in interpreted mode. | Alexander Vershilov | 2015-01-16 | 1 | -2/+2 |
* | Refactor handling of SPECIALISE pragmas (Trac #5821) | Simon Peyton Jones | 2015-01-14 | 1 | -39/+3 |
* | Trac #9878: Have StaticPointers support dynamic loading. | Alexander Vershilov | 2015-01-13 | 1 | -0/+23 |
* | Improve HsBang | Simon Peyton Jones | 2015-01-08 | 1 | -3/+3 |
* | Remove redundant constraints in the compiler itself, found by -fwarn-redundan... | Simon Peyton Jones | 2015-01-06 | 1 | -1/+1 |
* | Major patch to add -fwarn-redundant-constraints | Simon Peyton Jones | 2015-01-06 | 3 | -13/+20 |
* | Support pattern synonyms in GHCi (fixes #9900) | Dr. ERDI Gergo | 2014-12-28 | 1 | -2/+1 |
* | Eliminate so-called "silent superclass parameters" | Simon Peyton Jones | 2014-12-23 | 1 | -1/+1 |
* | Groom comments related to StaticPointers. | Facundo DomÃnguez | 2014-12-22 | 1 | -3/+2 |
* | Add a provenance field to universal coercions. | Iavor S. Diatchki | 2014-12-17 | 1 | -1/+1 |
* | Generalized Coverage pass to allow adding multiple types of Tickishs | Peter Wortmann | 2014-12-16 | 3 | -111/+134 |
* | Source notes (Core support) | Peter Wortmann | 2014-12-16 | 2 | -7/+13 |
* | Fix dll-split problem with patch 'Make Core Lint check for locally-bound Glob... | Simon Peyton Jones | 2014-12-15 | 3 | -113/+19 |
* | Make Core Lint check for locally-bound GlobalIds | Simon Peyton Jones | 2014-12-15 | 1 | -1/+2 |
* | Rewrite `Coercible` solver | Richard Eisenberg | 2014-12-12 | 1 | -3/+2 |
* | Implement -XStaticValues | Facundo DomÃnguez | 2014-12-09 | 6 | -10/+223 |
* | compiler: de-lhs deSugar/ | Austin Seipp | 2014-12-03 | 18 | -640/+523 |
* | Implement Partial Type Signatures | Thomas Winant | 2014-11-28 | 1 | -5/+5 |
* | Rename some of the functions in NameSet, to make the uniform with VarSet etc | Simon Peyton Jones | 2014-11-28 | 1 | -1/+1 |
* | Don't discard a bang on a newtype pattern (Trac #9844) | Simon Peyton Jones | 2014-11-28 | 1 | -11/+54 |
* | Resume reporting incomplete pattern matches for record updates | Simon Peyton Jones | 2014-11-27 | 2 | -3/+6 |
* | Capture original source for literals | Alan Zimmerman | 2014-11-21 | 3 | -69/+79 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 8 | -70/+95 |
* | Implement full co/contra-variant subsumption checking (fixes Trac #9569) | Simon Peyton Jones | 2014-11-21 | 2 | -2/+8 |
* | Rejig builders for pattern synonyms, especially unlifted ones | Simon Peyton Jones | 2014-11-21 | 2 | -26/+6 |
* | Make calling conventions in template haskell Syntax.hs consistent with those ... | Luite Stegeman | 2014-11-19 | 1 | -24/+33 |
* | Update comment about C helper for foreign exports (#9713) | Bertram Felgenhauer | 2014-11-18 | 1 | -2/+6 |
* | Docs only | Edward Z. Yang | 2014-11-17 | 1 | -1/+1 |
* | Apply compulsory unfoldings during desugaring, except for `seq` which is spec... | Dr. ERDI Gergo | 2014-11-13 | 1 | -1/+21 |
* | Fix #9064 by adding support for generic default signatures to TH. | Richard Eisenberg | 2014-11-12 | 1 | -12/+12 |
* | Fix #8100, by adding StandaloneDerivD to TH's Dec type. | Richard Eisenberg | 2014-11-12 | 1 | -20/+36 |
* | In pattern synonym matchers, support unboxed continuation results (fixes #9783). | Dr. ERDI Gergo | 2014-11-08 | 1 | -1/+6 |
* | A little refactoring of HsSplice and friends | Simon Peyton Jones | 2014-11-04 | 1 | -1/+1 |
* | Add the unfolding and inline-pragma for DFuns in DsBinds, not TcInstDcls | Simon Peyton Jones | 2014-11-04 | 1 | -0/+20 |
* | Some refactoring around endPass and debug dumping | Simon Peyton Jones | 2014-11-04 | 1 | -3/+4 |
* | Fix #9738, by handling {-# ANN ... #-} in DsMeta. | Richard Eisenberg | 2014-11-01 | 1 | -20/+56 |
* | Fix #9084 by calling notHandled when unknown bits are enountered. | Richard Eisenberg | 2014-11-01 | 1 | -19/+60 |
* | Implementation of hsig (module signatures), per #9252 | Edward Z. Yang | 2014-10-24 | 1 | -2/+2 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -3/+3 |
* | Fix comment typos: lll -> ll, THe -> The | Jan Stolarek | 2014-10-14 | 1 | -1/+1 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -3/+3 |
* | De-tabify and remove trailing whitespace | Simon Peyton Jones | 2014-09-26 | 4 | -578/+554 |
* | `M-x delete-trailing-whitespace` & `M-x untabify` | Herbert Valerio Riedel | 2014-09-24 | 1 | -1/+1 |
* | Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from Prelude | Herbert Valerio Riedel | 2014-09-21 | 1 | -0/+2 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 3 | -3/+3 |