summaryrefslogtreecommitdiff
path: root/compiler/rename/RnExpr.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs rename/Austin Seipp2014-12-031-1312/+0
* Remove references to Parser.y.ppThomas Miedema2014-12-011-2/+2
* Implement Partial Type SignaturesThomas Winant2014-11-281-4/+6
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-9/+9
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-211-7/+2
* Capture original source for literalsAlan Zimmerman2014-11-211-2/+2
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-5/+7
* Move expansion of 'assert' from renamer to typecheckerSimon Peyton Jones2014-11-061-37/+1
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+1
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-9/+13
* Two buglets in record wild-cards (Trac #9436 and #9437)Simon Peyton Jones2014-08-251-1/+1
* Refactor FFI error messagesSimon Peyton Jones2014-07-251-36/+36
* Replace thenM/thenM_ with do-notation in RnExprJan Stolarek2014-07-011-126/+104
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-151-2/+2
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-141-2/+2
* Another raft of Template Haskell clean-upSimon Peyton Jones2013-11-251-2/+2
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-221-9/+8
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-061-6/+1
* Track TH stage in the renamer.Geoffrey Mainland2013-10-041-1/+8
* Consolidate TH renaming.Geoffrey Mainland2013-10-041-13/+3
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-041-58/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-6/+6
* Fix #7918Edsko de Vries2013-09-031-2/+4
* Tidy up the segmentation of mdo expressionsSimon Peyton Jones2013-06-241-72/+93
* UntabifyGeoffrey Mainland2013-06-031-388/+381
* Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-041-1/+3
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-14/+31
* typosGabor Greif2013-01-301-1/+1
* Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-301-7/+13
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-1/+1
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-1/+1
* Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-021-0/+1
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-202/+204
* Add type "holes", enabled by -XTypeHoles, Trac #5910Simon Peyton Jones2012-09-171-2/+9
* Some comments and false starts to do with ArrFormSimon Peyton Jones2012-09-031-0/+5
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-1/+9
|\
| * Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-1/+5
| * Implemented \case expressions.Mikhail Vorozhtsov2012-07-161-0/+4
* | Small refactoring for FastZStringsIan Lynagh2012-07-151-2/+1
* | HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-1/+2
|/
* Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-131-2/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-131-9/+16
|\
| * Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-121-9/+16
* | Pass DynFlags down to showSDocOneLineIan Lynagh2012-06-111-5/+7
|/
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-15/+14
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-5/+4