| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 1 | -7/+8 |
* | Correctly handle wired in unit IDs in -instantiated-with | Edward Z. Yang | 2017-04-02 | 1 | -20/+34 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 2 | -3/+17 |
* | Optimise common cases of GHC.setProgramDynFlags | Simon Marlow | 2017-04-01 | 4 | -34/+94 |
* | UNREG: ignore -fllvm (Trac #13495) | Sergei Trofimovich | 2017-04-01 | 1 | -1/+1 |
* | askCc should be using the linker, not the compiler | Simon Marlow | 2017-03-31 | 1 | -6/+7 |
* | Show valid substitutions for typed holes | Matthías Páll Gissurarson | 2017-03-29 | 1 | -0/+7 |
* | Various patches to support android cross compilation | Moritz Angermann | 2017-03-29 | 1 | -1/+1 |
* | Allow colors to be customized | Phil Ruffwind | 2017-03-23 | 3 | -34/+38 |
* | Correctly account for -package-db ordering when picking packages. | Edward Z. Yang | 2017-03-20 | 1 | -31/+80 |
* | Document the perplexing reversed nature of extraPkgConfs and friends. | Edward Z. Yang | 2017-03-20 | 1 | -5/+15 |
* | No join-point from an INLINE function with wrong arity | Simon Peyton Jones | 2017-03-17 | 1 | -1/+2 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 6 | -20/+23 |
* | Introduce and use EnumSet in DynFlags | Ben Gamari | 2017-03-15 | 1 | -33/+31 |
* | Add `-fmax-errors` flag | Charles Cooper | 2017-03-13 | 2 | -3/+15 |
* | Allow compilation of C/C++/ObjC/ObjC++ files with module from TH | Francesco Mazzoli | 2017-03-08 | 7 | -72/+118 |
* | Read COMPLETE sets from external packages | Ben Gamari | 2017-03-06 | 1 | -11/+90 |
* | Revert "Read COMPLETE sets from external packages" | Ben Gamari | 2017-03-03 | 1 | -90/+11 |
* | Read COMPLETE sets from external packages | Ryan Scott | 2017-03-02 | 1 | -11/+90 |
* | Print out sub-libraries of packages more nicely. | Edward Z. Yang | 2017-03-02 | 1 | -3/+10 |
* | Add -fwhole-archive-hs-libs | Simon Marlow | 2017-03-02 | 2 | -6/+24 |
* | Eliminate ListSetOps from imp_trust_pkgs | David Feuer | 2017-03-02 | 2 | -20/+24 |
* | Properly acquire locks on not yet existing package databases | Andrzej Rybczak | 2017-03-02 | 1 | -2/+27 |
* | iOS: shared objects have .dylib extension. | Moritz Angermann | 2017-02-28 | 1 | -0/+1 |
* | Add -fspec-constr-keen | Simon Peyton Jones | 2017-02-26 | 1 | -0/+2 |
* | Correct Windows libdir assumptions. | Tamar Christina | 2017-02-23 | 1 | -14/+16 |
* | Give better error message with you run ghc foo.bkp | Edward Z. Yang | 2017-02-23 | 2 | -3/+12 |
* | Change -dppr-ticks to -dsuppress-ticks | Simon Peyton Jones | 2017-02-20 | 1 | -2/+6 |
* | Improvements/bugfixes to signature reexport handling. | Edward Z. Yang | 2017-02-17 | 1 | -1/+1 |
* | Check local type family instances against all imported ones | Reid Barton | 2017-02-14 | 1 | -2/+5 |
* | Setup more error context for Backpack operations. | Edward Z. Yang | 2017-02-12 | 1 | -1/+0 |
* | Avoid repeated list elem checks | David Feuer | 2017-02-11 | 1 | -2/+5 |
* | Add dump flags for the renamed and typechecked hsSyn ASTs | Alan Zimmerman | 2017-02-08 | 1 | -0/+6 |
* | More typos in comments [skip ci] | Gabor Greif | 2017-02-08 | 2 | -2/+2 |
* | Clean up findPartiallyCompletedCycles | David Feuer | 2017-02-07 | 1 | -17/+12 |
* | Don't replace type family instances with the same LHS in GHCi (#7102) | Reid Barton | 2017-02-05 | 1 | -2/+3 |
* | New internal dynamic flag: Very aggressive inlining | Joachim Breitner | 2017-02-04 | 1 | -0/+2 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 11 | -281/+57 |
* | Add support for StaticPointers in GHCi | Ben Gamari | 2017-02-02 | 8 | -35/+111 |
* | Use top-level instances to solve superclasses where possible | Daniel Haraj | 2017-01-31 | 1 | -0/+3 |
* | Add a flag to emit error messages as JSON | Matthew Pickering | 2017-01-30 | 5 | -4/+111 |
* | COMPLETE pragmas for enhanced pattern exhaustiveness checking | Matthew Pickering | 2017-01-26 | 2 | -7/+40 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-01-25 | 1 | -1/+1 |
* | Bump Win32 version. | Ben Gamari | 2017-01-24 | 1 | -2/+6 |
* | HscTypes: Use foldl' instead of foldr | Ben Gamari | 2017-01-24 | 1 | -3/+4 |
* | Typos and grammar in manual/comments | Gabor Greif | 2017-01-23 | 3 | -3/+3 |
* | Always use -Xlinker for -rpath | Bartosz Nitka | 2017-01-21 | 2 | -4/+20 |
* | Warn on missing home modules | Yuras Shumovich | 2017-01-20 | 2 | -0/+41 |
* | Show explicit quantifiers in conflicting definitions error | Phil de Joux | 2017-01-20 | 2 | -32/+39 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 1 | -2/+2 |