2008-09-06 |
Ian Lynagh | Install the stage 2 ghc package when installing; fixes... |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Fix up the instance-declaration re-engineering story |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Minor refactoring to share InstEnv.instanceBindFun |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Remove unused constructors AvoidMe, WildCard |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | More specialiser wibbles |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Retain unfoldings even with SimplGently |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Better debug panic messages in applyTys |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Make ASSERT2 mention msg even when debug is off (avoid... |
tree | commitdiff |
2008-09-04 |
Ian Lynagh | Add a note explaining a couple of seq's |
tree | commitdiff |
2008-09-04 |
dias@eecs.harvard.edu | add assertion to check that UniqFM is only passed ... |
tree | commitdiff |
2008-09-03 |
Ian Lynagh | Re-merge concurrent,timeout,unique,st,getopt into base |
tree | commitdiff |
2008-09-03 |
simonpj@microsoft.com | Major change in compilation of instance declarations... |
tree | commitdiff |
2008-09-03 |
simonpj@microsoft.com | Improved specialisation of recursive groups |
tree | commitdiff |
2008-09-01 |
Simon Marlow | Check the modification times of libraries in --make... |
tree | commitdiff |
2008-08-31 |
Ian Lynagh | Make the dynlibs, ghci and ncg flags manual too |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | Squash a space leak |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | Fix a space leak |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | fix a space leak |
tree | commitdiff |
2008-08-31 |
Ian Lynagh | Make ghc.cabal's editline flag manual, to simplify... |
tree | commitdiff |
2008-08-30 |
Judah Jacobson | Don't build ghc in stage1 with editline (since we alrea... |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | If we want a profiled GHC then use -auto-all when build... |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | Fix building the GHC API with profiling |
tree | commitdiff |
2008-08-28 |
kili@outback.escape.de | Fix linkage on OpenBSD. |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Handle the html target in compiler/ and ghc/ |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | haddock 2 doc fixes |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Disambiguate some names in haddock comments |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Update the build system to handle building and using... |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Fix a haddock2 failure |
tree | commitdiff |
2008-08-28 |
simonpj@microsoft.com | Fix Trac #2529: derived read for prefix constructor... |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Fix Trac #745: improve error recoevery for type signatures |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Fix Trac #2538: better error messages when validating... |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Fix Trac #2520: duplicate symbols |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Only specialise on dictionaries that have some interest... |
tree | commitdiff |
2008-08-27 |
simonpj@microsoft.com | Better documentation for -XLiberalTypeSynonyms, and... |
tree | commitdiff |
2008-08-27 |
Simon Marlow | re-fix of #1205, fix #2542 |
tree | commitdiff |
2008-08-26 |
Ian Lynagh | Give locations of flag warnings/errors |
tree | commitdiff |
2008-08-26 |
Ian Lynagh | Remove a now-redundant comment |
tree | commitdiff |
2008-08-26 |
Ian Lynagh | Separate the static flag parser from the static global... |
tree | commitdiff |
2008-08-26 |
Ian Lynagh | Move pprFastFilePath from SrcLoc to Outputable |
tree | commitdiff |
2008-08-26 |
simonpj@microsoft.com | Fix flaggery for RULES (cf Trac #2497) |
tree | commitdiff |
2008-08-20 |
Simon Marlow | always treat 'forall' and '.' as reserved keywords... |
tree | commitdiff |
2008-08-22 |
simonpj@microsoft.com | Fix a nasty float-in bug |
tree | commitdiff |
2008-08-21 |
simonpj@microsoft.com | Make rule printing wobble less |
tree | commitdiff |
2008-08-25 |
Ian Lynagh | syb is now in its own package |
tree | commitdiff |
2008-08-24 |
Ian Lynagh | concurrent, unique, timeout have now been split off... |
tree | commitdiff |
2008-08-23 |
Ian Lynagh | st is now split off from base |
tree | commitdiff |
2008-08-21 |
Ian Lynagh | Ignore install-docs in compiler/Makefile and ghc/Makefile |
tree | commitdiff |
2008-08-18 |
Ian Lynagh | Fix making it possible to build without the NCG |
tree | commitdiff |
2008-08-17 |
Ian Lynagh | Don't clean the multi-stage stuff unless CLEAN_ALL_STAG... |
tree | commitdiff |
2008-08-17 |
Ian Lynagh | When making in compiler/, automatically make in ghc... |
tree | commitdiff |
2008-08-21 |
Simon Marlow | Don't use the cc-options from packages when compiling... |
tree | commitdiff |
2008-08-21 |
simonpj@microsoft.com | Improve error message when 'forall' is not a keyword |
tree | commitdiff |
2008-08-21 |
simonpj@microsoft.com | Fix Haddock comments in TcGenDeriv |
tree | commitdiff |
2008-08-20 |
simonpj@microsoft.com | Fix Trac #2456: eliminate duplicate bindings when deriving |
tree | commitdiff |
2008-08-20 |
simonpj@microsoft.com | Elaborate for-all message slightly |
tree | commitdiff |
2008-08-18 |
Simon Marlow | use System.FilePath's isSearchPathSeparator instead... |
tree | commitdiff |
2008-08-16 |
Ian Lynagh | When doing :l, abandon all breakpoints before we unload... |
tree | commitdiff |
2008-08-13 |
Ian Lynagh | Follow changes in Cabal |
tree | commitdiff |
2008-08-12 |
Simon Marlow | put back -fwarn-depcrecations |
tree | commitdiff |
2008-08-13 |
simonpj@microsoft.com | Improve error message for deprecated flags (Trac #2513) |
tree | commitdiff |
2008-08-11 |
Simon Marlow | build base3-compat |
tree | commitdiff |
2008-08-05 |
Simon Marlow | Don't warn if 'import Prelude' doesn't import anything |
tree | commitdiff |
2008-08-05 |
Simon Marlow | Add -XPackageImports, new syntax for package-qualified... |
tree | commitdiff |
2008-08-12 |
simonpj@microsoft.com | Suppress uniques when (and only when) we have -dsuppres... |
tree | commitdiff |
2008-08-12 |
Ross Paterson | get exception names from Control.Exception.Base instead... |
tree | commitdiff |
2008-08-12 |
simonpj@microsoft.com | Fix Trac #2490: sections should be parenthesised |
tree | commitdiff |
2008-08-12 |
simonpj@microsoft.com | Refactoring: define TcRnMonad.failWith and use it in... |
tree | commitdiff |
2008-08-12 |
simonpj@microsoft.com | Layout only |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Print tidy rules in user style, to avoid gratuitous... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Export Depth (needed for mkUserStyle); collapse identic... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | When suppressing uniques, don't print the separating... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Make -dsuppress-uniques apply regardless of -ppr-debug |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Fix Trac #2367: selectors for GADTs |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Mostly fix Trac #2431: make empty case acceptable to... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Fix Trac #2412: type synonyms and hs-boot recursion |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Fix Trac #2506: infix assert |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Use do-notation |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Fix Trac #2494: tcSimplifyRuleLhs |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Make comparison on equalities work right (ie look at... |
tree | commitdiff |
2008-08-11 |
simonpj@microsoft.com | Minor refactoring; no functionality change |
tree | commitdiff |
2008-08-09 |
simonpj@microsoft.com | Fix Trac #2486: restore the specialiser to a working... |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | Make "make clean" in compiler/ only clean the stage... |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | bindist fixes |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | bindists are now some way towards working |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Move allM to MonadUtils |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Remove redundant fromIntegral calls |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Remove CoreSyn SOURCE imports |
tree | commitdiff |
2008-08-07 |
Ian Lynagh | Fix errors with haddock 0.8 |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Document Name and expand it's API |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Follow OccName changes in Convert |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Use DynFlags.getMainFun in TcRnDriver |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Fix Vectorise after introduction of MonadThings |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Follow introduction of MkCore in VectUtils |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Fix VectMonad after introduction of MonadThings |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Minor refactorings in TcEnv |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Handle introduction of MkCore in DsMonad and expand API |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Add MkCore, holding general Core construction facilities |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document HscTypes, refactor it somewhat, remove unused... |
tree | commitdiff |
next |