summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-094-67/+49
|\
| * ConstraintKind -> ConstraintKindsSimon Peyton Jones2011-09-071-2/+2
| * Implement -XConstraintKindMax Bolingbroke2011-09-064-67/+49
* | Implement associated type defaultsMax Bolingbroke2011-09-091-5/+6
* | Revert "Get rid of associated-type default declarations"Max Bolingbroke2011-09-092-2/+9
|/
* Get rid of associated-type default declarationsSimon Peyton Jones2011-09-012-9/+2
* Allow associated types to have fresh parametersSimon Peyton Jones2011-09-011-12/+14
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-191-5/+9
* Update to work with Alex 3.0: basically disabling Alex's new UnicodeSimon Marlow2011-08-051-3/+12
* Remove all escape handling from quasiquotes; fixes Trac #5348Simon Peyton Jones2011-08-031-10/+6
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-1/+5
* White space onlySimon Peyton Jones2011-07-271-1/+1
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-4/+4
* More Lexer.x tidy-upsIan Lynagh2011-07-141-8/+4
* Remove some unused, commented-out code from Lexer.xIan Lynagh2011-07-141-38/+7
* Whitespace in Lexer.xIan Lynagh2011-07-141-484/+485
* Remove 'threadsafe' FFI importsIan Lynagh2011-07-133-10/+3
* Fix bug in parsing of module headers (see #5243)Simon Marlow2011-07-121-3/+7
* Make an extension for interruptible FFI callsIan Lynagh2011-07-111-26/+29
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-172-3/+10
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-132-35/+40
|\
| * Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of topleve...Manuel M T Chakravarty2011-06-132-35/+40
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-102-73/+76
|\ \ | |/
| * Refactor SrcLoc and SrcSpanIan Lynagh2011-06-092-73/+76
* | Change TypeSig and GenericSig to take a list of names (fixes #1595).David Waern2011-06-102-2/+2
|/
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-171-7/+10
|\
| * Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-5/+8
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-3/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-121-1/+1
|\ \ | |/
| * Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-063-41/+26
| |\
| * \ Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-21/+21
| |\ \
| * | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-1/+1
* | | | Remove comment mentioning the old generic classes.Jose Pedro Magalhaes2011-05-051-2/+1
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-043-41/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | More on monad-comp; an intermediate state, so don't pullSimon Peyton Jones2011-05-021-1/+1
| * | | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-292-42/+9
| * | | Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-04-281-21/+21
| |\ \ \ | | | |/ | | |/|
| * | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-283-4/+22
| | |/ | |/|
* | | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-042-7/+1
* | | Add a new flag XDefaultSignatures to enable just the signatures on the defaul...Jose Pedro Magalhaes2011-05-041-3/+3
* | | Use 'default' rather than 'generic' for default-method signaturesSimon Peyton Jones2011-04-282-18/+12
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-271-21/+21
|\ \ \ | | |/ | |/|
| * | Formatting fixes in Lexer.xDavid Terei2011-04-261-21/+21
| |/
* | Small fixes to the generics branch to get rid of warnings,unknown2011-04-141-1/+1
* | Initial commit for Pedro's new generic default methodssimonpj2011-04-123-9/+19
|/
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-202-3/+11
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-0/+22
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-221-1/+3
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-1/+2
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-3/+0