summaryrefslogtreecommitdiff
path: root/compiler/iface
Commit message (Expand)AuthorAgeFilesLines
* Change `OPTIONS_GHC -O` to `OPTIONS_GHC -O2`Douglas Wilson2017-11-091-1/+1
* Invoke lintUnfolding only on top-level unfoldings (#14430)Joachim Breitner2017-11-081-18/+19
* Tidy up IfaceEqualityTyConSimon Peyton Jones2017-10-312-45/+44
* Fix #14390 by making toIfaceTyCon aware of equalityRyan Scott2017-10-291-0/+6
* Fix space leak in BinIface.getSymbolTableDouglas Wilson2017-10-251-10/+23
* Include usg_file_hash in ghc --show-iface outputSimon Marlow2017-10-241-1/+2
* Levity polymorphic Backpack.Edward Z. Yang2017-10-161-3/+6
* Track the order of user-written tyvars in DataConRyan Scott2017-10-035-45/+99
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1912-0/+23
* Fix #13963.Richard Eisenberg2017-09-141-1/+3
* Fix #13407 by suppressing invisibles better.Richard Eisenberg2017-09-141-3/+3
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-022-28/+30
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-3/+7
* Add debugPprTypeSimon Peyton Jones2017-08-313-3/+3
* Small refactor of getRuntimeRepSimon Peyton Jones2017-08-291-1/+1
* Fix #14060 by more conservatively annotating TH-reified typesRyan Scott2017-08-141-1/+1
* Fix hs-boot knot-tying with record wild cards.Edward Z. Yang2017-07-281-1/+8
* Remove old coercion pretty-printerRichard Eisenberg2017-07-273-4/+5
* Preserve CoVar uniques during pretty printingRichard Eisenberg2017-07-274-4/+15
* Fix binder visiblity for default methodsSimon Peyton Jones2017-07-262-68/+4
* Make IfaceAxiom typechecking lazier.Edward Z. Yang2017-07-201-1/+8
* Implement recompilation checking for -fignore-assertsÖmer Sinan Ağacan2017-07-031-1/+5
* Typos in commentsRyan Scott2017-06-291-1/+1
* Refactor temp files cleanupDouglas Wilson2017-06-081-2/+2
* Fix build after 'Shrink a couple of hs-boot files'Bartosz Nitka2017-05-272-3/+1
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-261-38/+49
* Shrink a couple of hs-boot filesSimon Peyton Jones2017-05-262-26/+8
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-201-1/+9
* Account for IfUnpackCo in freeNamesIfDeclSimon Peyton Jones2017-05-191-2/+8
* Refactor freeNamesIfDeclSimon Peyton Jones2017-05-191-44/+68
* Comments and white space onlySimon Peyton Jones2017-05-191-3/+2
* Kill off unused IfaceType.eqIfaceTypeSimon Peyton Jones2017-05-162-120/+21
* Revert "Use a deterministic map for imp_dep_mods"Bartosz Nitka2017-05-151-3/+2
* Revert "Stress test for nested module hierarchies"Bartosz Nitka2017-05-151-2/+3
* Stress test for nested module hierarchiesBartosz Nitka2017-05-151-3/+2
* Parenthesize pretty-printed equalities when necessaryRyan Scott2017-05-111-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Only pretty-print binders in closed type families with -fprint-explicit-forallsRyan Scott2017-04-251-1/+5
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-2/+2
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-021-2/+8
* Typos in comments [ci skip]Gabor Greif2017-03-301-1/+1
* Recompile if -fhpc is added or removed (#11798)Reid Barton2017-03-261-2/+8
* Introduce putLogMsgBen Gamari2017-03-152-8/+7
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-2/+2
* Comments only [ci skip]Gabor Greif2017-03-091-1/+1
* Comments only [ci skip]Reid Barton2017-03-081-0/+27
* Read COMPLETE sets from external packagesBen Gamari2017-03-064-33/+31
* Deserialize IfaceId more lazilyReid Barton2017-03-031-6/+2
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-034-31/+33