summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-5/+0
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.CharIan Lynagh2008-11-084-80/+1
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-074-10/+8
* Bugfix for patch "Do not filter the rts from linked libraries..." (#2745)Simon Marlow2008-11-071-1/+1
* disable instance MonadPlus CoreM for GHC <= 6.6Simon Marlow2008-11-071-0/+3
* Remove dead code.Thomas Schilling2008-10-311-1/+0
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+6
* disable MonadPlus instance that doesn't compile with 6.6Simon Marlow2008-11-061-0/+6
* fix the :help docs for :set stop (#2737)Simon Marlow2008-11-041-1/+1
* Fix desugaring of record update (fixes Trac #2735)simonpj@microsoft.com2008-11-032-13/+20
* :set prompt now understand Haskell String syntax; trace #2652Ian Lynagh2008-10-311-4/+7
* 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
* 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-3051-391/+1567
* 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
* Mostly-fix Trac #2595: updates for existentialssimonpj@microsoft.com2008-10-284-176/+291
* 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
* 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
* 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
* Fix Trac #2668, and refactor TcDerivsimonpj@microsoft.com2008-10-211-102/+112
* Spelling error in commentsimonpj@microsoft.com2008-10-191-1/+1
* White space onlysimonpj@microsoft.com2008-10-191-7/+8
* Comments to explain strict overlap checking for type family instancessimonpj@microsoft.com2008-10-191-0/+10
* Allow type families to use GADT syntax (and be GADTs)simonpj@microsoft.com2008-09-237-120/+151
* Improve crash message from applyTys and applyTypeToArgssimonpj@microsoft.com2008-09-232-3/+4
* Wibble to ungrammatical error messagesimonpj@microsoft.com2008-09-201-1/+1
* Comments only: replace ":=:" by "~" (notation for equality predicates)simonpj@microsoft.com2008-09-2016-46/+48
* FIX #2693Manuel M T Chakravarty2008-10-211-3/+10
* Restore the terminal attributes even if ghci does not exit normally.Judah Jacobson2008-10-201-4/+3
* FIX #2688Manuel M T Chakravarty2008-10-211-7/+9
* Move documentation within 80 column boundary.Thomas Schilling2008-10-141-24/+25
* Improve haddock documentation for 'GHC.topSortModuleGraph'.Thomas Schilling2008-10-141-4/+5
* Improve haddock documentation for HsExpr module.Thomas Schilling2008-10-141-26/+35
* Improve Haddock-markup for HsDecls module.Thomas Schilling2008-10-141-75/+109
* Run Haddock with compacting GC and show RTS statistics.Thomas Schilling2008-10-201-0/+1