summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-012-8/+9
* Remove unnecessary loadInterface for TH quoted name.Edward Z. Yang2015-05-281-13/+2
* Omit the static form error for variables not in scope.Facundo Domínguez2015-05-251-1/+3
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-212-48/+62
* Refactor tuple constraintsSimon Peyton Jones2015-05-183-16/+33
* Revert multiple commitsAustin Seipp2015-05-143-33/+16
* Refactor tuple constraintsSimon Peyton Jones2015-05-133-16/+33
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-157/+151
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-151/+157
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-091-11/+6
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-148/+147
* A bit of refactoring RnSpliceSimon Peyton Jones2015-05-071-6/+12
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-063-35/+35
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-063-35/+35
* Doc: checkCrossStageLifting, RnSplice/TcExpr is untyped/typed brackets (#10384)Edward Z. Yang2015-05-051-0/+3
* Permit empty closed type familiesAdam Gundry2015-05-041-2/+4
* Typo fixes (mostly in comments)Gabor Greif2015-04-303-3/+3
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-242-9/+25
* Fix #10182 by disallowing/avoiding self {-# SOURCE #-} importsEdward Z. Yang2015-04-221-4/+10
* Documentation for rnImports/rnImportDecl.Edward Z. Yang2015-04-171-3/+19
* Refactor the extra-deps stuff for hs-bootSimon Peyton Jones2015-03-172-29/+40
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-232-3/+3
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-111-3/+3
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-105-189/+245
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-093-4/+4
* Fix Trac #10004: head [] exception when using recursive mdoSimon Peyton Jones2015-02-061-24/+29
* Comments onlySimon Peyton Jones2015-02-061-1/+1
* Bring Match m_fun_id_infix through the renamer.Alan Zimmerman2015-02-051-3/+8
* Cosmetic: Fix all uses of the word 'worker' when referring to pattern synonym...Dr. ERDI Gergo2015-01-201-6/+6
* API Annotations tweaks.Alan Zimmerman2015-01-166-71/+89
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-0/+9
* Repsect the package name when checking for self-importSimon Peyton Jones2015-01-161-1/+9
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-8/+55
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-095-36/+64
* Spelling error in commentSimon Peyton Jones2015-01-081-1/+1
* Test earlier for self-import (Trac #9032)Simon Peyton Jones2014-12-231-3/+11
* Add a small commentSimon Peyton Jones2014-12-231-1/+1
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-1/+1
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-221-27/+54
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+37
* renamer: fix trac issue #9778Carlos Tomé2014-12-051-1/+11
* compiler: de-lhs rename/Austin Seipp2014-12-0310-597/+520
* Remove references to Parser.y.ppThomas Miedema2014-12-011-2/+2
* Implement Partial Type SignaturesThomas Winant2014-11-285-32/+116
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-284-22/+22
* Kind variables in RHS of an associated type instances should be bound on LHSSimon Peyton Jones2014-11-282-37/+41
* compiler: add new modules pulling in FunFlagsSergei Trofimovich2014-11-271-1/+1
* Change loadSrcInterface to return a list of ModIfaceEdward Z. Yang2014-11-262-31/+50
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-211-7/+2
* Capture original source for literalsAlan Zimmerman2014-11-212-7/+8