| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GCC bin folder to search path. | Tamar Christina | 2017-03-06 | 1 | -2/+4 |
* | Extend Windows runtime loader libsearch | Tamar Christina | 2017-03-02 | 1 | -4/+7 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 2 | -11/+10 |
* | Load `pthreads` by default on Windows | Tamar Christina | 2017-02-26 | 1 | -1/+13 |
* | Tweaks and typos in manual, note refs, comments | Gabor Greif | 2017-02-09 | 1 | -1/+1 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 2 | -16/+17 |
* | Add support for StaticPointers in GHCi | Ben Gamari | 2017-02-02 | 1 | -0/+7 |
* | Typos and grammar in manual/comments | Gabor Greif | 2017-01-23 | 1 | -1/+1 |
* | Always use -Xlinker for -rpath | Bartosz Nitka | 2017-01-21 | 1 | -4/+9 |
* | Show explicit quantifiers in conflicting definitions error | Phil de Joux | 2017-01-20 | 1 | -1/+2 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 2 | -18/+62 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 5 | -68/+58 |
* | Fix abort and import lib search on Windows | Tamar Christina | 2017-01-15 | 1 | -1/+3 |
* | Simplify CPP logic as we now need v7.10 for bootstrapping | Gabor Greif | 2017-01-13 | 1 | -5/+1 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-20 | 5 | -2/+72 |
* | Revert "Allow use of the external interpreter in stage1." | Tamar Christina | 2016-12-19 | 5 | -49/+2 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-17 | 5 | -2/+49 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-12-11 | 1 | -22/+22 |
* | Revert "Make globals use sharedCAF" | Ben Gamari | 2016-11-30 | 1 | -22/+22 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-11-29 | 1 | -22/+22 |
* | GHCi: Unconditionally import System.Directory | Ben Gamari | 2016-11-17 | 1 | -1/+1 |
* | Fix -fobject-code with -fexternal-interpreter | Simon Marlow | 2016-11-16 | 1 | -3/+15 |
* | Remove CONSTR_STATIC | Simon Marlow | 2016-11-14 | 1 | -1/+1 |
* | Some minor linker cleanups. | Tamar Christina | 2016-11-06 | 1 | -1/+1 |
* | Align GHCi's library search order more closely with LDs | Tamar Christina | 2016-10-31 | 1 | -3/+4 |
* | Add and use a new dynamic-library-dirs field in the ghc-pkg info | Duncan Coutts | 2016-10-21 | 1 | -1/+2 |
* | A collection of type-inference refactorings. | Simon Peyton Jones | 2016-10-21 | 1 | -1/+1 |
* | Typos in comments | Gabor Greif | 2016-10-17 | 1 | -1/+1 |
* | Distinguish between UnitId and InstalledUnitId. | Edward Z. Yang | 2016-10-08 | 1 | -12/+15 |
* | Fix #12442. | Richard Eisenberg | 2016-09-23 | 1 | -1/+1 |
* | Codegen for case: Remove redundant void id checks | Ömer Sinan Ağacan | 2016-09-20 | 1 | -8/+10 |
* | Add hook for creating ghci external interpreter | Alan Zimmerman | 2016-09-09 | 1 | -6/+12 |
* | Tag pointers in interpreted constructors | mniip | 2016-08-30 | 1 | -1/+3 |
* | RtClosureInspect: Fix off-by-one error in cvReconstructType | mniip | 2016-08-23 | 1 | -4/+3 |
* | Annotate initIfaceCheck with usage information. | Edward Z. Yang | 2016-08-21 | 1 | -1/+1 |
* | Squash space leaks in the result of byteCodeGen | Simon Marlow | 2016-07-22 | 2 | -18/+70 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 3 | -101/+84 |
* | Fix bytecode generator panic | Seraphime Kirkovski | 2016-07-20 | 1 | -0/+11 |
* | Remove some `undefined`s | Ömer Sinan Ağacan | 2016-06-27 | 2 | -5/+4 |
* | Remote GHCi: comments only | Simon Marlow | 2016-06-24 | 1 | -0/+7 |
* | Document determinism in pprintClosureCommand | Bartosz Nitka | 2016-06-07 | 1 | -1/+4 |
* | Kill two instances of uniqSetToList | Bartosz Nitka | 2016-06-07 | 1 | -9/+8 |
* | Use UniqDFM for HomePackageTable | Bartosz Nitka | 2016-06-06 | 1 | -2/+1 |
* | Use UniqDSet for finding free names in the Linker | Bartosz Nitka | 2016-06-02 | 2 | -8/+10 |
* | Fix bytecode gen to deal with rep-polymorphism | Simon Peyton Jones | 2016-05-26 | 1 | -12/+25 |
* | Use `setSession` instead of `modifySession` when setting `HscEnv` | Ömer Sinan Ağacan | 2016-05-22 | 1 | -1/+1 |
* | Add Windows import library support to the Runtime Linker | Tamar Christina | 2016-04-17 | 1 | -16/+34 |
* | Fix commented out debugging code in ByteCodeGen | Bartosz Nitka | 2016-04-14 | 1 | -1/+1 |
* | Typos in non-code | Gabor Greif | 2016-03-30 | 1 | -1/+1 |
* | ErrUtils: Add timings to compiler phases | Ben Gamari | 2016-03-24 | 1 | -7/+8 |