summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pad Capabilities and Tasks to 64 bytesSimon Marlow2008-10-232-3/+6
* Fix desugaring of record update (fixes Trac #2735)simonpj@microsoft.com2008-11-032-13/+20
* Refuse to register packages with unversioned dependencies; trac #1837Ian Lynagh2008-10-311-0/+5
* We now require GHC 6.6 to build the HEAD (and thus 6.12)Ian Lynagh2008-10-311-2/+2
* :set prompt now understand Haskell String syntax; trace #2652Ian Lynagh2008-10-312-5/+10
* Comments onlysimonpj@microsoft.com2008-10-311-2/+4
* Quickfix for warning.Thomas Schilling2008-10-311-1/+1
* Export typeclasses for accessing compiler results.Thomas Schilling2008-10-281-0/+1
* Minor refactoring.Thomas Schilling2008-10-282-4/+2
* Include record fields in tags.Thomas Schilling2008-10-281-10/+5
* Fix importssimonpj@microsoft.com2008-10-311-6/+9
* Improve error reporting for non-rigid GADT matchessimonpj@microsoft.com2008-10-304-45/+62
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-3052-391/+1644
* Fix Trac #2674: in TH reject empty case expressions and function definitionssimonpj@microsoft.com2008-10-301-1/+8
* Change naming conventions for compiler-generated dictionaries and type functionssimonpj@microsoft.com2008-10-291-16/+21
* Fix tcrun031: yet more tidying up in TcDerivsimonpj@microsoft.com2008-10-291-24/+68
* Add Outputable instance for CoercionIsimonpj@microsoft.com2008-10-291-0/+4
* Fix Trac #2720: inlining and castssimonpj@microsoft.com2008-10-282-12/+27
* Clarify documentatoinsimonpj@microsoft.com2008-10-281-3/+7
* Update library version numbers in the release notesIan Lynagh2008-10-231-2/+2
* various updates to the release notesSimon Marlow2008-10-071-37/+85
* Add library release notesIan Lynagh2008-09-201-0/+464
* Add release notes for the compilerIan Lynagh2008-09-203-2/+745
* Doc fixIan Lynagh2008-10-281-1/+1
* Rename some variables in docsIan Lynagh2008-10-281-3/+3
* Fix typosIan Lynagh2008-10-281-3/+3
* Mostly-fix Trac #2595: updates for existentialssimonpj@microsoft.com2008-10-285-180/+308
* Fix Trac #2723: keep track of record field names in the renamersimonpj@microsoft.com2008-10-286-17/+55
* Remove dead codesimonpj@microsoft.com2008-10-281-5/+0
* Fix Trac #2713: refactor and tidy up renaming of fixity declssimonpj@microsoft.com2008-10-275-149/+161
* Fix Trac #2701: make deriving check better for unlifted argssimonpj@microsoft.com2008-10-252-15/+30
* Use pdflatex rather than latex for buildingIan Lynagh2008-10-241-5/+6
* Remove an unmatched } in core.texIan Lynagh2008-10-241-1/+1
* Add a usepackage{url}Ian Lynagh2008-10-241-0/+1
* Update ANNOUNCEIan Lynagh2008-10-221-45/+57
* Fix a bug in the new schedulerSimon Marlow2008-10-231-1/+2
* add an assertionSimon Marlow2008-10-231-0/+1
* fix a warningSimon Marlow2008-10-231-1/+0
* traverse the spark pools only once during GC rather than twiceSimon Marlow2008-10-226-48/+44
* Refactoring and reorganisation of the schedulerSimon Marlow2008-10-228-310/+355
* Work stealing for sparksberthold@mathematik.uni-marburg.de2008-09-157-270/+617
* include an elapsed time tableSimon Marlow2008-10-232-16/+23
* generate a valid summary for older GHC versions tooSimon Marlow2008-10-231-0/+4
* Fix Trac #2714 (a minor wibble)simonpj@microsoft.com2008-10-221-1/+4
* Reject programs with superclass equalities for nowManuel M T Chakravarty2008-10-211-0/+8
* Fix doc syntaxIan Lynagh2008-10-211-1/+1
* Don't put the README file in the Windows installer; fixes trac #2698Ian Lynagh2008-10-211-2/+0
* Comments and parens onlysimonpj@microsoft.com2008-10-211-2/+2
* Do proper cloning in worker/wrapper splittingsimonpj@microsoft.com2008-10-211-61/+79
* Don't float an expression wrapped in a castsimonpj@microsoft.com2008-10-211-0/+7