summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Comments and layoutSimon Peyton Jones2011-09-074-21/+44
* Add Constraint as a legitmiate tycon in KindsSimon Peyton Jones2011-09-071-1/+2
* ConstraintKind -> ConstraintKindsSimon Peyton Jones2011-09-074-11/+11
* Minor refactoring of dsLCoercion, plus commentsSimon Peyton Jones2011-09-072-10/+26
* Implement -XConstraintKindMax Bolingbroke2011-09-06121-2326/+2580
* Remove the "Ghastly special case" from dataTcOccsMax Bolingbroke2011-09-061-13/+1
* Zap demand information if the simplifier reduces the arity: fixes CoreLint fa...Max Bolingbroke2011-09-061-7/+18
* Fix handing of CoVars in SetLevels: it wasn't renaming occurrences of case-bo...Max Bolingbroke2011-09-062-38/+39
* There are no predicate kinds in external core: remove KeqMax Bolingbroke2011-09-063-5/+1
* Remove bogus isCoercionKind function and its sole useMax Bolingbroke2011-09-065-15/+5
* Add missing import (fixes #5460).Erik de Castro Lopo2011-09-061-1/+1
* fix the eager-blackholing check, which I inadvertently broke inSimon Marlow2011-09-064-60/+72
* Fix Trac #5455: be a bit more selective in mkSelectorBindsSimon Peyton Jones2011-09-051-27/+50
* Eliminate isHiBootTyCon in favour of isAbstractTyConSimon Peyton Jones2011-09-053-11/+4
* Link the de-synonym change to ticket Trac #5458Simon Peyton Jones2011-09-051-1/+2
* Fix two bugs in caes-floating (fixes Trac #5453)Simon Peyton Jones2011-09-053-54/+150
* Comments onlySimon Peyton Jones2011-09-051-18/+20
* De-synonym the types of the abtracted term variables in SpecConstrSimon Peyton Jones2011-09-051-2/+20
* Export a tiny bit more info with AbstractTyCon (fixes #5424)Simon Peyton Jones2011-09-0210-40/+76
* Backtrack on the wierd special case of data family exportsSimon Peyton Jones2011-09-021-24/+17
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-09-021-0/+3
|\
| * Add a flag -fno-ghci-historyIan Lynagh2011-09-011-0/+3
* | Some minor wibbling in printing source locationsSimon Peyton Jones2011-09-027-28/+32
* | Two bugs in rnExports (fixes Trac #5445)Simon Peyton Jones2011-09-021-28/+45
* | More debug info on provenance with -dppr-debugSimon Peyton Jones2011-09-021-1/+5
* | Make Convert.thRdrName give a decent source locations (fixes Trac #5434)Simon Peyton Jones2011-09-021-8/+18
* | Fix a buglet in reification of tuples (fixes Trac #5452)Simon Peyton Jones2011-09-021-2/+1
|/
* Wibble to fix of Trac #5439: deal with the error-recovery caseSimon Peyton Jones2011-09-011-1/+4
* Two small further extensions to associated typesSimon Peyton Jones2011-09-012-22/+21
* Fix the trimming of bind_fvs (fixes Trac #5439)Simon Peyton Jones2011-09-014-49/+121
* Improve debug tracingSimon Peyton Jones2011-09-011-1/+2
* Get rid of associated-type default declarationsSimon Peyton Jones2011-09-012-9/+2
* Comments about type-family parentsSimon Peyton Jones2011-09-011-19/+30
* Allow associated types to have fresh parametersSimon Peyton Jones2011-09-018-342/+298
* Add type sigs to functions in RegAlloc.Graph.SpillIan Lynagh2011-08-311-201/+220
* Whitespace only in X86.InstrIan Lynagh2011-08-311-386/+386
* Some CPP removal in X86.RegsIan Lynagh2011-08-311-12/+8
* Whitespace only in X86.RegsIan Lynagh2011-08-311-202/+202
* Start de-CPPing X86.RegsIan Lynagh2011-08-303-20/+18
* More CPP removalIan Lynagh2011-08-301-127/+109
* A little more CPP removalIan Lynagh2011-08-301-41/+60
* Clean up the handling of the import and :module commands in GHCiSimon Marlow2011-08-261-1/+1
* simpleImportDecl: default to unsafe, not safeSimon Marlow2011-08-261-1/+1
* export HscEnvSimon Marlow2011-08-261-1/+1
* Follow ghc-prim changesIan Lynagh2011-08-262-12/+8
* Make popCnt# primop work with dynamic compilationJohan Tibell2011-08-251-4/+10
* disable a debug traceSimon Marlow2011-08-251-1/+2
* fix warningSimon Marlow2011-08-251-1/+1
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-2513-262/+200
* Refactoring/renamingSimon Marlow2011-08-255-87/+85