Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testsuite: enable ghci.prog010 (#2542) | Thomas Miedema | 2016-06-14 | 5 | -5/+15 |
* | Build system: mention ghc version in bindist's `configure --help` docdir | Thomas Miedema | 2016-06-14 | 1 | -1/+1 |
* | Adjust error message slightly | Simon Peyton Jones | 2016-06-14 | 2 | -3/+3 |
* | Update Haddock to follow change in LHsSigWcType | Simon Peyton Jones | 2016-06-13 | 1 | -0/+0 |
* | Make the Ord Module independent of Unique order | Bartosz Nitka | 2016-06-13 | 7 | -58/+92 |
* | Use UniqFM for SigOf | Bartosz Nitka | 2016-06-13 | 1 | -4/+5 |
* | Kill unused foldModuleEnv | Bartosz Nitka | 2016-06-13 | 1 | -4/+1 |
* | Add thin library support to Windows too | Tamar Christina | 2016-06-13 | 6 | -61/+119 |
* | A second test for Trac #12055 | Simon Peyton Jones | 2016-06-13 | 3 | -0/+53 |
* | Test Trac #12055 | Simon Peyton Jones | 2016-06-13 | 2 | -0/+46 |
* | Add to .gitignore | Simon Peyton Jones | 2016-06-13 | 1 | -0/+3 |
* | 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 | 166 | -4276/+4762 |
* | Kill off redundant SigTv check in occurCheckExpand | Simon Peyton Jones | 2016-06-13 | 1 | -13/+6 |
* | rts: Fix NUMA when cross compiling | Erik de Castro Lopo | 2016-06-13 | 3 | -8/+11 |
* | Disable T12031 on linux | Tamar Christina | 2016-06-12 | 1 | -0/+1 |
* | Fix incorrect calculated relocations on Windows x86_64 | Tamar Christina | 2016-06-12 | 9 | -33/+97 |
* | Skip retc001 on OSX | Matthew Pickering | 2016-06-12 | 1 | -1/+2 |
* | rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefined | Erik de Castro Lopo | 2016-06-12 | 1 | -2/+2 |
* | ModuleSet: Use an actual set instead of map to units | Ömer Sinan Ağacan | 2016-06-11 | 1 | -6/+8 |
* | Rts flags cleanup | Simon Marlow | 2016-06-10 | 7 | -134/+88 |
* | NUMA support | Simon Marlow | 2016-06-10 | 43 | -305/+812 |
* | 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 | 4 | -4/+32 |
* | Remove Printer.c:prettyPrintClosure() | Ömer Sinan Ağacan | 2016-06-10 | 2 | -82/+0 |
* | prettyPrintClosure(): Untag the closure before accessing fields | Ömer Sinan Ağacan | 2016-06-10 | 1 | -0/+2 |
* | Improve the error messages for static forms. | Facundo Domínguez | 2016-06-09 | 9 | -64/+288 |
* | Fix Ticky histogram on Windows | Tamar Christina | 2016-06-09 | 3 | -17/+11 |
* | Docs: delete PatternGuards documentation | Thomas Miedema | 2016-06-09 | 2 | -102/+15 |
* | 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 |
* | Docs: fix links to ghc-flags | Thomas Miedema | 2016-06-09 | 9 | -83/+83 |
* | Testsuite: delete dead code [skip ci] | Thomas Miedema | 2016-06-09 | 1 | -19/+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 |
* | Remove special casing of Windows in generic files | Tamar Christina | 2016-06-09 | 3 | -26/+41 |
* | Fix #12076 by inlining trivial expressions in CorePrep. | Edward Z. Yang | 2016-06-08 | 8 | -20/+172 |
* | 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 | 6 | -10/+25 |