summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-052-0/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-292-0/+9
|\
| * Implement a capi calling convention; fixes #2979Ian Lynagh2011-11-282-0/+8
| * Allow the quotes to be omitted in {-# SCC "<varid>" #-}Simon Marlow2011-11-281-0/+1
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-11-263-10/+25
|\ \ | |/
| * Fix newtype wrapper for 'PData[s] (Wrap a)' and fix VECTORISE type and instan...Manuel M T Chakravarty2011-11-251-3/+4
| * Support "phase control" for SPECIALISE pragmasSimon Peyton Jones2011-11-242-6/+8
| * Decode escape sequences properly in line pragmas (see comment for details).Simon Marlow2011-11-231-1/+13
* | Keep unicode characters in Haddock comments and comments in the token stream.David Waern2011-11-251-12/+12
|/
* Track #included files for recompilation checking (#4900, #3589)Simon Marlow2011-11-181-0/+6
* Removing the default grouping clause from the SQL-like comprehension notation ;George Giorgidze2011-11-171-14/+8
* Changes to the kind checkerJose Pedro Magalhaes2011-11-161-2/+2
* Restore file modeJose Pedro Magalhaes2011-11-111-0/+0
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-114-72/+104
* added NOUNPACK pragma (see #2338)Stefan Wehr2011-11-092-0/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-042-0/+14
* 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