summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve the handling of used-once stuffbetter-ho-cardinalitySimon Peyton Jones2013-12-0217-394/+540
* Another raft of Template Haskell clean-upSimon Peyton Jones2013-11-2520-625/+430
* Update to core-spec documentation.Richard Eisenberg2013-11-254-16/+53
* Mention that the user has to import GHC.Exts for ConstraintJoachim Breitner2013-11-241-3/+4
* Replace (State# RealWorld) with Void# where we just want a 0-bit valueSimon Peyton Jones2013-11-228-37/+62
* Move isVoidRep, isGcPtrRep to TyCon to join primRepSizeW etcSimon Peyton Jones2013-11-224-15/+13
* Untabify and trailing white spaceSimon Peyton Jones2013-11-221-238/+237
* Add a missing case to Lint's understanding of empty casesSimon Peyton Jones2013-11-221-2/+11
* Use bindLocalNamesFV in rn_inst_infoJoachim Breitner2013-11-221-1/+1
* Use newTyConInstRhs in coerce’d GNDJoachim Breitner2013-11-221-5/+1
* Implement GeneralizedNewtypeDeriving in terms of `coerce`.Richard Eisenberg2013-11-228-196/+207
* Extend Coercible to newtype instancesJoachim Breitner2013-11-223-16/+37
* Prevent recursive Coercible dictionariesJoachim Breitner2013-11-224-11/+46
* Add ctLoc = ctev_loc . cc_evJoachim Breitner2013-11-223-14/+18
* Large refactor: Move CtLoc field from Ct to CtEvidenceJoachim Breitner2013-11-229-317/+303
* Add -ftype-function-stack to set type function stack depthJoachim Breitner2013-11-226-14/+40
* Separate SubGoalDepthCounters (constraints and typ fun applications)Joachim Breitner2013-11-223-35/+93
* Make SubGoalDepth a type of its ownJoachim Breitner2013-11-225-12/+29
* Wibble to RnSplice (really belongs with b7f35733)Simon Peyton Jones2013-11-221-2/+2
* Refactor TcSplice.tcBracket a bitSimon Peyton Jones2013-11-221-16/+14
* Clarify what is in ic_tythings, and refactor TcRnDriver.setInteractiveContextSimon Peyton Jones2013-11-222-67/+53
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-2216-362/+387
* Refactor traceRunStatus/handleRunStatusSimon Peyton Jones2013-11-221-75/+58
* Improve pretty-printing of pending splicesSimon Peyton Jones2013-11-221-7/+7
* Fix type-equality in the type checker (fixes Trac #8553)Simon Peyton Jones2013-11-228-42/+74
* Print the correct name when complaining about SPECIALISE pragmasSimon Peyton Jones2013-11-221-3/+5
* Add suggestion of -XNegativeLiteralsSimon Peyton Jones2013-11-221-17/+36
* Better constraint-solver tracingSimon Peyton Jones2013-11-221-2/+5
* Always re-summarise modules when -fforce-recomp is setPatrick Palka2013-11-221-2/+4
* Untabify buffer.Austin Seipp2013-11-221-2/+2
* Extend getPhysicalMemorySize to iOS (#8533)Austin Seipp2013-11-221-1/+1
* Temporarily lower unfolding threshold on WindowsAustin Seipp2013-11-221-0/+14
* Comment on StgArrWords vs StgArrBytesArash Rouhani2013-11-221-1/+8
* Fix formatting (fixes #8551)Arash Rouhani2013-11-221-1/+1
* M-x delete-trailing-whitespaceAustin Seipp2013-11-221-5/+5
* Fix make binary-dist on OS X (#8122)Austin Seipp2013-11-221-6/+7
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-224-5/+53
* Ignore untracked contents in submodulesJoachim Breitner2013-11-221-0/+14
* When removing unreachable code, remove unreachable info tables tooSimon Peyton Jones2013-11-221-9/+22
* Improve panic printoutSimon Peyton Jones2013-11-221-1/+2
* Add debug dump of the list of Cmm proc pointsSimon Peyton Jones2013-11-221-0/+1
* Don't complain about rules overlapping functions with no unfoldingSimon Peyton Jones2013-11-221-0/+2
* Grammar in commentsGabor Greif2013-11-222-2/+2
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-213-8/+39
* CheckUnload needs to look at revertible_caf_listSimon Marlow2013-11-211-0/+7
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-217-55/+99
* 80 columnsSimon Marlow2013-11-211-8/+8
* CommentSimon Marlow2013-11-211-0/+3
* 80 columnsSimon Marlow2013-11-211-2/+3
* 80 columnsSimon Marlow2013-11-211-2/+4