summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-35/+75
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-02-211-1/+23
* Comments only, in GhcPreludeSimon Peyton Jones2019-02-201-1/+5
* Properly escape character literals in HaddocksAlec Theriault2019-02-151-4/+4
* Make a smart mkAppTyMSimon Peyton Jones2019-02-142-3/+6
* Improve snocView implementation.klebinger.andreas@gmx.at2019-02-091-12/+17
* Replace a few uses of snocView with last/lastMaybe.klebinger.andreas@gmx.at2019-02-092-3/+12
* Replace BlockSequence with OrdList in BlockLayout.hsklebinger.andreas@gmx.at2019-01-311-1/+22
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-313-20/+14
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-182-1/+7
* 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