summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PPC ppr: tabs -> spaces.Erik de Castro Lopo2012-03-231-232/+225
* hp2ps: escape backslashes when generating output file (#5800).Paolo Capriotti2012-03-231-2/+20
* Tweak to flag parsing (#5921)Simon Marlow2012-03-221-2/+7
* In ghci, reload after :e. Patch from Paolo Capriotti. Fixes #5343Ian Lynagh2012-03-131-6/+7
* Get correct options when calling 'clang' inplace of 'as' (#5903)David Terei2012-03-121-5/+8
* Documentation update: Enumerations of Integers are subject to list fusion (#5...Joachim Breitner2012-03-091-1/+1
* Add Haiku platform (#5828)Paolo Capriotti2012-03-072-1/+6
* Fix crash caused by allowing duplicate *-modules in the context (#5904)Simon Marlow2012-03-061-2/+13
* Remove documentation that a feature was missing, because it is not. (#5896)Simon Marlow2012-03-061-3/+0
* Mention -threaded in the intro to Concurrent HaskellSimon Marlow2012-03-062-7/+47
* slight tweak to help text (#5896)Simon Marlow2012-03-061-2/+2
* Be less conservative about recompiling after changes to -main-is (#5878)Simon Marlow2012-03-062-5/+9
* Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-03-065-22/+10
* point to the wiki for "Setting up your system for building GHC" (#5874)Simon Marlow2012-03-061-5/+6
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-03-063-11/+67
* Fix a memory allocation bug (rts_argv wasn't big enough)Simon Marlow2012-03-061-5/+22
* Refer to Control.Concurrent instead of GHC.ConcSimon Marlow2012-03-061-5/+5
* fix ARM's StgCRun clobbered register list for both ARM and Thumb modesKarel Gardas2012-03-061-1/+15
* fix ARM StgCRun to not save and restore r11/fp register twiceKarel Gardas2012-03-061-2/+2
* avoid 32-bit integer overflow (#5838)Simon Marlow2012-03-061-1/+1
* Check that imported modules actually exist (#5836)Simon Marlow2012-03-061-0/+1
* Add a "tag" command to sync-allIan Lynagh2012-02-021-0/+4
* Merge branch 'ghc-7.4' of http://darcs.haskell.org/ghc into ghc-7.4Simon Peyton Jones2012-02-021-1/+1
|\
| * Set RELEASE back to NOIan Lynagh2012-02-021-1/+1
* | Fix dependency-analysis of type/class declsSimon Peyton Jones2012-02-021-4/+12
|/
* Update ANNOUNCE for 7.4.1ghc-7.4.1-releaseIan Lynagh2012-01-311-20/+28
* Set version to 7.4.1, and RELEASE to YESIan Lynagh2012-01-311-2/+2
* Add a note that PolyKinds are not yet fully matureIan Lynagh2012-01-311-0/+2
* ARM StgRun: Ensure r11 state is preservedBen Gamari2012-01-311-3/+3
* Fix register clobber list in StgRun for ARMBen Gamari2012-01-311-1/+1
* Don't record outputFile in the hashed flagsSimon Marlow2012-01-301-1/+3
* MERGED: FIX #5819: add -XDataKinds to the language options section of the use...Ian Lynagh2012-01-301-2/+7
* Finish the release note TODOsIan Lynagh2012-01-261-64/+54
* Improve release notesIan Lynagh2012-01-261-13/+14
* Fix bug introduced in fac8ecbbafde17dd92439c41747223c43e9d2b80Simon Marlow2012-01-251-6/+6
* Allow default superclass methods for multi-parameter type classesSimon Peyton Jones2012-01-251-14/+2
* DataConIds need to be treated specially in VectInfoManuel M T Chakravarty2012-01-251-1/+1
* Fix vectorisation of classesManuel M T Chakravarty2012-01-259-24/+84
* Add a couple of release note TODOsIan Lynagh2012-01-251-0/+2
* Fix buildIan Lynagh2012-01-251-1/+1
* Documentation for -XDataKindsJose Pedro Magalhaes2012-01-251-9/+11
* MERGED: Split -XDataKinds from -XPolyKindsIan Lynagh2012-01-254-17/+17
* Add a missing newline in the ghci :h text; spotted by Alexander McPhailIan Lynagh2012-01-241-1/+1
* MERGED: Do not combine dictionaries in the EvVarCache when simplEqsOnly is onIan Lynagh2012-01-241-19/+38
* Fix Trac #5658: strict bindings not floated inSimon Peyton Jones2012-01-198-159/+237
* Add comments about the meaning of can_fail and has_side_effectsSimon Peyton Jones2012-01-192-52/+89
* Document -T RTS flag in manual.Edward Z. Yang2012-01-191-0/+11
* Incorrect type conversion in LLVM backend (#5785).Ubuntu2012-01-191-1/+4
* Use nested tuples to desugar recursive do-notationSimon Peyton Jones2012-01-192-5/+5
* Fix bug causing polling instead of blocking in the non-threaded RTS (#5773)Simon Marlow2012-01-191-18/+17