| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch from recording IsBootInterface to recording full HscSource. | Edward Z. Yang | 2015-07-22 | 1 | -1/+1 |
* | Revert "Revert "Support for multiple signature files in scope."" | Edward Z. Yang | 2015-07-20 | 1 | -16/+30 |
* | Revert "Support for multiple signature files in scope." | Edward Z. Yang | 2015-06-11 | 1 | -30/+16 |
* | Remove redundant import | Simon Peyton Jones | 2015-06-02 | 1 | -1/+0 |
* | Refactor the GlobalRdrEnv, fixing #7672 | Simon Peyton Jones | 2015-06-02 | 1 | -26/+25 |
* | ApiAnnotations : strings in warnings do not return SourceText | Alan Zimmerman | 2015-06-01 | 1 | -2/+2 |
* | In ghci linker, link against all previous temp sos (#10322) | Reid Barton | 2015-06-01 | 1 | -11/+11 |
* | Revert "In ghci linker, link against all previous temp sos (#10322)" | Austin Seipp | 2015-05-19 | 1 | -11/+11 |
* | In ghci linker, link against all previous temp sos (#10322) | Reid Barton | 2015-05-19 | 1 | -11/+11 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -3/+4 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -4/+3 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -3/+4 |
* | Support for multiple signature files in scope. | Edward Z. Yang | 2015-04-07 | 1 | -16/+30 |
* | fix '&stg_interp_constr_entry' FFI type to be FunPtr | Sergei Trofimovich | 2015-04-06 | 1 | -13/+16 |
* | Refactor: follow hlint suggestions in Linker.hs | Thomas Miedema | 2015-03-19 | 1 | -10/+6 |
* | Refactor Linker.hs: use System.Directory.findFile | Thomas Miedema | 2015-03-19 | 1 | -27/+17 |
* | Dynamically link all loaded packages in new object | Peter Trommler | 2015-03-07 | 1 | -1/+4 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 2 | -2/+2 |
* | Use strict atomicModifyIORef' (added in GHC 7.6). | Edward Z. Yang | 2015-01-28 | 1 | -1/+1 |
* | Remove redundant constraints in the compiler itself, found by -fwarn-redundan... | Simon Peyton Jones | 2015-01-06 | 2 | -3/+5 |
* | Make the location in TcLclEnv and CtLoc into a RealSrcSpan | Simon Peyton Jones | 2015-01-06 | 1 | -3/+1 |
* | Fix system linker on Mac OS X | Peter Trommler | 2014-12-29 | 1 | -6/+5 |
* | trac #9744, make program name and product version configurable through DynFla... | Luite Stegeman | 2014-12-20 | 1 | -2/+1 |
* | Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426) | Simon Peyton Jones | 2014-12-17 | 1 | -3/+3 |
* | Fix obscure problem with using the system linker (#8935) | Peter Trommler | 2014-11-30 | 1 | -23/+51 |
* | Rename some of the functions in NameSet, to make the uniform with VarSet etc | Simon Peyton Jones | 2014-11-28 | 2 | -3/+3 |
* | Update Foreign.* for Safe Haskell now that they're safe by default | David Terei | 2014-11-21 | 1 | -0/+4 |
* | make TcRnMonad.lhs respect -ddump-to-file | Greg Weber | 2014-11-19 | 1 | -0/+1 |
* | 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 |