summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Allow qualified names to be children in export listsMatthew Pickering2017-04-121-1/+1
* Suggest correct replacement flag name for -dppr-ticksReid Barton2017-04-121-5/+5
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-121-2/+3
* RnEnv cleanupMatthew Pickering2017-04-121-75/+66
* Make let and app consistent in exprIsCheapXSimon Peyton Jones2017-04-122-20/+32
* Add Outputable instance for ArityTypeSimon Peyton Jones2017-04-121-0/+4
* Fix another literal-string bugletSimon Peyton Jones2017-04-121-6/+7
* Improve demand analysis for join pointsSimon Peyton Jones2017-04-121-20/+62
* Kill off complications in CoreFVsSimon Peyton Jones2017-04-122-219/+255
* Typos in comments [ci skip]Gabor Greif2017-04-1113-21/+21
* Fix form of noteBen Gamari2017-04-101-1/+2
* StgCse: Do not re-use trivial case scrutineesJoachim Breitner2017-04-101-53/+55
* Add a Note [Call Arity and Join Points]Joachim Breitner2017-04-091-1/+23
* Parenthesize type/data families correctly for -ddump-splicesAlan Zimmerman2017-04-091-4/+5
* Do Note [Improving seq] alwaysSimon Peyton Jones2017-04-072-96/+82
* More changes to fix a space leak in the simplifier (#13426)Reid Barton2017-04-061-13/+72
* Enable lint checking of levity polymorphic coercionsBen Gamari2017-04-061-1/+5
* Fix name of NoteBen Gamari2017-04-061-1/+1
* Be less aggressive about fragile-context warrningsSimon Peyton Jones2017-04-061-17/+33
* Comments onlySimon Peyton Jones2017-04-061-0/+8
* Yet another attempt at inferring the right quantificationSimon Peyton Jones2017-04-062-170/+231
* Comments and eta expand onlySimon Peyton Jones2017-04-062-3/+3
* Add a missing addDeferredBindingSimon Peyton Jones2017-04-061-1/+2
* Don't report fundep wanted/wanted errorsSimon Peyton Jones2017-04-061-24/+29
* Add comments on DmdAnal space leak fixSimon Peyton Jones2017-04-061-0/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-056-6/+6
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-0416-79/+89
* Use strict types and folds in CoreStatsReid Barton2017-04-041-9/+11
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* Revert "Make raiseIO# produce topRes"David Feuer2017-04-031-4/+6
* Fix validate.Edward Z. Yang2017-04-031-1/+0
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-021-20/+34
* Extra docs on tcg_imports.Edward Z. Yang2017-04-021-1/+25
* Extra docs on exports_from_avail.Edward Z. Yang2017-04-021-0/+3
* Add more documentation on mergeSignatures.Edward Z. Yang2017-04-021-18/+80
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-028-20/+49
* Minor comment updates on CSE.Edward Z. Yang2017-04-021-3/+13
* Derive the definition of nullDavid Feuer2017-04-022-6/+131
* FastMutInt: fix Int and Ptr sizes when crosscompilingSergei Trofimovich2017-04-021-9/+5
* compiler/ghc.mk: fix GhcWithInterpreter=NO build failureSergei Trofimovich2017-04-021-5/+5
* Stamp out space leaks from demand analysisReid Barton2017-04-012-2/+22
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-014-34/+94
* Don't derive showListDavid Feuer2017-04-012-10/+3
* UNREG: ignore -fllvm (Trac #13495)Sergei Trofimovich2017-04-011-1/+1
* Remove Core Lint pass on occurrence analysis output (#13220)Reid Barton2017-03-311-1/+0
* askCc should be using the linker, not the compilerSimon Marlow2017-03-312-7/+8
* Fix space leaks in simplifier (#13426)Reid Barton2017-03-311-1/+4
* Clean up coreView/tcView.Ben Gamari2017-03-3116-105/+153
* Refactor simplExpr (Type ty)Simon Peyton Jones2017-03-311-16/+38