summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename -XPArr to -XParallelArraysBen Lippmeier2010-11-301-8/+8
* Remove NewQualifiedOperatorsIan Lynagh2010-12-011-11/+2
* Unicide OtherNumber category should be allowed in identifiers (#4373)Simon Marlow2010-11-151-1/+1
* Separate NondecreasingIndentation out into its own extensionIan Lynagh2010-11-241-2/+7
* Add another GHC layout rule relaxation to RelaxedLayoutIan Lynagh2010-11-241-1/+14
* Remove references to Haskell 98Ian Lynagh2010-11-232-5/+6
* Add an extension for GHC's layout-rule relaxationsIan Lynagh2010-11-201-2/+9
* remove -XNoMonomorphismRestrictionSimon Marlow2010-11-172-18/+2
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-172-0/+2
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Warn about top-level bangs (Trac #4477)simonpj@microsoft.com2010-11-121-9/+14
* Allow the old [$foo| ... |] syntax for quasi-quotessimonpj@microsoft.com2010-11-121-0/+4
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-1/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-192-1/+8
* -fwarn-tabs: add "Warning" to the messageSimon Marlow2010-10-021-1/+1
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-182-24/+24
* Allow "INLINEABLE" as a synonymsimonpj@microsoft.com2010-09-151-0/+2
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-153-25/+21
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-2/+2