summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-312-2/+2
* Refactoring around FunRhsSimon Peyton Jones2017-07-311-5/+4
* Fix #11963 by checking for more mixed type/kindsRichard Eisenberg2017-07-271-5/+20
* Fix #13968 by consulting isBuiltInOcc_maybeRyan Scott2017-07-261-3/+15
* Fix ungrammatical error messageRyan Scott2017-07-211-1/+1
* Typos in comments and explanation for unusused importsGabor Greif2017-07-181-2/+2
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-2/+1
* Fix #13947 by checking for unbounded names moreRyan Scott2017-07-111-2/+3
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-111-1/+10
* Prevent ApplicativeDo from applying to strict pattern matches (#13875)Simon Marlow2017-06-291-6/+56
* Treat banged bindings as FunBindsBen Gamari2017-06-271-2/+2
* change filtering of variables in extract_hs_tv_bndrs (fixes #13782)Carlos Tomé2017-06-211-79/+28
* Fix a bug in -foptimal-applicative-doSimon Marlow2017-06-121-1/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-0612-506/+549
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+1
* A few typos [ci skip]Gabor Greif2017-06-021-1/+1
* Typos in comments and manual [ci skip]Gabor Greif2017-05-231-1/+1
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-121-2/+2
* RnEnv refactoringMatthew Pickering2017-05-114-188/+291
* compiler: Do not look up fail in RnExpr if bind pattern is irrefutible.Aaron Friel2017-05-111-0/+4
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-10/+11
* Typos [ci skip]Gabor Greif2017-05-102-2/+2
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-091-15/+33
* Treat banged bindings as FunBindsBen Gamari2017-05-081-4/+4
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-082-15/+52
* Typos in manual and commentsGabor Greif2017-05-021-1/+1
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-1211-916/+1010
* RnEnv cleanupMatthew Pickering2017-04-121-75/+66
* Fix form of noteBen Gamari2017-04-101-1/+2
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-2/+3
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-022-6/+5
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-1/+9
* Only use locally bound variables in pattern synonym declarationsMatthew Pickering2017-03-272-12/+60
* Remove unused argument from importSuggestionsMatthew Pickering2017-03-271-3/+3
* Fix #13337.Richard Eisenberg2017-03-142-4/+13
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-021-1/+35
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-3/+5
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-012-6/+6
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Type-indexed TypeableBen Gamari2017-02-181-16/+13
* Typos [ci skip]Gabor Greif2017-02-151-1/+1
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-142-13/+18
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-141-22/+52
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-111-4/+5
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-101-2/+38
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-6/+0
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-9/+0
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-37/+71
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+10
* Typos in comments [ci skip]Gabor Greif2017-01-251-2/+2