summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Data and Typeable instances to HsSynDavid Waern2010-03-303-2/+51
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-342/+0
* Add fmapMaybeM and fmapEitherMsimonpj@microsoft.com2010-03-041-0/+11
* a faster appendFSich@christoph-bauer.net2010-02-271-1/+12
* Remove redundant importsimonpj@microsoft.com2010-02-081-1/+0
* fix warning on WindowsSimon Marlow2010-01-271-2/+1
* catch SIGHUP and SIGTERM and raise an exception (#3656)Simon Marlow2010-01-271-3/+18
* locateOneObj: don't look for dynamic libs in static modeSimon Marlow2010-01-031-5/+5
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-0/+12
* Rolling back: Make FastString thread-safe.Simon Marlow2009-12-311-45/+84
* Make warning printing a bit less noisysimonpj@microsoft.com2009-12-181-1/+1
* Add splitUFM to UniqFM (used in a forthcoming patch)simonpj@microsoft.com2009-12-041-3/+23
* Add lengthBag to Bag (using in forthcoming patch)simonpj@microsoft.com2009-12-041-1/+7
* Add an ID monad to MonadUtils (used in kind checking)simonpj@microsoft.com2009-11-121-0/+18
* Make `consBag` infixr, and `snocBag` infixlsimonpj@microsoft.com2009-10-291-0/+3