summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the now-unused constructor VarPatOutsimonpj@microsoft.com2010-11-053-10/+1
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-225-16/+28
* Fix Trac #4396, by localising pattern binders in the desugarersimonpj@microsoft.com2010-10-211-5/+43
* White space onlysimonpj@microsoft.com2010-10-211-3/+3
* Improve rule checking, to fix panic Trac #4398simonpj@microsoft.com2010-10-212-84/+86
* Template Haskell: add view patterns (Trac #2399)Reiner Pope2010-10-101-3/+9
* Fix -auto-all: Add SCCs to IDs which have a monotype tooIan Lynagh2010-10-181-4/+6
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+6
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-073-82/+103
* Make warning-freesimonpj@microsoft.com2010-10-061-9/+13
* Fix Trac #4371: matching of view patternssimonpj@microsoft.com2010-10-061-83/+94
* Remove unused NoMatchContext construtorsimonpj@microsoft.com2010-10-061-1/+0
* Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignoredsimonpj@microsoft.com2010-09-241-80/+5
* Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include la...simonpj@microsoft.com2010-09-221-21/+9
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-182-2/+2
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-153-17/+27
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-142-11/+13
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-145-5/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-138-243/+457
* Put liftStringName into the known-key namessimonpj@microsoft.com2010-09-061-2/+3
* minor fix to commentRoss Paterson2010-08-221-1/+1
* fix #3822: desugaring case command in arrow notationRoss Paterson2010-06-151-17/+11
* Robustify the treatement of DFunUnfoldingsimonpj@microsoft.com2010-05-311-7/+8
* Make arity of INLINE things consistentsimonpj@microsoft.com2010-05-101-3/+4
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-061-11/+1
* Fix Trac #3964: view patterns in DsArrowssimonpj@microsoft.com2010-04-091-1/+2
* Flags -auto and -auto-all operate only on functions not marked INLINE.Milan Straka2010-03-311-0/+3
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-291-6/+20
* Fix Trac #3920: Template Haskell kindssimonpj@microsoft.com2010-03-171-1/+1
* Rule binders shouldn't have DFun pragmassimonpj@microsoft.com2010-03-091-5/+7
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-044-73/+60
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-101-6/+7
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-101-32/+45
* addCoverageTicksToBinds: tolerate a non-existent .hs file (#3803)Simon Marlow2010-01-271-6/+4
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-202-7/+16
* Respect SPECIALISE pragmas even for apparently-non-overloaded thingssimonpj@microsoft.com2010-01-081-120/+132
* Improve the handling of default methodssimonpj@microsoft.com2010-01-062-58/+43
* Continue refactoring the core-to-core pipelinesimonpj@microsoft.com2009-12-241-2/+2
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-042-3/+3
* Comments only (about implementing SPECIALISE pragmas)simonpj@microsoft.com2009-12-211-30/+35
* Fix HPC column numbers, following the column number changes in GHCIan Lynagh2009-12-031-2/+2
* More work on the simplifier's inlining strategiessimonpj@microsoft.com2009-12-022-11/+17
* Implement -fexpose-all-unfoldings, and fix a non-termination bugsimonpj@microsoft.com2009-11-191-1/+1
* Wibble to commentsimonpj@microsoft.com2009-11-131-3/+3
* Use eta-expansion to ensure that INLINE things have their expected arity2009-11-15simonpj@microsoft.com2009-11-131-11/+27
* Comments onlysimonpj@microsoft.com2009-11-052-1/+5
* Comment onlysimonpj@microsoft.com2009-11-031-0/+1
* Minor refactoringsimonpj@microsoft.com2009-10-302-5/+3
* Turn an ASSERT into a WARNsimonpj@microsoft.com2009-10-301-10/+10
* Fix Trac #3626: TH should reject unboxed tuplessimonpj@microsoft.com2009-10-301-1/+3