summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* free the gc_thread structures during shutdownSimon Marlow2009-07-243-0/+19
* Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutexSimon Marlow2009-07-242-22/+83
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-232-120/+50
* point to the wikiSimon Marlow2009-07-231-0/+4
* Remove note about avoiding use of #def in librariesSimon Marlow2009-07-231-9/+0
* refactoringsSimon Marlow2009-07-231-8/+9
* Fix Trac #3391: make generic to/from bindings only for newly-declared typessimonpj@microsoft.com2009-07-231-7/+7
* Print explicit braces and semicolons in do-notationsimonpj@microsoft.com2009-07-231-2/+9
* Documentation for stand-alone deriving (Trac #3012)simonpj@microsoft.com2009-07-231-6/+36
* Windows only: set the encoding on stdin to utf8Simon Marlow2009-07-231-0/+6
* Fix Trac #3012: allow more free-wheeling in standalone derivingsimonpj@microsoft.com2009-07-238-69/+100
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7
* Stop generating redundant parens in 'deriving' codesimonpj@microsoft.com2009-07-232-18/+45
* Wibble to printing tuple sectionssimonpj@microsoft.com2009-07-231-1/+1
* Fix Trac #3193: improve line number reporting for equality constraintssimonpj@microsoft.com2009-07-233-7/+6
* Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a -> m (Maybe b)simonpj@microsoft.com2009-07-231-0/+9
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-2322-152/+263
* NetBSD defines _REENTRANT in its header files, so compiling ghc givesSimon Marlow2009-07-231-0/+2
* includes/TSO.h: kill trailing whitespaceSamuel Bronson2009-07-221-3/+3
* Say what StgTSOBlockInfo is for, where to read about it.Samuel Bronson2009-07-221-0/+1
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-226-14/+21
* Fix cleaning with the new integer changesIan Lynagh2009-07-221-1/+3
* Add integer-simple as a build optionIan Lynagh2009-07-222-0/+11
* Tweak whitespaceIan Lynagh2009-07-191-14/+14
* thenIO, bindIO, returnIO moved to GHC.BaseSimon Marlow2009-07-221-3/+3
* remove unused $(HscIfaceFileVersion)Simon Marlow2009-07-203-22/+0
* Choose external names more predictablySimon Marlow2009-07-201-198/+303
* Use stable ordering in the dependenciesSimon Marlow2009-07-171-16/+5
* fall back on libffi for 'foreign import "wrapper"' if necessarySimon Marlow2009-07-161-0/+10
* Take account of GADTs when reporting patterm-match overlapsimonpj@microsoft.com2009-07-222-7/+17
* Fix Trac #3382: desugaring of NPatssimonpj@microsoft.com2009-07-201-27/+32
* Add a -fwarn-dodgy-exports flag; fixes #1911Ian Lynagh2009-07-193-7/+28
* Build terminfo if we /aren't/ on Windows, not if we /are/Ian Lynagh2009-07-191-1/+1
* Change how PACKAGES is constructed, so that everything gets cleaned properlyIan Lynagh2009-07-181-39/+45
* temporarily turn off unused import warnings for the time libraryIan Lynagh2009-07-181-0/+2
* Follow the split directory rename in the GHC build system rulesIan Lynagh2009-07-181-1/+1
* Add osuf to the name we use for the split dirIan Lynagh2009-07-181-1/+1
* Temporarily turn off unused-do-bind warnings for the time packageIan Lynagh2009-07-182-1/+5
* Make ghc-cabal handle "Custom" Setup.hs files that have a configure scriptIan Lynagh2009-07-181-2/+10
* Add the time library, and support for libraries in tarballsIan Lynagh2009-07-184-3/+31
* Always serialise Int as 64bit values; fixes trac #3041Ian Lynagh2009-07-171-9/+0
* Remove some code that has always been commented outIan Lynagh2009-07-171-4/+0
* Fix Trac #3346: tcSimplify for LHS of RULES with type equalitiessimonpj@microsoft.com2009-07-171-2/+12
* Allow mixed case in the LINE pragma; patch from squadette; fixes #1817Ian Lynagh2009-07-171-12/+10
* Comment onlysimonpj@microsoft.com2009-07-171-1/+1
* Add missing case for eq_note.t-peterj@microsoft.com2009-06-241-0/+1
* Rename parameters to make debugging code compile.t-peterj@microsoft.com2009-06-261-1/+1
* Comment fix: use the same variable names in the conclusion as in the premise.t-peterj@microsoft.com2009-06-181-2/+2
* Typo fixes, from Alexey MahotkinIan Lynagh2009-07-171-6/+6
* Use names like '$fOrdInt' for dfuns (and TF instances), rather than '$f21'Simon Marlow2009-07-165-42/+45