| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix documentation for traceWith and friends | MorrowM | 2023-03-07 | 1 | -3/+3 |
* | Add functions traceWith, traceShowWith, traceEventWith. | Philip Hazelden | 2022-04-09 | 1 | -0/+35 |
* | Correct doctests | Oleg Grenrus | 2021-01-02 | 1 | -5/+6 |
* | rts: Flush eventlog buffers from flushEventLog | Ben Gamari | 2020-11-24 | 1 | -0/+9 |
* | Remove redundant "do", "return" and language extensions from base | Hécate | 2020-09-23 | 1 | -1/+1 |
* | compiler: Qualify imports of Data.List | Ben Gamari | 2020-02-08 | 1 | -1/+1 |
* | Fix haddocks for marker events in Debug.Trace | Alp Mestanogullari | 2019-09-21 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | Fix ambiguous/out-of-scope Haddock identifiers | Alec Theriault | 2018-08-21 | 1 | -2/+3 |
* | Add trace injection | David Feuer | 2017-12-01 | 1 | -0/+76 |
* | Loads of doc(test)s | David Luposchainsky | 2017-08-17 | 1 | -20/+45 |
* | fix typo | Herbert Valerio Riedel | 2015-12-18 | 1 | -1/+1 |
* | Document peculiarities of `traceM`. | Matthias Fischmann | 2015-10-02 | 1 | -2/+8 |
* | Generalize traceM, traceShowM (fixes #10023) | RyanGlScott | 2015-07-03 | 1 | -6/+6 |
* | Fix typo in `traceShowM` haddock comment (#10392) | Thomas Miedema | 2015-06-12 | 1 | -2/+2 |
* | Move comments about evaluating the message to the top of the module | Simon Peyton Jones | 2015-02-15 | 1 | -5/+5 |
* | Improve documentation of 'trace' | Simon Peyton Jones | 2015-02-13 | 1 | -0/+4 |
* | Convert `/Since: .../` to new `@since ...` syntax | Herbert Valerio Riedel | 2014-12-16 | 1 | -10/+10 |
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 1 | -1/+1 |
* | `M-x delete-trailing-whitespace` & `M-x untabify` | Herbert Valerio Riedel | 2014-09-24 | 1 | -3/+3 |
* | Move `when` to GHC.Base | Herbert Valerio Riedel | 2014-09-18 | 1 | -1/+0 |
* | Export `Traversable()` and `Foldable()` from Prelude | Herbert Valerio Riedel | 2014-09-15 | 1 | -2/+4 |
* | Filter out null bytes from trace, and warn accordingly, fixing #9395. | Edward Z. Yang | 2014-08-05 | 1 | -2/+9 |
* | Improve Haddock markup | Herbert Valerio Riedel | 2014-01-30 | 1 | -2/+2 |
* | Drop redundant `{-# LANGUAGE #-}` pragmas | Herbert Valerio Riedel | 2013-09-28 | 1 | -1/+1 |
* | Add Haddock `/Since: 4.5.[01].0/` comments to symbols | Herbert Valerio Riedel | 2013-09-22 | 1 | -0/+4 |
* | Add Haddock `/Since: 4.7.0.0/` comments to new symbols | Herbert Valerio Riedel | 2013-09-21 | 1 | -0/+10 |
* | Constant-fold `__GLASGOW_HASKELL__` CPP conditionals | Herbert Valerio Riedel | 2013-09-17 | 1 | -20/+1 |
* | Add Debug.Trace.{traceId,traceShowId,traceM,traceShowM}; fixes #7626 | Ian Lynagh | 2013-04-21 | 1 | -0/+42 |
* | Mark DEPRECATED pragmas with when they were added | Ian Lynagh | 2013-02-16 | 1 | -1/+1 |
* | Remove commented types in module export lists | Ian Lynagh | 2012-10-27 | 1 | -2/+2 |
* | Add Debug.Trace.traceMarker/traceMarkerIO | Duncan Coutts | 2012-10-15 | 1 | -13/+72 |
* | Remove GHC.Exts.traceEventIO | Ian Lynagh | 2011-12-15 | 1 | -3/+8 |
* | Fix typo | Ian Lynagh | 2011-12-15 | 1 | -1/+1 |
* | doc update: mention -fprof-auto-calls | Simon Marlow | 2011-12-06 | 1 | -1/+1 |
* | Add traceStack :: String -> a -> a | Simon Marlow | 2011-11-30 | 1 | -0/+19 |
* | Update Debug.Trace haddock docs and rename putTraceMsg to traceIO | Duncan Coutts | 2011-10-26 | 1 | -16/+64 |
* | Add pure traceEvent and re-export from Debug.Trace | Duncan Coutts | 2011-10-26 | 1 | -1/+36 |
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 1 | -0/+1 |
* | Update base for new Safe Haskell design | David Terei | 2011-10-25 | 1 | -0/+1 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 1 | -0/+2 |
* | Avoid calling varargs functions using the FFI | Simon Marlow | 2008-05-09 | 1 | -1/+3 |
* | untabify | Don Stewart | 2008-03-03 | 1 | -3/+3 |
* | oops, we forgot to export traceShow | Simon Marlow | 2007-11-21 | 1 | -1/+2 |
* | Warning police: Make some prototypes from the RTS known | sven.panne@aedion.de | 2006-08-11 | 1 | -1/+2 |
* | add traceShow (see #474) | Simon Marlow | 2006-08-07 | 1 | -0/+8 |
* | [project @ 2005-02-02 15:28:49 by simonmar] | simonmar | 2005-02-02 | 1 | -1/+1 |
* | [project @ 2005-01-31 13:52:26 by malcolm] | malcolm | 2005-01-31 | 1 | -2/+3 |
* | [project @ 2005-01-29 16:10:27 by wolfgang] | wolfgang | 2005-01-29 | 1 | -2/+0 |
* | [project @ 2005-01-28 23:33:57 by krasimir] | krasimir | 2005-01-28 | 1 | -57/+20 |