| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a couple of bugs in the way info tables are generated for 64-bit platforms | Simon Marlow | 2014-11-05 | 2 | -15/+25 |
* | Simplify the API for tcInstTyVars, and make it more consistent with other sim... | Simon Peyton Jones | 2014-11-04 | 1 | -5/+5 |
* | Some refactoring around endPass and debug dumping | Simon Peyton Jones | 2014-11-04 | 1 | -0/+1 |
* | Convert GHCi sources from .lhs to .hs | Rodlogic | 2014-10-29 | 7 | -151/+93 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -2/+2 |
* | Clean up and remove todo. | Joel Burget | 2014-10-07 | 1 | -20/+23 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -2/+2 |
* | Extend `Foldable` class with `length` and `null` methods | Herbert Valerio Riedel | 2014-09-28 | 1 | -1/+1 |
* | `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 |
* | Change linker message verbosity to `-v2` (re #7863) | Herbert Valerio Riedel | 2014-09-20 | 1 | -1/+1 |
* | Add the ability to :set -l{foo} in ghci, fix #1407. | archblob | 2014-09-16 | 1 | -9/+20 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 2 | -0/+4 |
* | Fix validation error in Linker arising from package rep changes | Duncan Coutts | 2014-08-29 | 1 | -1/+1 |
* | Fix long lines and trailing whitespace | Duncan Coutts | 2014-08-29 | 1 | -3/+7 |
* | Use ghc-local types for packages, rather than Cabal types | Duncan Coutts | 2014-08-29 | 1 | -5/+3 |
* | build: require GHC 7.6 for bootstrapping | Austin Seipp | 2014-08-19 | 1 | -4/+0 |
* | Make PackageState an abstract type. | Edward Z. Yang | 2014-08-05 | 1 | -7/+2 |
* | Package keys (for linking/type equality) separated from package IDs. | Edward Z. Yang | 2014-08-05 | 1 | -1/+1 |
* | Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId. | Edward Z. Yang | 2014-07-21 | 3 | -16/+16 |
* | ghci: detabify/unwhitespace ByteCodeInstr | Austin Seipp | 2014-07-20 | 1 | -92/+84 |
* | ghci: detabify/unwhitespace ByteCodeGen | Austin Seipp | 2014-07-20 | 1 | -15/+8 |
* | ghci: detabify/dewhitespace RtClosureInspect | Austin Seipp | 2014-07-20 | 1 | -89/+81 |
* | add support for x86_64-solaris2 platform | Karel Gardas | 2014-07-13 | 1 | -1/+5 |
* | Revert "Fix obscure problem with using the system linker (#8935)" | Austin Seipp | 2014-06-30 | 1 | -49/+23 |
* | Fix obscure problem with using the system linker (#8935) | Simon Marlow | 2014-06-08 | 1 | -23/+49 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 9 | -10/+25 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 2 | -0/+7 |
* | Unify, rather than match, in GND processing (fixes Trac #8865) | Simon Peyton Jones | 2014-03-10 | 1 | -2/+1 |
* | Fix #8770 | Austin Seipp | 2014-02-17 | 1 | -1/+10 |
* | Re-work the naming story for the GHCi prompt (Trac #8649) | Simon Peyton Jones | 2014-01-09 | 2 | -10/+12 |
* | Some popular typos in comments | Gabor Greif | 2013-12-02 | 1 | -1/+1 |
* | Fix the deugger (fixing Trac #8557) | Simon Peyton Jones | 2013-11-28 | 1 | -28/+36 |
* | Untabify buffer. | Austin Seipp | 2013-11-22 | 1 | -2/+2 |
* | M-x delete-trailing-whitespace | Austin Seipp | 2013-11-22 | 1 | -5/+5 |
* | GHCi: Properly generate jump code for ARM (#8380) | Austin Seipp | 2013-11-22 | 1 | -2/+21 |
* | Typos | Krzysztof Gogolewski | 2013-10-12 | 1 | -1/+1 |
* | Use dynamic linking only if the GHC package is compiled with -dynamic (#8376) | Simon Marlow | 2013-10-11 | 1 | -7/+7 |
* | Fix the bytecode genreation for tagToEnum# (Trac #8383) | Simon Peyton Jones | 2013-10-04 | 1 | -42/+83 |
* | Comments only | Simon Peyton Jones | 2013-10-04 | 1 | -0/+1 |
* | Improve pretty-printing of types | unknown | 2013-10-01 | 1 | -3/+2 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 3 | -3/+3 |
* | Fix BCO bitmap generation on 32-bit platforms (#8377) | Takano Akio | 2013-09-29 | 1 | -11/+9 |
* | Implement an unlifted Proxy type, Proxy# | Austin Seipp | 2013-09-27 | 1 | -0/+1 |
* | Add support for 512-bit-wide vectors. | Geoffrey Mainland | 2013-09-22 | 1 | -0/+2 |
* | Add support for 256-bit-wide vectors. | Geoffrey Mainland | 2013-09-22 | 1 | -0/+2 |
* | Restructure compilation pipeline to allow hooks | Austin Seipp | 2013-09-22 | 4 | -7/+3 |
* | Fix AMP warnings. | Austin Seipp | 2013-09-11 | 2 | -0/+16 |
* | Strings and comments only: 'to to ' fixes | Gabor Greif | 2013-08-22 | 1 | -1/+1 |
* | Add a better implementation of dropTail, and use it | Simon Peyton Jones | 2013-08-19 | 1 | -1/+1 |