Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another release note fix. | Austin Seipp | 2013-10-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix bad grammar. | Austin Seipp | 2013-10-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Release note blurb for stack size changes. | Austin Seipp | 2013-10-26 | 1 | -0/+11 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Release note blurb about ELF weak symbols. | Austin Seipp | 2013-10-25 | 1 | -3/+9 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Release note wibble. | Austin Seipp | 2013-10-25 | 1 | -1/+4 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Release note blurbs for directory. | Austin Seipp | 2013-10-25 | 1 | -0/+17 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Update documentation regarding SpecConstr. | Austin Seipp | 2013-10-25 | 2 | -2/+51 |
| | | | | | | | | | | * Note new SPEC type in release notes. * Document SPEC in the users guide under the documentation for -fspec-constr. * Clean up comments in SpecConstr regarding the forcing of specialisation (see Note [Forcing specialisation].) Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | users_guide: Update default maximum stack size | Ben Gamari | 2013-10-25 | 1 | -5/+6 |
| | |||||
* | users_guide: Document zero stack size limit | Ben Gamari | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | Add doc link | Simon Peyton Jones | 2013-10-24 | 1 | -1/+2 |
| | |||||
* | Update user manual with respect to new default for class roles. | Richard Eisenberg | 2013-10-23 | 1 | -9/+23 |
| | |||||
* | Add typed Template Haskell details to the release notes. | Geoffrey Mainland | 2013-10-17 | 1 | -0/+14 |
| | |||||
* | Document new typed Template Haskell features. | Geoffrey Mainland | 2013-10-17 | 1 | -3/+138 |
| | |||||
* | Fix typo | Geoffrey Mainland | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | Correct release notes about SIMD support. | Geoffrey Mainland | 2013-10-17 | 1 | -4/+2 |
| | |||||
* | Typo in manual | Krzysztof Gogolewski | 2013-10-15 | 1 | -2/+2 |
| | | | | Remove remains of old role syntax | ||||
* | Release note fix. | Austin Seipp | 2013-10-09 | 1 | -2/+3 |
| | | | | | | Thanks to Gergely Risko for pointing this out. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix grammar | Gabor Greif | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | docs for new layout behaviour with MultiWayIf (#7783) | Simon Marlow | 2013-10-08 | 1 | -1/+29 |
| | |||||
* | Add release note item for new Monoid Const instance | Herbert Valerio Riedel | 2013-10-05 | 1 | -0/+5 |
| | | | | | | See [6f3a194accd2a1a75a3f86c1b4dca30521488110/base] Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Wibble in user docs | Simon Peyton Jones | 2013-10-04 | 1 | -2/+3 |
| | |||||
* | Improve -XAllowAmbiguousTypes (Trac #8392) | Simon Peyton Jones | 2013-10-03 | 1 | -9/+37 |
| | | | | | | | | | * Add a suggestion to add AllowAmbiguousTypes when there is an ambiguity error * Move some of the logic to tcSimplifyAmbiguityCheck * Report inaccessible code regardless of the ambiguity check | ||||
* | Update manual regarding unboxed tuples | Krzysztof Gogolewski | 2013-10-02 | 1 | -10/+7 |
| | | | | Since 7.6 they can be used as function arguments | ||||
* | Release note updates. | Austin Seipp | 2013-10-02 | 1 | -4/+38 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Documentation for -fprint-explicit-foralls and -fprint-explicit-kinds | Simon Peyton Jones | 2013-10-01 | 2 | -84/+132 |
| | | | | Plus a tidy-up of the flag documentation in the immediate area | ||||
* | Better docs for MINIMAL | unknown | 2013-10-01 | 1 | -1/+8 |
| | |||||
* | Clarification in the docs for INLINE | Simon Marlow | 2013-10-01 | 1 | -7/+26 |
| | | | | | | | People often jump to the conclusion that functions aren't inlined unless you say INLINE, so clarify the documentation to emphasize the fact that you shouldn't normally need to use INLINE unless you need to override the defaults. | ||||
* | Remove a couple of unnecessary/outdated references to HBC | Simon Marlow | 2013-10-01 | 1 | -9/+0 |
| | |||||
* | grammar fix | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 16 | -30/+30 |
| | |||||
* | Typos in users' guide | Krzysztof Gogolewski | 2013-10-01 | 5 | -7/+7 |
| | |||||
* | Mention the Foldable and Traversable instances for Const r in the user guide | Edward Kmett | 2013-09-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Add a note about Proxy# to the user guide | Edward Kmett | 2013-09-29 | 1 | -0/+8 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Make lazy unlifted bindings an error by default. | Austin Seipp | 2013-09-29 | 2 | -8/+2 |
| | | | | | | | | | | This was supposed to happen a long time ago, but later is better than never. This makes `-fwarn-lazy-unlifted-bindings` into a no-op (with its own warning) to be removed in GHC 7.10. This fixes #8022. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Release notes: mention -XEmptyCase | Krzysztof Gogolewski | 2013-09-27 | 1 | -0/+11 |
| | |||||
* | Fix manual regarding current state of implicit quantification | Krzysztof Gogolewski | 2013-09-27 | 1 | -7/+9 |
| | | | | See also #4426 | ||||
* | Fix user guide documentation about unboxed values | Arash Rouhani | 2013-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Arash Rouhani <rarash@student.chalmers.se> | ||||
* | Release notes: mention instance Monad (WrappedMonad m) (#8218) | Krzysztof Gogolewski | 2013-09-23 | 1 | -0/+9 |
| | |||||
* | Release note blurb. | Austin Seipp | 2013-09-22 | 1 | -4/+18 |
| | | | | | | GHCi now runs constructors for linked libraries. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Restructure compilation pipeline to allow hooks | Austin Seipp | 2013-09-22 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | This commit exposes GHC's internal compiler pipeline through a `Hooks` module in the GHC API. It currently allows you to hook: * Foreign import/exports declarations * The frontend up to type checking * The one shot compilation mode * Core compilation, and the module iface * Linking and the phases in DriverPhases.hs * Quasiquotation Authored-by: Luite Stegeman <stegeman@gmail.com> Authored-by: Edsko de Vries <edsko@well-typed.com> Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | users_guide/ghci: Whitespace cleanup (#7501) | Ben Gamari | 2013-09-22 | 1 | -513/+513 |
| | |||||
* | Document remaining GHCi commands in users_guide (#7501) | Ben Gamari | 2013-09-22 | 1 | -7/+75 |
| | | | | Also a small formatting change in GHCi :help | ||||
* | Add release note entry for `{-# MINIMAL #-}` (#7633) | Herbert Valerio Riedel | 2013-09-21 | 1 | -0/+40 |
| | |||||
* | Document more stolen syntax (#4196) | Krzysztof Gogolewski | 2013-09-21 | 1 | -3/+24 |
| | |||||
* | Fix name of vanilla RTS way in the user's guide | Reid Barton | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Typos | Krzysztof Gogolewski | 2013-09-20 | 1 | -6/+6 |
| | |||||
* | Update release notes for new comparison primops | Jan Stolarek | 2013-09-19 | 1 | -6/+3 |
| | |||||
* | Document -floopification flag in user guide | Jan Stolarek | 2013-09-19 | 1 | -0/+7 |
| | |||||
* | Remove trailing whitespaces in flags.xml | Jan Stolarek | 2013-09-19 | 1 | -5/+5 |
| | |||||
* | Tweaks to release notes | Gabor Greif | 2013-09-18 | 1 | -5/+5 |
| | | | | | If someone also feels that credits should better go into the release announcement, just nuke the last line of that paragraph. |