| 2009-12-11 | simonpj@microsoft.com | Bottom extraction: float out bottoming expressions... | commit | commitdiff | tree | snapshot | 
| 2009-12-12 | Manuel M T... | Expose all EventLog events as DTrace probes | commit | commitdiff | tree | snapshot | 
| 2009-12-11 | simonpj@microsoft.com | Fix two related bugs in u_tys | commit | commitdiff | tree | snapshot | 
| 2009-12-11 | simonpj@microsoft.com | Fix spelling in comment | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | simonpj@microsoft.com | Make -ddump-simpl-stats a bit more informative by default | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | simonpj@microsoft.com | Improve dumping for rules, and documentation of same | commit | commitdiff | tree | snapshot | 
| 2009-12-10 | Simon Marlow | Fix #3741, simplifying things in the process | commit | commitdiff | tree | snapshot | 
| 2009-12-10 | Simon Marlow | Allow spaces at either end of the C import spec (#3742) | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Ian Lynagh | Put README and INSTALL into bindists | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Ian Lynagh | Fix typo | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Ian Lynagh | Fix the stage1 version number munging | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Ian Lynagh | Add a comment about why $(CPP) is defined the way it... | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Simon Marlow | add a missing unlockTSO() | commit | commitdiff | tree | snapshot | 
| 2009-12-09 | Ian Lynagh | Eliminate mkdependC | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Ian Lynagh | Change some HC_OPTS to CC_OPTS, so they are used when... | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Ian Lynagh | Add -Iincludes to hp2ps's CC_OPTS | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Simon Marlow | add locking in mkWeakForeignEnv# | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Simon Marlow | declare g0 (fixes compilation failure with -fvia-C) | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Simon Marlow | simplify weak pointer processing | commit | commitdiff | tree | snapshot | 
| 2009-12-08 | Simon Marlow | simplification/optimisation: update tso->bound->tso... | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | Simon Marlow | threadStackUnderflow: fix recently introduced bug ... | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | Simon Marlow | need locking around use of weak_ptr_list in mkWeak# | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | Simon Marlow | remove global 'total_allocated', seems to be the same... | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Add some explanation about overlapping instances | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Tidy up deriving error messages | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | Simon Marlow | Fix profiling build | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Minor refactoring to remove redundant code | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Fix a nasty (and long-standing) FloatOut performance bug | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Add a new to-do to cmm-notes | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Comments only, principally about IfaceDeclExtras | commit | commitdiff | tree | snapshot | 
| 2009-12-07 | simonpj@microsoft.com | Comments only, about RULE plumbing | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | simonpj@microsoft.com | Add splitUFM to UniqFM (used in a forthcoming patch) | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | simonpj@microsoft.com | Add lengthBag to Bag (using in forthcoming patch) | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | simonpj@microsoft.com | Use addToUFM_Acc where appropriate | commit | commitdiff | tree | snapshot | 
| 2009-12-05 | Ian Lynagh | Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas | commit | commitdiff | tree | snapshot | 
| 2009-12-05 | Ian Lynagh | Add some missing exports back for GHC package users... | commit | commitdiff | tree | snapshot | 
| 2009-12-05 | Ian Lynagh | Add some comments on the alternative layout rule state | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Ian Lynagh | Tweak layout for alternative layout rule | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | Ian Lynagh | Link all dynamic libraries with the correct install_nam... | commit | commitdiff | tree | snapshot | 
| 2009-10-01 | Stephen Blackheath | Document the new -dylib-install-name option in the... | commit | commitdiff | tree | snapshot | 
| 2009-09-30 | Stephen Blackheath | Add -dylib-install-name option to GHC so the install... | commit | commitdiff | tree | snapshot | 
| 2009-09-28 | Stephen Blackheath | Force -fPIC when linking against dynamic libraries... | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | Simon Marlow | evaluate_large: evaluate large objects to bd->dest... | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | Simon Marlow | Correction to the allocation stats following earlier... | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Simon Marlow | export g0 | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Simon Marlow | GC refactoring, remove "steps" | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | fix error message on Windows (fixes rtsflags001) | commit | commitdiff | tree | snapshot | 
| 2009-12-04 | Roman Leshchinskiy | Fix loading of annotations | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Roman Leshchinskiy | Add new ForceSpecConstr annotation | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Roman Leshchinskiy | Generate INLINE pragmas for PA methods | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Ian Lynagh | Add a GHC layout extension to the alternative layout... | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Ian Lynagh | Fix HPC column numbers, following the column number... | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Ian Lynagh | Whitespace only | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Ian Lynagh | Fix column numbers used when highlighting :list output | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Simon Marlow | add a missing lock around allocGroup() | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | remove unused cap->in_gc flag | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | Refactoring only | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | move sanity checking code from Storage.c to Sanity.c | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | stg_ap_0_fast: sanity-check only the topmost frame... | commit | commitdiff | tree | snapshot | 
| 2009-12-03 | Simon Marlow | Fix profiling build | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | simonpj@microsoft.com | More work on the simplifier's inlining strategies | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | simonpj@microsoft.com | Fix Trac #3100: reifyType | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | simonpj@microsoft.com | Fix Trac #3102: pre-matching polytypes | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | threadStackUnderflow: put the new TSO on the mut list... | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | don't sanity check the whole stack when switching inter... | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | fix to sanity checking for ThreadRelocated TSOs | commit | commitdiff | tree | snapshot | 
| 2009-12-02 | Simon Marlow | sanity check the top stack frame, not the whole stack | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Simon Marlow | Make allocatePinned use local storage, and other refact... | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Simon Marlow | Free full_prog_argv at exit, closing a memory leak | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Simon Marlow | free cap->saved_mut_lists too | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Simon Marlow | exitScheduler: move boundTaskExiting call outside ... | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Use dlltool from the in-tree mingw installation | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Fix Commentary link in the HACKING file; trac #3706 | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Add an entry fo the ghci command :run to the user guide | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Fix typo in docs | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Delay expansion of some makefile variables until they... | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Call $(SED) rather than sed | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Look for sed as gsed first | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Ian Lynagh | Avoid running empty for loops; fixes trac #3683 | commit | commitdiff | tree | snapshot | 
| 2009-12-01 | Simon Marlow | Fix PS file generation | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | Simon Marlow | Implement a new heap-tuning option: -H | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Simon Marlow | Store a destination step in the block descriptor | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | Simon Marlow | Fix the prof_scc.png image in the profiling section... | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | Simon Marlow | document 'recache' command in the help output (#3684) | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | Simon Marlow | Check whether the main function is actually exported... | commit | commitdiff | tree | snapshot | 
| 2009-11-30 | Simon Marlow | Avoid using non-standard GNU tar option --force-local | commit | commitdiff | tree | snapshot | 
| 2009-11-15 | Matthias Kilian | Reorder ALL_RTS_LIBS | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Update dependencies | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Follow Cabal changes | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Tweak layout to work with alternative layout rule | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Tweak the alternative layout rule: {} contains commas | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Correct the advanceSrcLoc calculation for tabs | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Tweak alternative layout rule | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Make the alternative layout rule cope with file pragmas | commit | commitdiff | tree | snapshot | 
| 2009-11-29 | Ian Lynagh | Give more informative error messages | commit | commitdiff | tree | snapshot | 
| 2009-11-28 | Ian Lynagh | Teach advanceSrcLoc about tab characters | commit | commitdiff | tree | snapshot | 
| 2009-11-28 | Ian Lynagh | Whitespace only | commit | commitdiff | tree | snapshot | 
| 2009-11-27 | Ian Lynagh | Columns now start at 1, as lines already did | commit | commitdiff | tree | snapshot | 
| 2009-11-27 | Ian Lynagh | Remove configure tests on tarballs that no longer exist | commit | commitdiff | tree | snapshot | 
| 2009-11-27 | Ian Lynagh | Implement non-decreasing do indentation in the alternat... | commit | commitdiff | tree | snapshot | 
| next |