| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a flag to tell ghc to use $ORIGIN when linking program dynamically | Ian Lynagh | 2012-10-02 | 1 | -0/+12 |
* | Remove Util.{isDarwinTarget,isWindowsTarget} | Ian Lynagh | 2012-08-28 | 1 | -12/+5 |
* | Copy Data.HashTable's hashString into our Util module | Ian Lynagh | 2012-06-30 | 1 | -1/+72 |
* | Remove sortLe | Ian Lynagh | 2012-06-22 | 1 | -93/+2 |
* | Remove some uses of sortLe | Ian Lynagh | 2012-06-22 | 1 | -3/+1 |
* | Remove a GHC 6.4 workaround | Ian Lynagh | 2012-06-22 | 1 | -6/+1 |
* | Remove 'on' from Util | Ian Lynagh | 2012-06-22 | 1 | -5/+1 |
* | Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2 | Max Bolingbroke | 2012-05-15 | 1 | -1/+11 |
* | Replace createDirectoryHierarchy with createDirectoryIfMissing True | Takano Akio | 2012-02-27 | 1 | -14/+2 |
* | Switch to using the time package, rather than old-time | Ian Lynagh | 2012-01-14 | 1 | -3/+21 |
* | Add extra Num constraints since the Num superclass of Bits is removed | Bas van Dijk | 2012-01-14 | 1 | -3/+3 |
* | Tabs -> Spaces | David Terei | 2011-12-19 | 1 | -33/+28 |
* | Fix bitrotted NCG_DEBUG code, and switch to using a Haskell conditional | Ian Lynagh | 2011-11-05 | 1 | -1/+9 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Put the target platform in the settings file | Ian Lynagh | 2011-10-19 | 1 | -1/+6 |
* | Comments and functions renaming only | Simon Peyton Jones | 2011-09-23 | 1 | -9/+9 |
* | Merge branch 'no-pred-ty' | Max Bolingbroke | 2011-09-09 | 1 | -1/+10 |
|\ |
|
| * | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -1/+10 |
* | | Implement associated type defaults | Max Bolingbroke | 2011-09-09 | 1 | -1/+10 |
|/ |
|
* | Add CoreMonad.reinitializeGlobals so plugins can work around linker issues | Max Bolingbroke | 2011-07-29 | 1 | -7/+3 |
* | Implement a findCycle function in Digraph, | Simon Peyton Jones | 2011-07-22 | 1 | -1/+5 |
* | Rename "extra-gcc-opts" to "settings", and start generalising it | Ian Lynagh | 2011-04-21 | 1 | -0/+14 |
* | Force re-linking if the options have changed (#4451) | Simon Marlow | 2011-04-08 | 1 | -2/+24 |
* | Make fuzzy matching a little less eager for short identifiers | simonpj@microsoft.com | 2011-01-07 | 1 | -3/+12 |
* | Add fuzzyLookup, a variant of fuzzyMatch | simonpj@microsoft.com | 2010-12-22 | 1 | -36/+73 |
* | Replace uses of the old catch function with the new one | Ian Lynagh | 2010-12-18 | 1 | -4/+5 |
* | Remove code that is dead now that we need >= 6.12 to build | Ian Lynagh | 2010-12-15 | 1 | -8/+0 |
* | looksLikeModuleName: allow apostrophe in module names (#4051) | Simon Marlow | 2010-05-10 | 1 | -1/+1 |
* | Spelling correction for LANGUAGE pragmas | Max Bolingbroke | 2010-04-13 | 1 | -1/+96 |
* | Add Data and Typeable instances to HsSyn | David Waern | 2010-03-30 | 1 | -0/+30 |
* | Remove redundant import | simonpj@microsoft.com | 2010-02-08 | 1 | -1/+0 |
* | locateOneObj: don't look for dynamic libs in static mode | Simon Marlow | 2010-01-03 | 1 | -5/+5 |
* | Substantial improvements to coercion optimisation | simonpj@microsoft.com | 2010-01-04 | 1 | -0/+12 |
* | Use the standard library versions of elem and notElem | Ian Lynagh | 2009-10-05 | 1 | -21/+12 |
* | Make consIORef atomic. | Thomas Schilling | 2009-08-22 | 1 | -4/+2 |
* | generalise the type of "on" | Simon Marlow | 2009-08-20 | 1 | -1/+1 |
* | Make the dynamic linker thread-safe. | Thomas Schilling | 2009-08-17 | 1 | -1/+10 |
* | Remove maybePrefixMatch, using stripPrefix instead | Ian Lynagh | 2009-07-09 | 1 | -10/+1 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -2/+1 |
* | Add the ability to derive instances of Functor, Foldable, Traversable | simonpj@microsoft.com | 2009-02-02 | 1 | -0/+5 |
* | Improve warning for SpecConstr | simonpj@microsoft.com | 2008-09-15 | 1 | -0/+9 |
* | use System.FilePath's isSearchPathSeparator instead of our own | Simon Marlow | 2008-08-18 | 1 | -12/+2 |
* | Document Util | Max Bolingbroke | 2008-08-07 | 1 | -35/+38 |
* | Follow changes in the base library | Ian Lynagh | 2008-07-31 | 1 | -19/+0 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 1 | -2/+2 |
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -2/+9 |
* | Remove code that isn't used now that we assume that GHC >= 6.4 | Ian Lynagh | 2008-06-20 | 1 | -10/+0 |
* | Now that we require GHC >= 6.4.2, System.IO.Error is always available | Ian Lynagh | 2008-06-20 | 1 | -1/+1 |
* | Remove more ifdeffery | Ian Lynagh | 2008-06-14 | 1 | -1/+8 |
* | Remove more ifdeffery | Ian Lynagh | 2008-06-14 | 1 | -1/+9 |