summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-022-2/+3
* VECTORISE pragmas for type classes and instancesManuel M T Chakravarty2011-10-311-0/+5
* Tabs -> spacesManuel M T Chakravarty2011-10-311-924/+924
* Setup new Safe Haskell interfaceDavid Terei2011-10-251-1/+1
* Unconditionally derive some instancesIan Lynagh2011-10-251-3/+1
* Layout onlySimon Peyton Jones2011-10-241-4/+5
* fix panic in string-gap lexing (#5425)Simon Marlow2011-10-101-2/+3
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-101-4/+9
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-3/+3
* Tidy up the shape-checking for instance typesSimon Peyton Jones2011-09-292-25/+3
* Give a better error message for unterminated quasiquotations (fixes #5204).Geoffrey Mainland2011-09-291-5/+10
* Define a TraditionalRecordSyntax extension; fixes #3356Ian Lynagh2011-09-273-3/+20
* Whitespace only in parser/RdrHsSyn.lhsIan Lynagh2011-09-271-284/+284
* Change the way IfExtName is serialized so (most) wired-in names get special r...Max Bolingbroke2011-09-271-12/+9
* 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