| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call installed package IDs 'package IDs'; they're different. | Edward Z. Yang | 2014-07-28 | 1 | -13/+12 |
* | Add reexported modules to the list of IPID fields. | Edward Z. Yang | 2014-07-28 | 1 | -0/+19 |
* | Support ghc-pkg --ipid to query package ID. | Edward Z. Yang | 2014-07-28 | 1 | -1/+21 |
* | Implement OVERLAPPING and OVERLAPPABLE pragmas (see #9242) | Iavor S. Diatchki | 2014-07-27 | 1 | -21/+32 |
* | [backpack] Rewrite compilation to be cleaner. | Edward Z. Yang | 2014-07-25 | 1 | -287/+222 |
* | Duplicate word | Gabor Greif | 2014-07-23 | 1 | -1/+1 |
* | Write up rename on entry | Edward Z. Yang | 2014-07-23 | 1 | -14/+71 |
* | Definite compilation is a go | Edward Z. Yang | 2014-07-23 | 1 | -145/+412 |
* | Add a summary section. | Edward Z. Yang | 2014-07-22 | 1 | -26/+77 |
* | Rewrite package/module identity section | Edward Z. Yang | 2014-07-22 | 1 | -155/+314 |
* | Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId. | Edward Z. Yang | 2014-07-21 | 1 | -0/+21 |
* | docs: Delete old docbook cheat sheet | Austin Seipp | 2014-07-21 | 2 | -232/+0 |
* | docs: Remove obsolete Visual Haskell document | Austin Seipp | 2014-07-21 | 2 | -319/+0 |
* | [ghc-pkg] Fix #5442 by using the flag db stack to modify packages. | Edward Z. Yang | 2014-07-21 | 1 | -1/+15 |
* | Documentation typo | Gabor Greif | 2014-07-20 | 1 | -1/+1 |
* | Document OVERLAP pragmas. | Iavor S. Diatchki | 2014-07-19 | 1 | -1/+30 |
* | OK, I think we've finally solved granularity. | Edward Z. Yang | 2014-07-17 | 3 | -612/+1229 |
* | Try to explain the applicativity problem | Edward Z. Yang | 2014-07-16 | 1 | -10/+86 |
* | Improve documentation of overlapping instances (again) | Simon Peyton Jones | 2014-07-15 | 1 | -55/+73 |
* | Improve documentation of :set/:seti | Simon Peyton Jones | 2014-07-15 | 2 | -37/+47 |
* | Entirely re-jig the handling of default type-family instances (fixes Trac #9063) | Simon Peyton Jones | 2014-07-15 | 1 | -31/+72 |
* | Finish TCs section | Edward Z. Yang | 2014-07-14 | 1 | -85/+238 |
* | Type classes | Edward Z. Yang | 2014-07-14 | 1 | -11/+268 |
* | [backpack] Rework definite package compilation | Edward Z. Yang | 2014-07-10 | 1 | -105/+103 |
* | Make the example a little more complex | Edward Z. Yang | 2014-07-10 | 1 | -142/+208 |
* | Start expanding out linking text | Edward Z. Yang | 2014-07-09 | 1 | -92/+239 |
* | Add hyperref package. | Edward Z. Yang | 2014-07-09 | 1 | -0/+1 |
* | [docs/backpack] Get lint to stop complaining | Edward Z. Yang | 2014-07-09 | 1 | -6/+6 |
* | Scott's updates to the impl paper. | Edward Z. Yang | 2014-07-09 | 1 | -25/+92 |
* | Private axiom comment in Backpack | Edward Z. Yang | 2014-07-07 | 1 | -2/+27 |
* | Set mdo in typewriter face | Gabor Greif | 2014-07-05 | 1 | -1/+2 |
* | Minor edits to Backpack design doc | Edward Z. Yang | 2014-07-02 | 1 | -19/+92 |
* | Finish up incomplete sections | Edward Z. Yang | 2014-07-02 | 1 | -90/+230 |
* | Finish the simple elaboration algo | Edward Z. Yang | 2014-07-02 | 1 | -20/+41 |
* | Backpack docs: Compilation, surface syntax, and package database | Edward Z. Yang | 2014-07-01 | 1 | -92/+434 |
* | Document #8883 in the release notes | Jan Stolarek | 2014-06-30 | 1 | -1/+14 |
* | Minor updates to Backpack docs. | Edward Z. Yang | 2014-06-28 | 1 | -7/+10 |
* | Add -XBinaryLiterals language extension (re #9224) | Herbert Valerio Riedel | 2014-06-27 | 3 | -1/+27 |
* | Fix docs typo. | Edward Z. Yang | 2014-06-27 | 1 | -1/+1 |
* | Add new flag -fwrite-interface for -fno-code. | Edward Z. Yang | 2014-06-26 | 2 | -2/+22 |
* | Lots of rewrites to further move toward new world order | Edward Z. Yang | 2014-06-26 | 1 | -479/+291 |
* | The linking restriction, no shaping necessary. | Edward Z. Yang | 2014-06-25 | 1 | -165/+332 |
* | Describe signature mini-backpack. | Edward Z. Yang | 2014-06-24 | 1 | -28/+96 |
* | More updates to Backpack impl docs. | Edward Z. Yang | 2014-06-23 | 2 | -17/+146 |
* | More fixes and updates to implementation document | Edward Z. Yang | 2014-06-20 | 2 | -76/+264 |
* | Improve documentation of defaulting rules with OverloadedStrings | Simon Peyton Jones | 2014-06-20 | 1 | -3/+12 |
* | Add a new section to the manual about hiding things that a module doesn't export | Simon Peyton Jones | 2014-06-20 | 1 | -4/+35 |
* | Finish the rest of the writeup. | Edward Z. Yang | 2014-06-19 | 1 | -81/+242 |
* | In progress Backpack implementation docs. | Edward Z. Yang | 2014-06-18 | 8 | -0/+327 |
* | Fixes #95 :edit command should jump to the last error | Lorenzo Tabacchini | 2014-06-13 | 1 | -1/+3 |