summaryrefslogtreecommitdiff
path: root/compiler/deSugar
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-173-18/+20
|\
| * Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-153-18/+18
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-153-6/+8
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-129-58/+53
|\ \ | |/
| * The final batch of changes for the new coercion representationSimon Peyton Jones2011-05-121-4/+5
| * Merge remote branch 'origin/master'Simon Peyton Jones2011-05-111-3/+6
| |\
| * \ Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-069-414/+499
| |\ \
| * | | A few more wibbles on ghc-new-coSimon Peyton Jones2011-05-021-5/+5
| * | | Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-1/+15
| |\ \ \
| * | | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-199-52/+46
* | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-101-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix the desugaring of guards in arrow syntaxSimon Peyton Jones2011-05-091-3/+6
| | |_|/ | |/| |
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-051-2/+1
|\ \ \ \ | |/ / /
| * | | Remove accidental traceSimon Peyton Jones2011-05-041-2/+1
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-049-415/+501
|\ \ \ \ | |/ / /
| * | | Merge branch monad-comp onto masterSimon Peyton Jones2011-05-047-402/+482
| |\ \ \
| | * | | Change (back) to Unix line endingsSimon Peyton Jones2011-05-041-730/+730
| | * | | Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-042-7/+11
| | * | | More hacking on monad-compmonad-compSimon Peyton Jones2011-05-033-874/+809
| | * | | More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-2/+6
| | * | | More hacking on monad-comp; now worksSimon Peyton Jones2011-05-024-205/+96
| | * | | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-294-365/+259
| | * | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-286-55/+407
| | | |/ | | |/|
| * | | Fix Trac #5117: desugar literal patterns consistenclySimon Peyton Jones2011-05-043-13/+19
| |/ /
* | | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-043-4/+5
* | | Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-04-201-1/+15
|\ \ \ | |/ /
| * | Fix Trac #5045: add ticks to HsArrFormssimonpj2011-04-191-1/+15
| |/
* | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-132-2/+61
|\ \ | |/
| * Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-122-2/+61
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-0/+1
|/
* Renumber TH uniquesIan Lynagh2011-03-291-143/+143
* Whitespace onlyIan Lynagh2011-03-281-17/+17
* Add unboxedTupleTName to templateHaskellNamesIan Lynagh2011-03-171-1/+1
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-205-38/+81
* Add unboxed tuple support to Template HaskellIan Lynagh2011-02-101-14/+37
* avoid adding HPC ticks to arrow constructs (fixes #1333)Ross Paterson2011-02-021-13/+114
* Refine incomplete-pattern checks (Trac #4905)simonpj@microsoft.com2011-01-272-36/+42
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* Fix Trac #4870: get the inlining for an imported INLINABLE Idsimonpj@microsoft.com2011-01-051-6/+7
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-223-44/+35
* For single-method classes use newtypessimonpj@microsoft.com2010-11-011-2/+1
* Fix recursive superclasses (again). Fixes Trac #4809.simonpj@microsoft.com2010-12-131-29/+15
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-101-9/+8
* White space onlysimonpj@microsoft.com2010-12-101-1/+1
* Fix the behaviour of :history for ticks surrounding top level functionspepeiborra@gmail.com2010-12-031-1/+4
* Fix a recomp bug: make classes/datatypes depend directly on DFuns (#4469)Simon Marlow2010-12-021-1/+1
* Re-jig simplifySuperClass (again)simonpj@microsoft.com2010-12-021-9/+9
* Just some alpha renamingIan Lynagh2010-11-211-8/+8
* Fix bug #3165 (:history throws irrefutable pattern failed)pepeiborra@gmail.com2010-11-151-9/+12
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-162-6/+44