Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge pull request #433 from adamse/split-hsbang | Ben Gamari | 2015-08-10 | 3 | -18/+10 | |
| |\ \ \ | ||||||
| | * | | | HsBang is split into HsSrcBang and HsImplBang | Adam Sandberg Eriksson | 2015-08-09 | 3 | -18/+10 | |
| |/ / / | ||||||
| * | | | Replace (SourceText,FastString) with WithSourceText data type | Alan Zimmerman | 2015-07-31 | 1 | -3/+4 | |
| * | | | Merge pull request #422 from adamse/adamse-D1033 | Ben Gamari | 2015-07-27 | 3 | -9/+14 | |
| |\ \ \ | ||||||
| | * | | | StrictData: changes in HsBang type | Adam Sandberg Eriksson | 2015-07-08 | 3 | -14/+14 | |
| | * | | | StrictData: print correct strictness marks | Adam Sandberg Eriksson | 2015-07-07 | 3 | -9/+14 | |
| |/ / / | ||||||
| * | | | Update after wild card renaming refactoring in D613 | Thomas Winant | 2015-06-08 | 4 | -25/+37 | |
| * | | | ApiAnnotations : strings in warnings do not return SourceText | Alan Zimmerman | 2015-05-25 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
| * | | Track the new location of setRdrNameSpace | Simon Peyton Jones | 2015-05-13 | 1 | -1/+2 | |
| * | | Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385 | Murray Campbell | 2015-05-11 | 2 | -21/+24 | |
| * | | Track API changes to support empty closed type familes | Adam Gundry | 2015-05-04 | 3 | -9/+13 | |
| * | | Track change in API of TyCon | Simon Peyton Jones | 2015-05-01 | 1 | -2/+3 | |
| * | | --package-name and --package-version flags | Mateusz Kowalczyk | 2015-03-15 | 3 | -25/+53 | |
| * | | Track changes in HsSyn for quasi-quotes | Simon Peyton Jones | 2015-02-10 | 3 | -6/+0 | |
| * | | Follow API changes in D538 | Alan Zimmerman | 2015-01-16 | 8 | -69/+61 | |
| * | | Track naming change in DataCon | Simon Peyton Jones | 2015-01-08 | 1 | -3/+3 | |
| * | | Remove redundant constraints from haddock, discovered by -fwarn-redundant-con... | Simon Peyton Jones | 2015-01-06 | 1 | -1/+1 | |
| * | | Eliminate instanceHead' in favour of GHC's instanceSig | Simon Peyton Jones | 2014-12-23 | 1 | -15/+1 | |
| * | | Bump versions for ghc-7.11 | Herbert Valerio Riedel | 2014-12-22 | 2 | -2/+2 | |
| * | | Reset ghc-head with master's tree | Herbert Valerio Riedel | 2014-12-22 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * | | For pattern synonyms, render "pattern" as a keyword | Dr. ERDI Gergo | 2014-11-29 | 3 | -11/+31 | |
| | * | | Support for PartialTypeSignatures | Thomas Winant | 2014-11-28 | 8 | -56/+73 | |
| | * | | Follow API changes in D426 | Alan Zimmerman | 2014-11-21 | 8 | -86/+120 | |
| | * | | Changes to reflect refactoring in GHC as part of #7484 | Richard Eisenberg | 2014-11-20 | 1 | -0/+1 | |
| | * | | Follow changes from #9812 | Jan Stolarek | 2014-11-20 | 1 | -11/+8 | |
| | * | | Update Haddock to new pattern synonym type signature syntax | Dr. ERDI Gergo | 2014-11-20 | 7 | -104/+105 | |
| | * | | Make compatible with `deepseq-1.4.0.0` | Herbert Valerio Riedel | 2014-11-15 | 1 | -3/+3 | |
| | * | | Remove overlapping pattern match | Austin Seipp | 2014-10-31 | 1 | -1/+0 | |
| | * | | reflect ForeignType constructore removal | Yuras Shumovich | 2014-10-31 | 1 | -4/+0 | |
| | * | | Collapse user-defined section by default (re #335) | Herbert Valerio Riedel | 2014-10-31 | 1 | -2/+2 | |
| | * | | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 4 | -29/+117 | |
| | * | | Add .arclint file. | Austin Seipp | 2014-10-20 | 1 | -0/+24 | |
| | * | | Add an .arcconfig file. | Austin Seipp | 2014-10-20 | 1 | -0/+5 | |
| | * | | Fix use-after-close lazy IO bug | Edward Z. Yang | 2014-10-09 | 1 | -1/+1 | |
| | * | | Revert "Fix import of 'empty' due to AMP." | Herbert Valerio Riedel | 2014-09-26 | 1 | -1/+1 | |
| | * | | Revert "Revert "Followup changes to addition of -fwarn-context-quantification"" | Edward Z. Yang | 2014-09-18 | 3 | -2/+7 | |
| | * | | Revert "Followup changes to addition of -fwarn-context-quantification" | Herbert Valerio Riedel | 2014-09-19 | 3 | -7/+2 | |
| | * | | Disambiguate string-literals | Herbert Valerio Riedel | 2014-09-19 | 1 | -4/+4 | |
| | * | | Properly render package ID (not package key) in index, fixes #329. | Edward Z. Yang | 2014-09-18 | 3 | -13/+18 | |
| | * | | Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426) | Krzysztof Gogolewski | 2014-09-14 | 3 | -2/+7 | |
| | * | | Bump `base` constraint for AMP | Herbert Valerio Riedel | 2014-09-09 | 1 | -2/+2 | |
| | * | | Fix import of 'empty' due to AMP. | Austin Seipp | 2014-09-09 | 1 | -1/+1 | |
| | * | | Follow changes to TypeAnnot in GHC HEAD | Alan Zimmerman | 2014-09-05 | 2 | -11/+26 | |
| | * | | Import Data.Word w/o import-list | Herbert Valerio Riedel | 2014-08-31 | 1 | -1/+1 | |
| | * | | Changes due to ghc api changes in package representation | Duncan Coutts | 2014-08-27 | 3 | -27/+17 | |
* | | | | Fix fallout from wildcards refactoring | Ben Gamari | 2015-12-16 | 4 | -9/+23 | |
* | | | | Types: Add Outputable[Bndr] DocName instances | Ben Gamari | 2015-12-16 | 1 | -0/+8 | |
* | | | | Update for D1200 | Ben Gamari | 2015-12-16 | 4 | -4/+8 | |
* | | | | Warnings | Matthew Pickering | 2015-12-14 | 8 | -23/+9 | |
* | | | | Changes to compile with 8.0 | Matthew Pickering | 2015-12-14 | 8 | -82/+82 |