| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the API for tcInstTyVars, and make it more consistent with other sim... | Simon Peyton Jones | 2014-11-04 | 1 | -5/+5 |
* | Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from Prelude | Herbert Valerio Riedel | 2014-09-21 | 1 | -0/+2 |
* | ghci: detabify/dewhitespace RtClosureInspect | Austin Seipp | 2014-07-20 | 1 | -89/+81 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -1/+3 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 1 | -0/+2 |
* | Unify, rather than match, in GND processing (fixes Trac #8865) | Simon Peyton Jones | 2014-03-10 | 1 | -2/+1 |
* | Re-work the naming story for the GHCi prompt (Trac #8649) | Simon Peyton Jones | 2014-01-09 | 1 | -1/+5 |
* | Some popular typos in comments | Gabor Greif | 2013-12-02 | 1 | -1/+1 |
* | Fix the deugger (fixing Trac #8557) | Simon Peyton Jones | 2013-11-28 | 1 | -28/+36 |
* | Typos | Krzysztof Gogolewski | 2013-10-12 | 1 | -1/+1 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
* | Implement an unlifted Proxy type, Proxy# | Austin Seipp | 2013-09-27 | 1 | -0/+1 |
* | Restructure compilation pipeline to allow hooks | Austin Seipp | 2013-09-22 | 1 | -1/+1 |
* | Fix many ASSERT uses under Clang. | Austin Seipp | 2013-06-18 | 1 | -1/+1 |
* | Remove CPP in ByteCodeItbls | Ian Lynagh | 2013-04-09 | 1 | -2/+2 |
* | typos | Gabor Greif | 2012-11-07 | 1 | -1/+1 |
* | Fix the instantiation of data constructors in the GHCi debugger | Simon Peyton Jones | 2012-11-06 | 1 | -5/+34 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -12/+15 |
* | Pass DynFlags down to showSDoc | Ian Lynagh | 2012-06-12 | 1 | -28/+29 |
* | Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2 | Max Bolingbroke | 2012-05-15 | 1 | -42/+77 |
* | More fixes to kind polymorphism, fixes Trac #6035, #6036 | Simon Peyton Jones | 2012-04-25 | 1 | -2/+2 |
* | Be explicit about what we import from Data.Monoid | Johan Tibell | 2012-01-07 | 1 | -1/+1 |
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -1/+2 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -9/+0 |
* | Formatting fixes | David Terei | 2011-08-24 | 1 | -1/+2 |
* | Fix #5289 (loading libstdc++.so in GHCi), and also fix some other | Simon Marlow | 2011-08-03 | 1 | -0/+1 |
* | SafeHaskell: Make base GHC.* modules untrusted | David Terei | 2011-06-17 | 1 | -2/+2 |
* | SafeHaskell: Fix validation errors when unsafe base used | David Terei | 2011-06-17 | 1 | -1/+1 |
* | SafeHaskell: Even more fixing to work with safe base | David Terei | 2011-06-17 | 1 | -1/+1 |
* | SafeHaskell: Update to work with safe base | David Terei | 2011-06-17 | 1 | -2/+2 |
* | Substantial improvements in RtClosureInspect | Simon Peyton Jones | 2011-05-06 | 1 | -152/+129 |
* | Merge remote branch 'origin/master' into ghc-new-co | Simon Peyton Jones | 2011-04-30 | 1 | -4/+4 |
|\ |
|
| * | Tidy up SigTv | Simon Peyton Jones | 2011-04-20 | 1 | -4/+4 |
* | | This BIG PATCH contains most of the work for the New Coercion Representation | Simon Peyton Jones | 2011-04-19 | 1 | -3/+3 |
|/ |
|
* | Major refactoring of the type inference engine | simonpj@microsoft.com | 2011-01-12 | 1 | -5/+2 |
* | Remove code that is dead now that we need >= 6.12 to build | Ian Lynagh | 2010-12-15 | 1 | -5/+0 |
* | Tidy up RuntimeUnkSkols a bit more | simonpj@microsoft.com | 2010-10-21 | 1 | -7/+18 |
* | Clean up the debugger code | simonpj@microsoft.com | 2010-10-19 | 1 | -77/+90 |
* | Beautiful new approach to the skolem-escape check and untouchable | simonpj@microsoft.com | 2010-10-08 | 1 | -2/+2 |
* | Remove use of lambda with a refutable pattern | simonpj@microsoft.com | 2010-09-23 | 1 | -2/+3 |
* | Super-monster patch implementing the new typechecker -- at last | simonpj@microsoft.com | 2010-09-13 | 1 | -5/+5 |
* | avoid Foreign.unsafePerformIO | Ross Paterson | 2010-09-09 | 1 | -2/+2 |
* | account for the new BLACKHOLEs in the GHCi debugger | Simon Marlow | 2010-04-06 | 1 | -3/+6 |
* | trim Data.Sequence import, in preparation for expanding its API | Ross Paterson | 2009-08-24 | 1 | -1/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+1 |
* | Make the Integer library used directly configurable in GHC and base | Ian Lynagh | 2009-07-22 | 1 | -4/+7 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -3/+2 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -2/+2 |
* | Fix the GHCi debugger so that it can recognise Integers again | Ian Lynagh | 2009-06-23 | 1 | -8/+5 |