summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-7/+1
* Caret diag.: Avoid decoding whole module if only specific line is neededalexbiehl2017-04-171-1/+39
* Use intersect and minus instead of filterBartosz Nitka2017-04-172-3/+6
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-173-17/+25
* Drop special handling of iOSMoritz Angermann2017-04-121-8/+1
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-051-1/+1
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-14/+16
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* FastMutInt: fix Int and Ptr sizes when crosscompilingSergei Trofimovich2017-04-021-9/+5
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-0/+15
* Allow colors to be customizedPhil Ruffwind2017-03-233-72/+118
* UniqMap implementation.Edward Z. Yang2017-03-201-0/+210
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-0/+33
* Reimplement minusList using SetDavid Feuer2017-03-141-3/+27
* Typos in manual and commentsGabor Greif2017-03-142-2/+2
* Replace debugging trace with a proper WARNMatthew Pickering2017-03-132-2/+10
* Remove `runs` function which already exists in baseÖmer Sinan Ağacan2017-03-121-19/+2
* 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