summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnExports.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve error recovery in the typecheckerSimon Peyton Jones2019-03-161-4/+4
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* Fix #13839: GHCi warnings do not respect the default module headerwip/magic-carpet-rideRoland Senn2019-03-081-4/+34
* Uphold AvailTC Invariant for associated data famsAlec Theriault2019-02-181-5/+47
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-18/+21
* Don't reverse explicit export lists during renamingSimon Jakobi2018-11-221-23/+32
* Fix trac #15702, as a followon to fix for #13704.Chris Smith2018-11-171-2/+4
* resolve T13704chessai2018-10-021-7/+6
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-171-15/+12
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-27/+31
* Fix panic on module re-exports of DuplicateRcordFieldsAdam Gundry2018-03-251-13/+32
* typecheck: Consistently use pretty quotes in error messagesBen Gamari2017-11-271-6/+9
* Add warn-missing-export-listsEvan Rutledge Borden2017-11-211-4/+14
* Tidy up some convoluted "child/parent" codeSimon Peyton Jones2017-10-111-72/+61
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Renamer now preserves location for IEThingWith list itemsAlan Zimmerman2017-09-151-18/+19
* Remember the AvailInfo for each IEalexbiehl2017-09-051-16/+20
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-8/+8
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-19/+22
* RnEnv refactoringMatthew Pickering2017-05-111-185/+34
* Implement sequential name lookup properlyMatthew Pickering2017-05-041-7/+19
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-121-0/+2
* Allow qualified names to be children in export listsMatthew Pickering2017-04-121-1/+1
* Extra docs on exports_from_avail.Edward Z. Yang2017-04-021-0/+3
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-021-1/+2
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-17/+23
* Spelling fixes in non-exported data typeGabor Greif2017-01-131-26/+26
* Typos in manual, comments and testsGabor Greif2017-01-121-2/+2
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-4/+11
* Optimise whole module exportsMatthew Pickering2016-11-181-11/+14
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-5/+6
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-0/+848