summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-18/+24
* Read COMPLETE sets from external packagesBen Gamari2017-03-061-1/+0
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-031-0/+1
* Read COMPLETE sets from external packagesRyan Scott2017-03-021-1/+0
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-5/+1
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-016-43/+121
* Use half as much memory when reading interfacesReid Barton2017-02-231-1/+1
* Type-indexed TypeableBen Gamari2017-02-182-4/+174
* Simplify OutputableBndrSimon Peyton Jones2017-02-171-12/+6
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-141-1/+4
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-121-1/+10
* Binary: Correct endian issue when cross-compilingalexbiehl2017-02-111-30/+55
* Binary: Only allocate un-interned FastStringsalexbiehl2017-02-111-2/+3
* Use proper primitives in Utils.Binaryalexbiehl2017-02-051-93/+96
* Ditch static flagsSylvain Henry2017-02-021-28/+43
* Spelling fixesGabor Greif2017-02-021-1/+1
* Join pointsLuke Maurer2017-02-012-0/+23
* Export callStackDocBen Gamari2017-01-311-1/+1
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-301-0/+54
* Fix deprecation warnings from containersErik de Castro Lopo2017-01-303-8/+8
* UniqSet: Implement unionManyUniqSets in terms of foldl' instead of foldrBen Gamari2017-01-241-4/+4
* Update levity polymorphismRichard Eisenberg2017-01-192-1/+13
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Unbreak build with ghc-7.10.1Yuras Shumovich2017-01-171-0/+2
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-111-5/+32
* Fix terminal corruption bug and clean up SDoc interface.Phil Ruffwind2017-01-101-12/+39
* Fix typo in commentSteffen Forkmann2017-01-101-1/+1
* Enable subsections via symbols on iOSDemi Obenour2017-01-101-0/+6
* Typos in comments (and in a test)Gabor Greif2017-01-091-3/+3
* Improve StringBuffer and FastString docsPhil Ruffwind2016-12-172-4/+51
* Typos in commentsGabor Greif2016-12-161-1/+1
* print * in unicode correctly (fixes #12550)John Leo2016-12-131-1/+4
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-4/+3
* Make dropDerivedSimples restore [WD] constraintsSimon Peyton Jones2016-12-121-0/+16
* Make globals use sharedCAFMoritz Angermann2016-12-112-7/+34
* Disable colors unless printing to stderrPhil Ruffwind2016-12-091-26/+40
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-073-3/+32
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-302-34/+7
* Make globals use sharedCAFMoritz Angermann2016-11-292-7/+34
* OrdList: Add Foldable, Traversable instancesBen Gamari2016-11-291-3/+9
* Refactor Pattern Match Checker to use ListTMatthew Pickering2016-11-291-0/+71
* Make diagnostics slightly more colorfulPhil Ruffwind2016-11-291-14/+52
* Typos in comments only [ci skip]Gabor Greif2016-11-281-3/+3
* Kill Type pretty-printerBen Gamari2016-11-131-0/+8
* Fix broken validate build.Tamar Christina2016-11-061-1/+1
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-061-0/+8
* Uninstall signal handlersSylvain HENRY2016-11-021-22/+57
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-132-32/+63
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-2/+8
* The Backpack patch.Edward Z. Yang2016-10-081-1/+1