summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Stomp a few typos and grammarosGabor Greif2018-12-171-1/+1
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* Support generating HIE filesAlec Theriault2018-12-111-12/+29
* Add haddock for Node in Digraph. [skip ci]klebinger.andreas@gmx.at2018-12-071-8/+16
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-292-1/+11
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-1/+1
* Fix unused-import warningsDavid Eichmann2018-11-223-3/+0
* Refactor TcRnMonad.mapAndRecoverMSimon Jakobi2018-11-221-0/+5
* Fix deadlock bug when mkFastStringWith is duplicatedZejun Wu2018-11-222-3/+5
* Rename literal constructorsSylvain Henry2018-11-224-45/+45
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-1/+6
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-0/+4
* More compact Outputable instance for `Uniq(D)Set`Sebastian Graf2018-11-172-2/+4
* Speed up MonadUtils.mapMaybeMSimon Jakobi2018-11-171-5/+4
* NCG: New code layout algorithm.Andreas Klebinger2018-11-173-3/+123
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-151-0/+11
* Make `UniqDSet` a newtypeSebastian Graf2018-11-133-28/+61
* Add Int8# and Word8#Michal Terepeta2018-11-021-0/+8
* Move eta-reduced coaxiom compatibility handling quirks into FamInstEnv.mniip2018-11-011-1/+10
* Finish fix for #14880.Tobias Dammers2018-10-283-1/+8
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-281-87/+148
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-8/+0
* Add Int8# and Word8#Michal Terepeta2018-10-071-0/+8
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-6/+0
* Normalise EmptyCase types using the constraint solverRyan Scott2018-09-281-0/+7
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+13
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-217-23/+22
* Cosmetics in GraphColorKrzysztof Gogolewski2018-08-151-1/+1
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-121-6/+2
* Stop the linker panicMoritz Angermann2018-08-061-0/+13
* Fix typosKrzysztof Gogolewski2018-08-051-1/+1
* Fix space leaksSimon Marlow2018-07-161-1/+1
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-201-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-4/+7
* Check for singletons when creating Bag/OrdList from a list.klebinger.andreas@gmx.at2018-06-022-0/+2
* vectorise: Put it out of its miseryBen Gamari2018-06-021-3/+2
* Remove incorrect commentSimon Jakobi2018-05-301-1/+0
* Improve performance of CallArityJoachim Breitner2018-05-221-0/+8
* Add pprTraceM to Outputable as analog to traceM.klebinger.andreas@gmx.at2018-05-161-1/+4
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-131-15/+0
* Remove unused things from utils/DigraphDavid Feuer2018-05-131-89/+2
* Refactor LitStringSylvain Henry2018-05-133-59/+83
* Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module.klebinger.andreas@gmx.at2018-05-051-0/+405
* Track type variable scope more carefully.Richard Eisenberg2018-03-312-1/+19
* Implement equalKeysUFM the right wayDavid Feuer2018-03-191-7/+2
* Implement -dword-hex-literalsAndrew Martin2018-03-192-5/+71
* aclocal.m4: add OSHurd (debian patch)Sergei Trofimovich2018-03-171-0/+2
* Drop GHC 8.0 compatibilityRyan Scott2018-03-133-37/+2
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-9/+1
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-212-5/+17