summaryrefslogtreecommitdiff
path: root/compiler/basicTypes
Commit message (Expand)AuthorAgeFilesLines
* More DynFlags + SDocsdocIan Lynagh2011-05-255-48/+56
* Fix build when DEBUG is onMax Bolingbroke2011-05-151-1/+2
* Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-4/+14
* Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-1/+26
* The final batch of changes for the new coercion representationSimon Peyton Jones2011-05-122-9/+12
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-098-179/+161
|\
| * Be cleverer in dataConCannotMatch, fixes Trac #5168Simon Peyton Jones2011-05-041-5/+6
| * Merge commitSimon Peyton Jones2011-05-046-23/+17
| |\
| | * Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-306-23/+17
| | |\
| * | | Comment changes to satisfy HaddockSimon Peyton Jones2011-04-201-1/+1
| |/ /
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-198-179/+159
* | | Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured...coloured-coreIan Lynagh2011-05-081-3/+3
|\ \ \
| * | | Start support for coloured SDoc output.Thomas Schilling2011-04-071-3/+3
| |/ /
* | | Format wibbleDavid Terei2011-05-041-2/+1
| |/ |/|
* | Fix some small errors in commentsDavid Terei2011-04-261-3/+2
* | Derive some Typeable instancesIan Lynagh2011-04-246-20/+15
|/
* Fix Trac #5048: location on AbsBindssimonpj@microsoft.com2011-03-311-13/+11
* Drop dead core that was kept alive by RULES in CorePrep (#4962)Max Bolingbroke2011-02-191-0/+1
* Comments onlysimonpj@microsoft.com2011-01-261-4/+10
* DPH options updatedManuel M T Chakravarty2011-01-241-1/+1
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-123-4/+9
* Layout and white space onlysimonpj@microsoft.com2010-12-221-14/+5
* Single-method classes are implemented with a newtypesimonpj@microsoft.com2010-12-211-7/+10
* For single-method classes use newtypessimonpj@microsoft.com2010-11-011-7/+9
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-152-14/+0
* Fix recursive superclasses (again). Fixes Trac #4809.simonpj@microsoft.com2010-12-133-22/+46
* Fix a nasty bug in RULE matching: Trac #4814simonpj@microsoft.com2010-12-021-4/+6
* Refactoring of the way that inlinings and rules are activatedsimonpj@microsoft.com2010-11-162-11/+27
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Two signficant changes to the simplifiersimonpj@microsoft.com2010-10-271-7/+12
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-2/+2
* Add an assertionsimonpj@microsoft.com2010-10-211-1/+1
* Define takeUniqFromSupplyIan Lynagh2010-10-211-0/+4
* Remove some extraneous whitespaceIan Lynagh2010-10-211-3/+3
* Don't seq unfoldingsIan Lynagh2010-10-201-1/+4
* Add a comment, connecting the seq to the test (#4367) that shows its usefulnesssimonpj@microsoft.com2010-10-201-1/+1
* Define setIdUnfoldingLazily, and use it in VectoriseIan Lynagh2010-10-191-1/+6
* seq the unfolding in setUnfoldingInfoIan Lynagh2010-10-191-4/+3
* Add new VarEnv functions minusVarEnv, intersectsVarEnv, unionInScopesimonpj@microsoft.com2010-10-191-1/+10
* Make (Located a) an instance of Eq, Ordsimonpj@microsoft.com2010-10-151-1/+1
* Don't automatically link the haskell98 packageIan Lynagh2010-10-061-3/+1
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-071-1/+7
* Make NameEnv back into type NameEnv a = UniqFM asimonpj@microsoft.com2010-10-071-24/+20
* Improve the rule-matchersimonpj@microsoft.com2010-10-071-17/+39
* Fix Trac #4345: simplifier bugsimonpj@microsoft.com2010-10-071-8/+25
* Fix braino in WwLib/Literal patchsimonpj@microsoft.com2010-09-241-1/+1
* Rejig the absent-arg stuff for unlifted typessimonpj@microsoft.com2010-09-231-2/+20
* Print coercion variables as such (debugging change only)simonpj@microsoft.com2010-09-161-1/+2
* Fix isDefaultInlinePragmasimonpj@microsoft.com2010-09-151-1/+5
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-152-16/+38