Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Make the Ord Module independent of Unique order" | Simon Peyton Jones | 2016-06-15 | 1 | -59/+25 |
* | Simplify readProcessEnvWithExitCode + set LANGUAGE=C | Thomas Miedema | 2016-06-14 | 1 | -39/+13 |
* | Rename cmpType to nonDetCmpType | Bartosz Nitka | 2016-06-14 | 5 | -35/+45 |
* | Adjust error message slightly | Simon Peyton Jones | 2016-06-14 | 1 | -2/+2 |
* | Make the Ord Module independent of Unique order | Bartosz Nitka | 2016-06-13 | 1 | -25/+59 |
* | Use UniqFM for SigOf | Bartosz Nitka | 2016-06-13 | 1 | -4/+5 |
* | Kill unused foldModuleEnv | Bartosz Nitka | 2016-06-13 | 1 | -4/+1 |
* | Remove some traceTc calls | Simon Peyton Jones | 2016-06-13 | 1 | -4/+1 |
* | Beef up isPredTy | Simon Peyton Jones | 2016-06-13 | 1 | -7/+22 |
* | Fix the in-scope set for extendTvSubstWithClone | Simon Peyton Jones | 2016-06-13 | 2 | -2/+9 |
* | Beef up mkNakedCastTy | Simon Peyton Jones | 2016-06-13 | 1 | -1/+7 |
* | Move the constraint-kind validity check | Simon Peyton Jones | 2016-06-13 | 2 | -21/+9 |
* | Get in-scope set right in top_instantiate | Simon Peyton Jones | 2016-06-13 | 1 | -5/+11 |
* | Tidy up zonkQuantifiedTyVar | Simon Peyton Jones | 2016-06-13 | 1 | -21/+7 |
* | Improve typechecking of let-bindings | Simon Peyton Jones | 2016-06-13 | 25 | -1596/+1793 |
* | Kill off redundant SigTv check in occurCheckExpand | Simon Peyton Jones | 2016-06-13 | 1 | -13/+6 |
* | ModuleSet: Use an actual set instead of map to units | Ömer Sinan Ağacan | 2016-06-11 | 1 | -6/+8 |
* | Small refactor to mkRuntimErrorId | Simon Peyton Jones | 2016-06-10 | 1 | -29/+24 |
* | Minor refactoring | Simon Peyton Jones | 2016-06-10 | 2 | -12/+12 |
* | Comments only | Simon Peyton Jones | 2016-06-10 | 3 | -24/+18 |
* | Refine imports slightly | Simon Peyton Jones | 2016-06-10 | 1 | -1/+1 |
* | Comments only | Simon Peyton Jones | 2016-06-10 | 2 | -2/+8 |
* | Fix #12099: Remove bogus flags | Sean Gillespie | 2016-06-10 | 1 | -4/+4 |
* | Improve the error messages for static forms. | Facundo Domínguez | 2016-06-09 | 5 | -52/+251 |
* | Fix Ticky histogram on Windows | Tamar Christina | 2016-06-09 | 2 | -16/+10 |
* | Remove Ord AltCon | Bartosz Nitka | 2016-06-09 | 1 | -1/+1 |
* | Remove Ord PatSyn | Bartosz Nitka | 2016-06-09 | 1 | -7/+0 |
* | Remove Ord Class | Bartosz Nitka | 2016-06-09 | 1 | -7/+0 |
* | Remove Ord (CoAxiom br) | Bartosz Nitka | 2016-06-09 | 1 | -9/+2 |
* | Implement Eq TyCon directly | Bartosz Nitka | 2016-06-09 | 1 | -2/+2 |
* | Fix #12076 by inlining trivial expressions in CorePrep. | Edward Z. Yang | 2016-06-08 | 5 | -19/+141 |
* | Minor performance note about IdInfo. | Edward Z. Yang | 2016-06-08 | 1 | -0/+4 |
* | Fix #12064 by making IfaceClass typechecking more lazy. | Edward Z. Yang | 2016-06-08 | 2 | -10/+13 |
* | Literal: Remove unused hashLiteral function | Ömer Sinan Ağacan | 2016-06-08 | 1 | -37/+0 |
* | Report term sizes with -v3 even when -ddump is enabled | Ömer Sinan Ağacan | 2016-06-08 | 1 | -6/+7 |
* | Revert "Desugar: Display resulting program stats with -v2" | Ömer Sinan Ağacan | 2016-06-08 | 1 | -6/+0 |
* | Desugar: Display resulting program stats with -v2 | Ömer Sinan Ağacan | 2016-06-08 | 1 | -0/+6 |
* | Use pprUFM in pprStgLVs | Bartosz Nitka | 2016-06-07 | 1 | -1/+2 |
* | Kill varSetElems | Bartosz Nitka | 2016-06-07 | 3 | -8/+10 |
* | Make vectInfoParallelVars a DVarSet | Bartosz Nitka | 2016-06-07 | 8 | -17/+19 |
* | Document determinism in pprintClosureCommand | Bartosz Nitka | 2016-06-07 | 1 | -1/+4 |
* | Use DVarSet in Vectorise.Exp | Bartosz Nitka | 2016-06-07 | 1 | -27/+26 |
* | Kill varSetElems in checkValidInferredKinds | Bartosz Nitka | 2016-06-07 | 1 | -1/+4 |
* | Fix build by removing unused import | Bartosz Nitka | 2016-06-07 | 1 | -1/+0 |
* | Kill two instances of uniqSetToList | Bartosz Nitka | 2016-06-07 | 2 | -10/+10 |
* | CoreToStg: Remove hand-written Eq instances of HowBound and LetInfo | Ömer Sinan Ağacan | 2016-06-07 | 1 | -13/+3 |
* | Use a deterministic map for imp_dep_mods | Bartosz Nitka | 2016-06-07 | 4 | -21/+20 |
* | Kill occSetElts | Bartosz Nitka | 2016-06-07 | 1 | -3/+1 |
* | Merge MatchFixity and HsMatchContext | Alan Zimmerman | 2016-06-06 | 35 | -334/+455 |
* | Make UnitIdMap a deterministic map | Bartosz Nitka | 2016-06-06 | 2 | -27/+33 |