git.haskell.org
/
ghc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Improve the behaviour of warnIf
[ghc.git]
/
compiler
/
rename
/
2016-04-22
Simon Peyton Jones
Improve the behaviour of warnIf
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
SCC analysis for instances as well as types/classes
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Tighten checking for associated type instances
tree
|
commitdiff
2016-04-12
Richard Eisenberg
Fix #11811.
tree
|
commitdiff
2016-04-10
Jason Eisenberg
Fix suggestions for unbound variables (#11680)
tree
|
commitdiff
2016-04-10
Dominik Bollmann
Fix Template Haskell bug reported in #11809.
tree
|
commitdiff
2016-04-05
Herbert Valerio...
Fix misattribution of `-Wunused-local-binds` warnings
tree
|
commitdiff
2016-04-02
Rik Steenkamp
Improve printing of pattern synonym types
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Refactor in TcMatches
tree
|
commitdiff
2016-03-29
Ben Gamari
rename: Disallow type signatures in patterns in plain...
tree
|
commitdiff
2016-03-15
Richard Eisenberg
Fix #11648.
tree
|
commitdiff
2016-03-15
Richard Eisenberg
Refactor visible type application.
tree
|
commitdiff
2016-03-11
Simon Marlow
Add -foptimal-applicative-do
tree
|
commitdiff
2016-03-11
Owen Stephens
Add Note [Running splices in the Renamer]
tree
|
commitdiff
2016-03-11
Edward Z. Yang
Fix #11624, cannot declare hs-boot if already one in...
tree
|
commitdiff
2016-03-05
Adam Gundry
Drop module qualifier from punned record fields (#11662)
tree
|
commitdiff
2016-02-29
Rik Steenkamp
Refactor `warnMissingSignatures` in `RnNames.hs`
tree
|
commitdiff
2016-02-26
Gabor Greif
Typos in comments, etc.
tree
|
commitdiff
2016-02-25
Michael Walker
Print which warning-flag controls an emitted warning
tree
|
commitdiff
2016-02-25
Matthew Pickering
Improve accuracy of suggestion to use TypeApplications
tree
|
commitdiff
2016-02-25
Manav Rathi
Make warning names more consistent
tree
|
commitdiff
2016-02-25
Ben Gamari
ApplicativeDo: Handle terminal `pure` statements
tree
|
commitdiff
2016-02-20
Simon Marlow
Fix a bug in ApplicativeDo (#11612)
tree
|
commitdiff
2016-02-20
Simon Marlow
Refactoring only: use ExprLStmt
tree
|
commitdiff
2016-02-17
Richard Eisenberg
Fix #11241.
tree
|
commitdiff
2016-02-16
Ulya Trofimovich
Improved error message about exported type operators.
tree
|
commitdiff
2016-02-14
Alan Zimmerman
renamer discards name location for HsRecField
tree
|
commitdiff
2016-02-08
Simon Peyton Jones
Allow foralls in instance decls
tree
|
commitdiff
2016-01-27
Richard Eisenberg
Refactor the typechecker to use ExpTypes.
tree
|
commitdiff
2016-01-26
RyanGlScott
Split off -Wunused-type-variables from -Wunused-matches
tree
|
commitdiff
2016-01-24
Herbert Valerio...
Implement `-Wnoncanonical-monadfail-instances` warning
tree
|
commitdiff
2016-01-18
Jan Stolarek
Replace calls to `ptext . sLit` with `text`
tree
|
commitdiff
2016-01-18
Simon Peyton Jones
Implement scoped type variables in pattern synonyms
tree
|
commitdiff
2016-01-16
Alan Zimmerman
Work SourceText in for all integer literals
tree
|
commitdiff
2016-01-16
Rik Steenkamp
Fix some typos
tree
|
commitdiff
2016-01-15
Richard Eisenberg
Fix #11404
tree
|
commitdiff
2016-01-15
RyanGlScott
Refactor lookupFixityRn-related code following D1744
tree
|
commitdiff
2016-01-07
Gabor Greif
Typos in docs and comments
tree
|
commitdiff
2015-12-31
Herbert Valerio...
Remove some redundant definitions/constraints
tree
|
commitdiff
2015-12-31
Herbert Valerio...
Drop pre-AMP compatibility CPP conditionals
tree
|
commitdiff
2015-12-29
Adam Gundry
Fix panic when using pattern synonyms with Disambiguate...
tree
|
commitdiff
2015-12-24
Richard Eisenberg
Visible type application
tree
|
commitdiff
2015-12-23
Simon Peyton Jones
Comments only
tree
|
commitdiff
2015-12-23
Simon Peyton Jones
Tidy up and comment wildcards in family instances
tree
|
commitdiff
2015-12-22
Simon Peyton Jones
Refactor named wildcards (again)
tree
|
commitdiff
2015-12-22
Alan Zimmerman
Make HsAppsType contents Located
tree
|
commitdiff
2015-12-21
Jan Stolarek
Add proper GADTs support to Template Haskell
tree
|
commitdiff
2015-12-21
Michał Sośnicki
Warn about unused type variables in type families
tree
|
commitdiff
2015-12-21
Alan Zimmerman
Add Location to RdrName in FieldOcc
tree
|
commitdiff
2015-12-16
David Luposchainsky
Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flags
tree
|
commitdiff
2015-12-15
Ben Gamari
Expose enabled language extensions to TH
tree
|
commitdiff
2015-12-15
Ben Gamari
DynFlags Remove -fwarn-context-quantification flag
tree
|
commitdiff
2015-12-14
Richard Eisenberg
Suggest import Data.Kinds when * is out of scope
tree
|
commitdiff
2015-12-12
Matthew Pickering
Implement -fwarn-missing-pat-syn-sigs
tree
|
commitdiff
2015-12-11
Richard Eisenberg
Add kind equalities to GHC.
tree
|
commitdiff
2015-12-11
Adam Gundry
Fix infix record field fixity (#11167 and #11173).
tree
|
commitdiff
2015-12-11
David Kraeutmann
Improved data family export documentation
tree
|
commitdiff
2015-12-07
Eric Seidel
Move checking for missing signatures to RnNames.reportU...
tree
|
commitdiff
2015-12-07
Alan Zimmerman
Refactor ConDecl
tree
|
commitdiff
2015-12-07
David Kraeutmann
Re-export data family when exporting a data instance...
tree
|
commitdiff
2015-12-06
Herbert Valerio...
Implement new `-fwarn-noncanonical-monoid-instances`
tree
|
commitdiff
2015-12-02
Simon Peyton Jones
Comments only (isIrrefutablePat)
tree
|
commitdiff
2015-12-01
Simon Peyton Jones
Refactor treatment of wildcards
tree
|
commitdiff
2015-11-29
Matthew Pickering
Remove deprecated quasiquoter syntax.
tree
|
commitdiff
2015-11-29
Herbert Valerio...
Implement new -XTemplateHaskellQuotes pragma
tree
|
commitdiff
2015-11-24
Herbert Valerio...
Implement new `-fwarn-noncanonical-monad-instances`
tree
|
commitdiff
2015-11-22
Alan Zimmerman
ApiAnnotations: Make all RdrName occurences Located
tree
|
commitdiff
2015-11-18
Simon Peyton Jones
Refactor HsExpr.RecordCon, RecordUpd
tree
|
commitdiff
2015-11-18
Joachim Breitner
More import related hints
tree
|
commitdiff
2015-11-17
David Luposchainsky
MonadFail proposal, phase 1
tree
|
commitdiff
2015-11-17
Adam Gundry
Implement OverloadedLabels
tree
|
commitdiff
2015-11-13
Joachim Breitner
Remove imv_empty from ImportedModsVal
tree
|
commitdiff
2015-11-13
Joachim Breitner
Turn ImportedModsVal into a data type
tree
|
commitdiff
2015-11-13
Joachim Breitner
Give helpful advice when a fully qualified name is...
tree
|
commitdiff
2015-11-13
Alan Zimmerman
APIAnnotations:add Locations in hsSyn for layout
tree
|
commitdiff
2015-11-11
Alan Zimmerman
Remove fun_infix from Funbind, as it is now in Match
tree
|
commitdiff
2015-11-11
Jan Stolarek
Remove unused field in ConDecl
tree
|
commitdiff
2015-11-11
Matthew Pickering
Associate pattern synonyms with types in module exports
tree
|
commitdiff
2015-11-07
Matthew Pickering
Remove PatSynBuilderId
tree
|
commitdiff
2015-11-01
Alan Zimmerman
ApiAnnotations: BooleanFormula is not properly Located
tree
|
commitdiff
2015-10-30
Adam Gundry
Disambiguate record selectors by type signature
tree
|
commitdiff
2015-10-30
Simon Peyton Jones
Record usage information using GlobalRdrElt
tree
|
commitdiff
2015-10-30
Simon Peyton Jones
Fix unused-import stuff in a better way
tree
|
commitdiff
2015-10-29
Matthew Pickering
Record pattern synonyms
tree
|
commitdiff
2015-10-28
Simon Peyton Jones
Pattern synonyms: swap provided/required
tree
|
commitdiff
2015-10-19
Erik de Castro Lopo
Systools.hs: Improve detection of GCC and Clang
tree
|
commitdiff
2015-10-17
Herbert Valerio...
Make Monad/Applicative instances MRP-friendly
tree
|
commitdiff
2015-10-16
Jan Stolarek
Add typed holes support in Template Haskell.
tree
|
commitdiff
2015-10-16
Adam Gundry
Implement DuplicateRecordFields
tree
|
commitdiff
2015-10-15
Edward Z. Yang
Rename package key to unit ID, and installed package...
tree
|
commitdiff
2015-10-13
Ömer Sinan Ağacan
Fix incorrect import warnings when methods with identic...
tree
|
commitdiff
2015-09-21
Edward Z. Yang
Revert "Revert "Revert "Change loadSrcInterface to...
tree
|
commitdiff
2015-09-20
Matthew Pickering
Replace [PostTc id Type] with PostTc id [Type]
tree
|
commitdiff
2015-09-17
Simon Marlow
ApplicativeDo transformation
tree
|
commitdiff
2015-09-11
Jan Stolarek
Dead code removal, export cleanup
tree
|
commitdiff
2015-09-03
Jan Stolarek
Injective type families
tree
|
commitdiff
2015-09-02
Michael Smith
Expand declaration QQs first (#10047)
tree
|
commitdiff
2015-08-05
Simon Peyton Jones
Minor refactor to use filterInScope
tree
|
commitdiff
2015-08-05
Simon Peyton Jones
Comments only
tree
|
commitdiff
2015-08-03
Thomas Winant
Support wild cards in data/type family instances
tree
|
commitdiff
next