Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmGen: Consolidate MetaExpr pretty-printing | Ben Gamari | 2016-06-18 | 2 | -13/+5 |
* | llvmGen: Make metadata ids a newtype | Ben Gamari | 2016-06-18 | 5 | -20/+30 |
* | CmmNode: Make CmmTickScope's Unique strict | Ben Gamari | 2016-06-18 | 1 | -1/+1 |
* | CoreLint: Slightly improve case type annotation error msgs | Ömer Sinan Ağacan | 2016-06-17 | 1 | -1/+3 |
* | Remove dead code: countOnce, countMany | Joachim Breitner | 2016-06-17 | 1 | -7/+1 |
* | Abort the build when a Core plugin pass is specified in stage1 compiler | Ömer Sinan Ağacan | 2016-06-17 | 2 | -1/+30 |
* | CoreMonad: Update error msg function docs | Ömer Sinan Ağacan | 2016-06-16 | 1 | -4/+4 |
* | Major patch to introduce TyConBinder | Simon Peyton Jones | 2016-06-15 | 48 | -922/+1039 |
* | Re-add FunTy (big patch) | Simon Peyton Jones | 2016-06-15 | 67 | -956/+947 |
* | 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 |