Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement deriving strategies | Ryan Scott | 2016-09-30 | 68 | -404/+1235 |
* | Document Safe Haskell restrictions on Generic instances | Ryan Scott | 2016-09-30 | 1 | -0/+9 |
* | Correct spelling in note references | Gabor Greif | 2016-09-30 | 1 | -3/+3 |
* | Make tcrun042 fail | Simon Peyton Jones | 2016-09-30 | 3 | -1/+15 |
* | Add missing stderr file | Simon Peyton Jones | 2016-09-30 | 1 | -0/+18 |
* | Comments only | Simon Peyton Jones | 2016-09-30 | 1 | -3/+27 |
* | Fix impredicativity (again) | Simon Peyton Jones | 2016-09-30 | 24 | -106/+230 |
* | Add Outputable Report in TcErrors | Simon Peyton Jones | 2016-09-30 | 1 | -0/+5 |
* | Fix a bug in occurs checking | Simon Peyton Jones | 2016-09-30 | 10 | -347/+370 |
* | Fix desugaring of pattern bindings (again) | Simon Peyton Jones | 2016-09-30 | 6 | -62/+110 |
* | A bit of tracing about flattening | Simon Peyton Jones | 2016-09-30 | 2 | -7/+26 |
* | Check.hs: Use actual import lists instead of comments | Ömer Sinan Ağacan | 2016-09-29 | 1 | -9/+8 |
* | Test Trac #12634 | Simon Peyton Jones | 2016-09-29 | 3 | -1/+26 |
* | Comments and manual only: spelling | Gabor Greif | 2016-09-28 | 7 | -7/+7 |
* | TH: Use atomicModifyIORef' for fresh names | Erik de Castro Lopo | 2016-09-28 | 1 | -3/+2 |
* | Fix layout of MultiWayIf expressions (#10807) | Ömer Sinan Ağacan | 2016-09-26 | 5 | -36/+89 |
* | Remove #ifdef with never fulfilled condition | Joachim Breitner | 2016-09-26 | 1 | -4/+0 |
* | Print foralls in user format | Simon Peyton Jones | 2016-09-26 | 11 | -12/+20 |
* | Pattern Synonyms documentation update | Matthew Pickering | 2016-09-24 | 1 | -2/+6 |
* | Update test output | Joachim Breitner | 2016-09-24 | 1 | -1/+1 |
* | Replace INLINEABLE by INLINABLE (#12613) | Joachim Breitner | 2016-09-24 | 15 | -44/+46 |
* | Mark mapUnionFV as INLINABLE rather than INLINE | Matthew Pickering | 2016-09-23 | 1 | -1/+1 |
* | Fix #12442. | Richard Eisenberg | 2016-09-23 | 8 | -30/+166 |
* | Improved documentation for Foreign.Concurrent (#12547) | Simon Marlow | 2016-09-23 | 1 | -8/+29 |
* | Expose hs_exit_(rtsFalse) as hs_exit_nowait() | Simon Marlow | 2016-09-23 | 3 | -3/+22 |
* | shutdownHaskellAndExit: just do a normal hs_exit() (#5402) | Simon Marlow | 2016-09-23 | 1 | -4/+0 |
* | Fix failing test T12504 | Tamar Christina | 2016-09-21 | 2 | -3/+2 |
* | Bump Haddock submodule to fix rendering of class methods | Matthew Pickering | 2016-09-20 | 1 | -0/+0 |
* | Codegen for case: Remove redundant void id checks | Ömer Sinan Ağacan | 2016-09-20 | 10 | -80/+138 |
* | Remove directories from include paths | Ben Gamari | 2016-09-16 | 5 | -3/+11 |
* | Add test case for #7611 | Joachim Breitner | 2016-09-15 | 3 | -0/+34 |
* | Comments in TH.Syntax (Trac #12596) | Simon Peyton Jones | 2016-09-15 | 1 | -6/+31 |
* | Comments only | Simon Peyton Jones | 2016-09-15 | 1 | -1/+1 |
* | Unify CallStack handling in ghc | Ben Gamari | 2016-09-15 | 6 | -106/+72 |
* | tryGrabCapability should be using TRY_ACQUIRE_LOCK | Simon Marlow | 2016-09-15 | 1 | -1/+3 |
* | Fix codegen bug in PIC version of genSwitch (#12433) | Simon Marlow | 2016-09-15 | 3 | -4/+8 |
* | Comments and white space | Simon Peyton Jones | 2016-09-13 | 1 | -1/+1 |
* | Comments and white space only | Simon Peyton Jones | 2016-09-13 | 1 | -0/+2 |
* | Comments and white space only | Simon Peyton Jones | 2016-09-13 | 2 | -4/+4 |
* | Testsuite wibbles, to the same files | Simon Peyton Jones | 2016-09-13 | 2 | -2/+2 |
* | Test wibbles for commit 03541cba | Simon Peyton Jones | 2016-09-12 | 6 | -2/+21 |
* | rts: Disable -hb with multiple capabilities | Ben Gamari | 2016-09-12 | 1 | -0/+7 |
* | users_guide: TH now partially supports typed holes | Ben Gamari | 2016-09-12 | 1 | -1/+2 |
* | users_guide: #8761 is now fixed | Ben Gamari | 2016-09-12 | 1 | -2/+0 |
* | users_guide: Fix Docbook remnant | Ben Gamari | 2016-09-12 | 1 | -1/+1 |
* | Remove unused exports | Simon Peyton Jones | 2016-09-12 | 1 | -8/+3 |
* | Be less picky about reporing inaccessible code | Simon Peyton Jones | 2016-09-12 | 18 | -115/+151 |
* | Add hs_try_putmvar() | Simon Marlow | 2016-09-12 | 24 | -10/+715 |
* | Fix TH ppr output for list comprehensions with only one Stmt | Ryan Scott | 2016-09-11 | 1 | -6/+11 |
* | Fix derived Ix instances for one-constructor GADTs | Ryan Scott | 2016-09-11 | 5 | -4/+30 |