| Commit message (Expand) | Author | Age | Files | Lines |
* | ghc allow --show-options and --interactive togetherwip/merge | Lennart Kolmodin | 2014-11-20 | 4 | -580/+644 |
* | Revert change to alias handling in ppLlvmGlobal introduced in d87fa34, which ... | Luke Iannini | 2014-11-20 | 1 | -1/+1 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-20 | 43 | -612/+856 |
* | Implement #5462 (deriving clause for arbitrary classes) | Jose Pedro Magalhaes | 2014-11-20 | 4 | -25/+99 |
* | Add flag `-fwarn-missing-exported-sigs` | Eric Seidel | 2014-11-20 | 3 | -10/+33 |
* | Fix #9209, by reporting an error instead of panicking on bad splices. | Richard Eisenberg | 2014-11-20 | 2 | -31/+41 |
* | Kill trailing whitespace | Jan Stolarek | 2014-11-20 | 3 | -27/+27 |
* | Split SynTyCon to SynonymTyCon and FamilyTyCon | Jan Stolarek | 2014-11-20 | 28 | -342/+489 |
* | Implement typechecker plugins | Adam Gundry | 2014-11-20 | 15 | -108/+544 |
* | Add support for pattern synonym type signatures. | Dr. ERDI Gergo | 2014-11-20 | 12 | -259/+415 |
* | Update shift/reduce conflict number in parser | Dr. ERDI Gergo | 2014-11-20 | 1 | -0/+12 |
* | Make calling conventions in template haskell Syntax.hs consistent with those ... | Luite Stegeman | 2014-11-19 | 3 | -26/+39 |
* | ghc generates more user-friendly error messages | Mike Izbicki | 2014-11-19 | 3 | -1/+54 |
* | arm64: 64bit iOS and SMP support (#7942) | Luke Iannini | 2014-11-19 | 9 | -1/+23 |
* | compiler/main: fixes #9776 | Carlos Tomé | 2014-11-19 | 1 | -1/+2 |
* | use correct word size for shiftRightLogical and removeOp32 | Luite Stegeman | 2014-11-19 | 1 | -16/+26 |
* | make TcRnMonad.lhs respect -ddump-to-file | Greg Weber | 2014-11-19 | 4 | -40/+69 |
* | Allow -dead_strip linking on platforms with .subsections_via_symbols | Moritz Angermann | 2014-11-19 | 5 | -19/+26 |
* | Turn CoreWriter into a newtype; fix comment | David Feuer | 2014-11-19 | 1 | -8/+11 |
* | Implement new Foldable methods for HsPatSynDetails | David Feuer | 2014-11-19 | 1 | -1/+20 |
* | Refactor: use System.FilePath.splitSearchPath | Thomas Miedema | 2014-11-19 | 2 | -27/+3 |
* | Support for "with" renaming syntax, and output a feature flag. | Edward Z. Yang | 2014-11-18 | 2 | -22/+20 |
* | When outputting list of available instances, sort it. | Edward Z. Yang | 2014-11-18 | 2 | -2/+18 |
* | Comments only | Simon Peyton Jones | 2014-11-18 | 3 | -22/+6 |
* | Fix detection of GNU gold linker if invoked via gcc with parameters | Sebastian Dröge | 2014-11-18 | 1 | -2/+5 |
* | Disable AVX for LLVM 3.2 by default (#9391) | Peter Wortmann | 2014-11-18 | 1 | -5/+11 |
* | Update comment about C helper for foreign exports (#9713) | Bertram Felgenhauer | 2014-11-18 | 1 | -2/+6 |
* | Outputable instance for IfaceVectInfo | Mateusz Kowalczyk | 2014-11-18 | 1 | -0/+10 |
* | Whitespace only | Mateusz Kowalczyk | 2014-11-18 | 1 | -8/+8 |
* | Add a note why tcGetInstEnvs is duplicated. | Edward Z. Yang | 2014-11-17 | 1 | -1/+2 |
* | Remove optimized package lookup, simplifying code. | Edward Z. Yang | 2014-11-17 | 1 | -49/+1 |
* | Adding dedicated Show instances for SrcSpan/SrcLoc | Alan Zimmerman | 2014-11-17 | 1 | -3/+17 |
* | Docs only | Edward Z. Yang | 2014-11-17 | 5 | -12/+31 |
* | Generalize exposed-modules field in installed package database | Edward Z. Yang | 2014-11-15 | 2 | -14/+36 |
* | Partially revert 475dd93efa | Austin Seipp | 2014-11-14 | 1 | -2/+1 |
* | When calling the success continuation of a matcher, pass existential tyvars | Dr. ERDI Gergo | 2014-11-13 | 1 | -3/+3 |
* | nlHsTyApps: for applying a function both on type- and term-level arguments | Dr. ERDI Gergo | 2014-11-13 | 1 | -1/+4 |
* | Apply compulsory unfoldings during desugaring, except for `seq` which is spec... | Dr. ERDI Gergo | 2014-11-13 | 1 | -1/+21 |
* | If pattern synonym is bidirectional and its type is some unboxed type T#, | Dr. ERDI Gergo | 2014-11-13 | 9 | -87/+173 |
* | Fix typo in panic message | Dr. ERDI Gergo | 2014-11-13 | 1 | -1/+1 |
* | Add `--fwarn-trustworthy-safe` to `-Wall` | David Terei | 2014-11-12 | 1 | -1/+2 |
* | Add in `-fwarn-trustworthy-safe` flag. | David Terei | 2014-11-12 | 2 | -57/+106 |
* | Remove a stray Trustworthy flag in ghc. | David Terei | 2014-11-12 | 1 | -1/+0 |
* | Fix #9404 by removing tcInfExpr. | Richard Eisenberg | 2014-11-12 | 5 | -49/+76 |
* | Fix #9788 by giving `coerce` the right type. | Richard Eisenberg | 2014-11-12 | 1 | -11/+8 |
* | Fix #9204 by outputting extra info on boot file mismatch. | Richard Eisenberg | 2014-11-12 | 1 | -48/+134 |
* | Fix #9064 by adding support for generic default signatures to TH. | Richard Eisenberg | 2014-11-12 | 3 | -15/+27 |
* | Fix #8100, by adding StandaloneDerivD to TH's Dec type. | Richard Eisenberg | 2014-11-12 | 2 | -20/+43 |
* | Remove unboxed Int# fields from NameFlavour (#9527) | Richard Eisenberg | 2014-11-12 | 1 | -4/+2 |
* | Fix #9066. | Richard Eisenberg | 2014-11-12 | 3 | -28/+57 |