summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.hs
Commit message (Expand)AuthorAgeFilesLines
...
* The Backpack patch.Edward Z. Yang2016-10-081-2/+7
* Print foralls in user formatSimon Peyton Jones2016-09-261-1/+1
* Improve missing-sig warningSimon Peyton Jones2016-08-121-9/+11
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Fix renamer panicSimon Peyton Jones2016-06-241-7/+15
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-2/+2
* Kill nameSetElems in findImportUsageBartosz Nitka2016-06-021-1/+1
* Forbid variables to be parents in import lists.Matthew Pickering2016-05-101-2/+2
* Comments onlySimon Peyton Jones2016-04-281-3/+3
* Improve the behaviour of warnIfSimon Peyton Jones2016-04-221-10/+7
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-4/+5
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-101-6/+13
* Improve printing of pattern synonym typesRik Steenkamp2016-04-021-24/+30
* Refactor `warnMissingSignatures` in `RnNames.hs`Rik Steenkamp2016-02-291-69/+32
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-33/+48
* Make warning names more consistentManav Rathi2016-02-251-6/+6
* Improved error message about exported type operators.Ulya Trofimovich2016-02-161-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-50/+50
* Make HsAppsType contents LocatedAlan Zimmerman2015-12-221-1/+3
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-5/+5
* Add Location to RdrName in FieldOccAlan Zimmerman2015-12-211-2/+2
* Expose enabled language extensions to THBen Gamari2015-12-151-2/+3
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-121-16/+34
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-111-5/+6
* Improved data family export documentationDavid Kraeutmann2015-12-111-2/+3
* Move checking for missing signatures to RnNames.reportUnusedNamesEric Seidel2015-12-071-1/+62
* Refactor ConDeclAlan Zimmerman2015-12-071-1/+12
* Re-export data family when exporting a data instance without an export listDavid Kraeutmann2015-12-071-8/+18
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-4/+4
* More import related hintsJoachim Breitner2015-11-181-0/+1
* Remove imv_empty from ImportedModsValJoachim Breitner2015-11-131-5/+2
* Turn ImportedModsVal into a data typeJoachim Breitner2015-11-131-7/+12
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-131-6/+10
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-37/+83
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-80/+22
* Fix unused-import stuff in a better waySimon Peyton Jones2015-10-301-21/+7
* Record pattern synonymsMatthew Pickering2015-10-291-14/+16
* Systools.hs: Improve detection of GCC and ClangErik de Castro Lopo2015-10-201-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-121/+304
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-131-6/+4
* Revert "Revert "Revert "Change loadSrcInterface to return a list of ModIface"""Edward Z. Yang2015-09-211-47/+28
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-6/+7
* renamer: fix module-level deprecation messageSergei Trofimovich2015-07-251-2/+2
* Parenthesise TypeOperator in import hintsThomas Winant2015-07-231-4/+5
* Revert "Revert "Change loadSrcInterface to return a list of ModIface""Edward Z. Yang2015-07-201-28/+46
* Revert "Change loadSrcInterface to return a list of ModIface"Edward Z. Yang2015-06-111-46/+28
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-27/+16
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-65/+53