2009-10-05 |
Ian Lynagh | Use the standard library versions of elem and notElem |
tree | commitdiff |
2009-08-26 |
Simon Marlow | Fix part of #3398: pretty-printing always goes via... |
tree | commitdiff |
2009-08-24 |
Thomas Schilling | Make FastString thread-safe. |
tree | commitdiff |
2009-08-21 |
Simon Marlow | Use explicit Word32/Int32 in place of Int in the on... |
tree | commitdiff |
2009-08-22 |
Thomas Schilling | Make consIORef atomic. |
tree | commitdiff |
2009-08-20 |
simonpj@microsoft.com | Make -dppr-debug print locations in HsSyn |
tree | commitdiff |
2009-08-20 |
Simon Marlow | generalise the type of "on" |
tree | commitdiff |
2009-08-17 |
Thomas Schilling | Make the dynamic linker thread-safe. |
tree | commitdiff |
2009-08-16 |
Thomas Schilling | Make updates to the external package state atomic. |
tree | commitdiff |
2009-08-02 |
Simon Marlow | RTS tidyup sweep, first phase |
tree | commitdiff |
2009-07-29 |
Ian Lynagh | Make the types we use when creating GHCi bytecode bette... |
tree | commitdiff |
2009-07-28 |
Ian Lynagh | Add an (Outputable Word16) instance |
tree | commitdiff |
2009-07-24 |
Ian Lynagh | Remove GHC's haskell98 dependency |
tree | commitdiff |
2009-07-23 |
simonpj@microsoft.com | Fix Trac #3012: allow more free-wheeling in standalone... |
tree | commitdiff |
2009-07-23 |
simonpj@microsoft.com | Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a... |
tree | commitdiff |
2009-07-17 |
Ian Lynagh | Always serialise Int as 64bit values; fixes trac #3041 |
tree | commitdiff |
2009-07-17 |
Ian Lynagh | Remove some code that has always been commented out |
tree | commitdiff |
2009-07-09 |
Ian Lynagh | Remove maybePrefixMatch, using stripPrefix instead |
tree | commitdiff |
2009-07-07 |
Ian Lynagh | Fix ignored-monadic-result warnings |
tree | commitdiff |
2009-07-07 |
Ian Lynagh | Fix an unused import warning |
tree | commitdiff |
2009-07-07 |
Ian Lynagh | Remove unused imports |
tree | commitdiff |
2009-07-06 |
simonpj@microsoft.com | Trim unused imports detected by new unused-import code |
tree | commitdiff |
2009-07-01 |
Max Bolingbroke | Support for -fwarn-unused-do-bind and -fwarn-wrong... |
tree | commitdiff |
2009-05-29 |
Simon Marlow | Changes for the new IO library, mainly base-package... |
tree | commitdiff |
2009-05-28 |
simonpj@microsoft.com | Improve printing of Orig RdrNames |
tree | commitdiff |
2009-05-18 |
Ben.Lippmeier@anu... | Split Reg into vreg/hreg and add register pairs |
tree | commitdiff |
2009-05-24 |
Ian Lynagh | Remove legacy code that isn't used now that we require... |
tree | commitdiff |
2009-04-24 |
Ian Lynagh | Require a bang pattern when unlifted types are where... |
tree | commitdiff |
2009-04-18 |
Ben.Lippmeier@anu... | Fix #3170: Allow coalescing of the same node during... |
tree | commitdiff |
2009-04-07 |
Ian Lynagh | Tweak a Show instance |
tree | commitdiff |
2009-03-31 |
Ian Lynagh | Make some showSDoc's use OneLineMode rather than PageMode |
tree | commitdiff |
2009-03-31 |
Ian Lynagh | Make the showSDoc definition more explicit |
tree | commitdiff |
2009-03-19 |
Manuel M T Chakravarty | Template Haskell: support for type family declarations |
tree | commitdiff |
2009-03-15 |
Manuel M T Chakravarty | Ensure the orientation of var-var equalities is correct... |
tree | commitdiff |
2009-03-05 |
Simon Marlow | add final newlines |
tree | commitdiff |
2009-02-27 |
Ian Lynagh | z-encode digits at the start of a symbol name; fixes... |
tree | commitdiff |
2009-02-27 |
Ian Lynagh | Whitespace only |
tree | commitdiff |
2009-02-06 |
Ian Lynagh | When generating C, don't pretend functions are data |
tree | commitdiff |
2009-02-02 |
Simon Marlow | Optimise writing out the .s file |
tree | commitdiff |
2009-02-02 |
simonpj@microsoft.com | Add the ability to derive instances of Functor, Foldabl... |
tree | commitdiff |
2009-01-19 |
'Jose Pedro Magalhaes | #2875: Correct SYB's representation of Char |
tree | commitdiff |
2008-12-09 |
'Jose Pedro Magalhaes | Fix #2759: add ability to serialize Rational |
tree | commitdiff |
2009-01-13 |
simonpj@microsoft.com | Export mapOL from OrdList |
tree | commitdiff |
2008-11-10 |
Thomas Schilling | Documentation only. |
tree | commitdiff |
2008-11-08 |
Ian Lynagh | We now require GHC 6.6, so we always have Applicative |
tree | commitdiff |
2008-11-08 |
Ian Lynagh | Remove the GHC 6.4 unicode compat stuff; we can now... |
tree | commitdiff |
2008-11-06 |
Simon Marlow | disable MonadPlus instance that doesn't compile with 6.6 |
tree | commitdiff |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
tree | commitdiff |
2008-10-06 |
Thomas Schilling | Make 'gblock' and 'gunblock' part of 'ExceptionMonad... |
tree | commitdiff |
2008-10-03 |
Ian Lynagh | Use a proper exception for IOEnvFailure, not just a... |
tree | commitdiff |
2008-10-03 |
Ian Lynagh | Use an extensible-exceptions package when bootstrapping |
tree | commitdiff |
2008-09-26 |
pepe | Don't capture error calls in tryUser |
tree | commitdiff |
2008-09-26 |
Ian Lynagh | Remove a redundant options pragma |
tree | commitdiff |
2008-09-15 |
simonpj@microsoft.com | Improve warning for SpecConstr |
tree | commitdiff |
2008-09-14 |
Thomas Schilling | Generalise 'handleGhcException' to work with any 'Excep... |
tree | commitdiff |
2008-09-14 |
Thomas Schilling | Introduce an 'ExceptionMonad' class. |
tree | commitdiff |
2008-09-14 |
Thomas Schilling | Provide default MonadIO instance for IO. |
tree | commitdiff |
2008-09-04 |
dias@eecs.harvard.edu | add assertion to check that UniqFM is only passed ... |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Fix a haddock2 failure |
tree | commitdiff |
2008-08-26 |
Ian Lynagh | Move pprFastFilePath from SrcLoc to Outputable |
tree | commitdiff |
2008-08-18 |
Simon Marlow | use System.FilePath's isSearchPathSeparator instead... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Export Depth (needed for mkUserStyle); collapse identic... |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Move allM to MonadUtils |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Document Util |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document UniqSet |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document UniqFM and add listToUFM_C |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Follow FastString changes in Pretty |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Document Outputable |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document FiniteMap |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document FastString and rename strLength to lengthLS |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Add more functionality to Digraph and refactor it's... |
tree | commitdiff |
2008-08-04 |
simonpj@microsoft.com | Fix the bug part of Trac #1930 |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document LazyUniqFM |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document FastTypes |
tree | commitdiff |
2008-07-31 |
Ian Lynagh | Follow changes in the base library |
tree | commitdiff |
2008-07-30 |
Ian Lynagh | Follow extensible exception changes |
tree | commitdiff |
2008-07-21 |
Ian Lynagh | Fixes for haddock 0.8 |
tree | commitdiff |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
tree | commitdiff |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
tree | commitdiff |
2008-07-20 |
Ian Lynagh | Properly comment out unused pragmas |
tree | commitdiff |
2008-07-16 |
Ian Lynagh | Get building GHC itself with Cabal more-or-less working |
tree | commitdiff |
2008-07-14 |
Simon Marlow | Make showSDoc and printDoc use the same default width... |
tree | commitdiff |
2008-07-11 |
Simon Marlow | add a comment to the effect that printDoc prints FastSt... |
tree | commitdiff |
2008-07-11 |
Ian Lynagh | Remove the need for undecidable instances in LazyUniqFM |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Move some flags from the Makefile into module pragmas |
tree | commitdiff |
2008-07-08 |
Ian Lynagh | Get rid of compat/ |
tree | commitdiff |
2008-07-07 |
Simon Marlow | FIX #1736, and probably #2169, #2240 |
tree | commitdiff |
2008-06-20 |
Ian Lynagh | Remove code that isn't used now that we assume that... |
tree | commitdiff |
2008-06-20 |
Ian Lynagh | Now that we require GHC >= 6.4.2, System.IO.Error is... |
tree | commitdiff |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Remove more ifdeffery |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Remove more ifdeffery |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Remove some ifdeffery |
tree | commitdiff |
2008-06-12 |
Ian Lynagh | Remove some CPPery with the help of a new value isWindo... |
tree | commitdiff |
2008-06-03 |
Simon Marlow | remove the "expanding to size" messages |
tree | commitdiff |
2008-06-03 |
Simon Marlow | New flag: -dno-debug-output |
tree | commitdiff |
2008-05-29 |
Simon Marlow | FIX BUILD with GHC 6.4.x |
tree | commitdiff |
2008-05-28 |
Simon Marlow | Use MD5 checksums for recompilation checking (fixes... |
tree | commitdiff |
2008-05-13 |
Ian Lynagh | Rewrite zipLazy to be warning-free for GHC 6.4 |
tree | commitdiff |
2008-04-22 |
Ian Lynagh | Change the last few (F)SLIT's into (f)sLit's |
tree | commitdiff |
next |