summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Don't generate a full TyCon for the AT defaultsat-defaultsMax Bolingbroke2011-09-078-67/+98
* Simplify treatment of default associated type decl typecheckingMax Bolingbroke2011-09-074-55/+28
* Move code from TcInstDcls to TcCyClsDecls to avoid module loop introduced wit...Max Bolingbroke2011-09-064-341/+336
* Implement associated type defaultsMax Bolingbroke2011-09-0616-85/+271
* Revert "Get rid of associated-type default declarations"Max Bolingbroke2011-09-062-2/+9
* 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
* get rid of the cg_rep field of CgIdInfo, which wasn't used anywhereSimon Marlow2011-08-252-5/+3
* eliminate ConInfoSimon Marlow2011-08-258-107/+74
* Remove another use of mkConInfoSimon Marlow2011-08-255-60/+78
* bugfix: static constructors were being given the dynamic info table pointerSimon Marlow2011-08-251-1/+1
* Refactoring: reduce usage of mkConInfo, with a view to killing itSimon Marlow2011-08-255-75/+134
* remove duplicate dumpSimon Marlow2011-08-251-2/+0
* rewrite branchChainElim; other refactoring in CmmContFlowOptSimon Marlow2011-08-253-134/+152