summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsExpr.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Add tracing infrastructure to pattern match checkerMatthew Pickering2016-11-061-0/+4
* Don't warn about name shadowing when renaming the patten in a PatSyn declMatthew Pickering2016-10-011-0/+6
* Fix derived Ix instances for one-constructor GADTsRyan Scott2016-09-111-3/+9
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-12/+67
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+11
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-0/+55
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-104/+128
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-24/+10
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-2/+4
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-101-6/+99
* Refactor in TcMatchesSimon Peyton Jones2016-03-311-7/+9
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-241-4/+2
* Refactor visible type application.Richard Eisenberg2016-03-141-24/+39
* Improve pretty-printing of HsWrappersSimon Peyton Jones2016-02-121-17/+23
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-12/+62
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-110/+110
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-1/+4
* Visible type applicationRichard Eisenberg2015-12-241-8/+27
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+0
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-111-0/+1
* More typos in comments/docsGabor Greif2015-12-091-1/+1
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-28/+20
* Add the rest of the notes for Located RdrNameAlan Zimmerman2015-11-231-0/+12
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-10/+10
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-5/+5
* Refactor HsExpr.RecordCon, RecordUpdSimon Peyton Jones2015-11-181-18/+19
* MonadFail proposal, phase 1David Luposchainsky2015-11-171-1/+1
* Implement OverloadedLabelsAdam Gundry2015-11-171-0/+5
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-23/+24
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-111-22/+36
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-1/+3
* Disambiguate record selectors by type signatureAdam Gundry2015-10-301-4/+4
* Record pattern synonymsMatthew Pickering2015-10-291-3/+32
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-2/+7
* Replace [PostTc id Type] with PostTc id [Type]Matthew Pickering2015-09-201-5/+6
* ApplicativeDo transformationSimon Marlow2015-09-171-10/+81
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-2/+0
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-7/+11
* Typos in comments and stringsGabor Greif2015-07-301-1/+1
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-20/+25
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-6/+7
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-2/+1
* Revert multiple commitsAustin Seipp2015-05-141-1/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-2/+1
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-061-22/+22
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-061-22/+22
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Show record construction/update without parensThomas Miedema2015-03-021-1/+3
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-53/+69