summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Unix line endings for Pair.lhsSimon Peyton Jones2011-05-121-46/+46
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-091-0/+47
|\
| * Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-305-11/+49
| |\
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-0/+47
* | | Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured...coloured-coreIan Lynagh2011-05-082-99/+189
|\ \ \
| * | | Make SDoc an abstract type.Thomas Schilling2011-04-101-110/+118
| * | | Start support for coloured SDoc output.Thomas Schilling2011-04-071-36/+113
| * | | Add zeroWidthText to Pretty.Thomas Schilling2011-04-031-1/+6
* | | | Move Platform from compiler/nativeGen to compiler/utilsIan Lynagh2011-05-071-0/+104
| |_|/ |/| |
* | | Derive some Typeable instancesIan Lynagh2011-04-241-2/+1
* | | Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-0/+14
* | | Add pprDefiniteTrace and use itSimon Peyton Jones2011-04-201-1/+4
* | | Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.Edward Z. Yang2011-04-132-8/+30
| |/ |/|
* | Implement mapUFM_Directly.Edward Z. Yang2011-04-111-1/+3
* | Force re-linking if the options have changed (#4451)Simon Marlow2011-04-081-2/+24
|/
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-1/+7
* Bleat a bit more informatively in unionListssimonpj@microsoft.com2011-01-261-2/+6
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-121-1/+14
* Make fuzzy matching a little less eager for short identifierssimonpj@microsoft.com2011-01-071-3/+12
* Add fuzzyLookup, a variant of fuzzyMatchsimonpj@microsoft.com2010-12-221-36/+73
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-4/+5
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-158-64/+1
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-081-2/+2
* Tweak the "sorry" message a bitSimon Marlow2010-12-081-1/+1
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-122-0/+2
* Add LANGUAGE BangPatterns to modules that use themsimonpj@microsoft.com2010-11-123-0/+3
* Fix multi-line string (minor glitch in stage-1 compiler)simonpj@microsoft.com2010-11-111-2/+2
* Fix a #if testIan Lynagh2010-11-021-1/+1
* Cleanup comments and formatting onlybenl@ouroborus.net2010-10-291-87/+108
* Nicer error message for #3782benl@ouroborus.net2010-10-292-13/+29
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-272-14/+15
* Use new showMultiLineString to fix Trac #4436simonpj@microsoft.com2010-10-251-1/+11
* instance Outputable IntMapsimonpj@microsoft.com2010-10-251-2/+4
* Some refactoring and simplification in TcInteract.occurChecksimonpj@microsoft.com2010-10-071-5/+8
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-071-1/+3
* remove unnecessary/broken definition of mask_Simon Marlow2010-10-021-5/+0
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-142-194/+25
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-133-5/+57
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+1
* update for containers-0.4Simon Marlow2010-09-031-0/+4
* Send ghc progress output to stdout; fixes #3636Ian Lynagh2010-08-081-1/+4
* NCG: Don't worry about trying to re-freeze missing coalescencesbenl@ouroborus.net2010-07-021-5/+4
* adapt to the new async exceptions APISimon Marlow2010-07-091-15/+36
* Fix panic when running "ghc -H"; trac #3364Ian Lynagh2010-06-241-1/+4
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-021-6/+2
* looksLikeModuleName: allow apostrophe in module names (#4051)Simon Marlow2010-05-101-1/+1
* Fix build with GHC 6.10Ian Lynagh2010-05-041-0/+13
* Replace FiniteMap and UniqFM with counterparts from containers.Milan Straka2010-05-033-1474/+203
* Spelling correction for LANGUAGE pragmasMax Bolingbroke2010-04-132-3/+106
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-092-8/+0