Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users_guide: More capabilities than processors considered harmful | Ben Gamari | 2016-08-31 | 1 | -1/+2 |
| | | | | | | | | | | | | Test Plan: None. Reviewers: austin, simonmar Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2487 | ||||
* | Typofix. | Edward Z. Yang | 2016-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | users_guide: Use semantic directive/role for command line options | Ben Gamari | 2016-01-09 | 1 | -27/+23 |
| | | | | | | And GHCi commands. This makes cross-referencing much easier. Also normalize markup a bit and add some missing flags. | ||||
* | Modify Nmax to maxN Trac #10728 | MarcelineVQ | 2015-12-23 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | Added test and changed -Nmax to -maxN, -n was taken Noticed strange -m behavoir and fixed -m from quietly ignoring being passed invalid opts, e.g. "-msasd" Reviewers: simonmar, hvr, austin, thomie, bgamari Reviewed By: hvr, thomie, bgamari Subscribers: bgamari, hvr, thomie, simonmar Differential Revision: https://phabricator.haskell.org/D1677 GHC Trac Issues: #10728 | ||||
* | Add -Nmax<n> RTS feature (#10728) | MarcelineVQ | 2015-12-19 | 1 | -1/+7 |
| | | | | | | | | | | Added maximum core use based on processors -Nmax<x> chooses the minimum of processor count or x Added documentation. Reviewed By: simonmar, thomie Differential Revision: https://phabricator.haskell.org/D1650 | ||||
* | Move user's guide to ReStructuredText | Ben Gamari | 2015-10-03 | 1 | -0/+196 |