| Commit message (Expand) | Author | Age | Files | Lines |
* | Add foldr fusion rules for short listswip/T13351 | Joachim Breitner | 2017-03-07 | 1 | -6/+13 |
* | Revise list fusion for and, or, all, any, elem, notElem (#13351) | Joachim Breitner | 2017-03-07 | 1 | -14/+38 |
* | Typos in changelog and comments | Gabor Greif | 2017-03-07 | 3 | -3/+3 |
* | Add rule mapFB c (λx.x) = c | Joachim Breitner | 2017-03-06 | 1 | -0/+1 |
* | base: Kill out-of-date Notes | Ben Gamari | 2017-03-06 | 1 | -27/+0 |
* | add example documentation for tuple Applicative | GinBaby | 2017-03-06 | 2 | -2/+9 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 3 | -3/+3 |
* | Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLits | Ryan Scott | 2017-03-04 | 1 | -35/+2 |
* | Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830). | Ryan Scott | 2017-03-04 | 2 | -2/+32 |
* | Fix a tiny typo | Ingo Blechschmidt | 2017-03-03 | 1 | -1/+1 |
* | Show: Add ShowS for ", " | Ben Gamari | 2017-03-02 | 1 | -1/+3 |
* | Change catch# demand signature | David Feuer | 2017-03-01 | 5 | -68/+89 |
* | Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonyms | Ryan Scott | 2017-02-28 | 3 | -0/+9 |
* | base: Expose Module from Type.Reflection | Ben Gamari | 2017-02-28 | 2 | -1/+5 |
* | Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a) | Tamar Christina | 2017-02-28 | 1 | -1/+0 |
* | tests: remove extra_files.py (#12223) | Reid Barton | 2017-02-26 | 2 | -7/+12 |
* | Add support for concurrent package db access and updates | Andrzej Rybczak | 2017-02-26 | 5 | -15/+202 |
* | Bring sanity to openTempFile | Ben Gamari | 2017-02-26 | 1 | -5/+8 |
* | Add instances for (:~~:) mirroring those for (:~:) | Ryan Scott | 2017-02-23 | 4 | -0/+39 |
* | base: Add handling of -- to getArgs for Windows | Andreas Klebinger | 2017-02-23 | 1 | -1/+15 |
* | JSON profiler reports | Ben Gamari | 2017-02-23 | 2 | -4/+8 |
* | Spelling only [ci skip] | Gabor Greif | 2017-02-23 | 1 | -1/+1 |
* | A number of Typeable wibbles from review | Ben Gamari | 2017-02-20 | 3 | -10/+10 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 15 | -366/+813 |
* | Generalize kind of the (->) tycon | Ben Gamari | 2017-02-18 | 1 | -1/+1 |
* | Implement HasField constraint solving and modify OverloadedLabels | Adam Gundry | 2017-02-14 | 3 | -16/+57 |
* | bufWrite: Save extra syscall when data fills handle buffer completely. | Niklas Hambüchen | 2017-02-11 | 1 | -4/+21 |
* | Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246) | Niklas Hambüchen | 2017-02-11 | 1 | -5/+8 |
* | Fix: Default FD buffer size is not a power of 2 (#13245) | Niklas Hambüchen | 2017-02-11 | 1 | -1/+1 |
* | Library docs: Document the order for sort and sortOn. | Alexander Kjeldaas | 2017-02-09 | 1 | -0/+6 |
* | Tweaks and typos in manual, note refs, comments | Gabor Greif | 2017-02-09 | 1 | -1/+1 |
* | Fix broken link of GHC.RTS.Flags | Takenobu Tani | 2017-02-05 | 1 | -1/+1 |
* | Fix comment (old file names '.hc' ) in libraries/ | Takenobu Tani | 2017-02-05 | 1 | -3/+3 |
* | Add liftA2 to Applicative class | David Feuer | 2017-02-05 | 22 | -60/+232 |
* | Fix minusNatural exception to be Underflow | Oleg Grenrus | 2017-02-04 | 1 | -2/+2 |
* | Fix comment (old filename '.lhs') in libraries/ | Takenobu Tani | 2017-02-04 | 3 | -8/+8 |
* | Attempt to make lazy ST thread safe | David Feuer | 2017-02-03 | 8 | -24/+306 |
* | Spelling fixes | Gabor Greif | 2017-02-02 | 1 | -1/+1 |
* | Introduce GHC.TypeNats module, change KnownNat evidence to be Natural | Oleg Grenrus | 2017-02-01 | 9 | -103/+248 |
* | base: Derive Enum, Bounded for VecCount, VecElem | Ben Gamari | 2017-02-01 | 2 | -0/+14 |
* | Fix broken tests | Phil Ruffwind | 2017-01-30 | 2 | -5/+1 |
* | Fix mismatched tick in GHC.Generics documentation | Ryan Scott | 2017-01-30 | 1 | -1/+1 |
* | Document GHC.Profiling functions [ci skip] | Ömer Sinan Ağacan | 2017-01-28 | 1 | -1/+10 |
* | Remove Data.Tuple doc's claim to have tuple types | Chris Martin | 2017-01-26 | 1 | -1/+1 |
* | Generalizes the type of asProxyTypeOf (#12805) | Dave Laing | 2017-01-26 | 2 | -1/+3 |
* | Generalize the type of runRW# | David Feuer | 2017-01-25 | 1 | -2/+1 |
* | Typos and grammar in manual/comments | Gabor Greif | 2017-01-23 | 1 | -1/+1 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 2 | -62/+31 |
* | Clean up some shell code and M4 quoting | Demi Obenour | 2017-01-20 | 1 | -3/+3 |
* | Add 'type family (m :: Symbol) <> (n :: Symbol)' | Oleg Grenrus | 2017-01-20 | 2 | -0/+8 |