summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
...
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-227-138/+189
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-066-69/+19
* Fix checking of shadowed names (fixes Trac #8499)Simon Peyton Jones2013-11-051-13/+19
* Load all modules before reporting errors (#8322)Joachim Breitner2013-11-021-2/+2
* Fix Trac #8485.Richard Eisenberg2013-10-292-29/+45
* Fix Trac #8448Simon Peyton Jones2013-10-231-3/+11
* Reject negative type-level integers created via TH (#8412)Krzysztof Gogolewski2013-10-121-2/+7
* Remove tab.Geoffrey Mainland2013-10-041-1/+1
* Allow splices to add additional top-level declarations.Geoffrey Mainland2013-10-041-3/+12
* Add full support for declaration splices.Geoffrey Mainland2013-10-043-10/+55
* Add support for pattern splices.Geoffrey Mainland2013-10-043-5/+66
* Clean up error context when checking brackets/splices.Geoffrey Mainland2013-10-041-2/+6
* Track TH stage in the renamer.Geoffrey Mainland2013-10-043-104/+299
* Check the staging restriction in the renamer.Geoffrey Mainland2013-10-041-25/+133
* Differentiate typed and untyped splices and brackets in the abstract syntax.Geoffrey Mainland2013-10-041-2/+5
* Consolidate TH renaming.Geoffrey Mainland2013-10-044-29/+50
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-044-117/+151
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-014-4/+4
* RnNames.lhs : Reuse existing function.Erik de Castro Lopo2013-09-281-10/+3
* Whitespace only.Erik de Castro Lopo2013-09-281-28/+28
* TyposKrzysztof Gogolewski2013-09-232-3/+3
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-1/+26
* Change role annotation syntax.Richard Eisenberg2013-09-174-52/+125
* Give language pragma suggestions without -XJoachim Breitner2013-09-147-26/+26
* Fix AMP warnings.Austin Seipp2013-09-111-6/+13
* Fix #7918Edsko de Vries2013-09-033-5/+10
* Detabify RnPat.lhsAustin Seipp2013-08-281-107/+106
* Implement -XNumDecimals (#7266)Austin Seipp2013-08-281-3/+16
* Make `-ddump-minimal-imports` honour `-dumpdir` flagHerbert Valerio Riedel2013-08-271-2/+7
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-1/+1
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-11/+32
* Remove redundant parenthesesIan Lynagh2013-07-271-1/+1
* Further fixes in RnNames, to make associated type exports workSimon Peyton Jones2013-06-251-39/+27
* Allow associated types as sub-names in an import list (Trac #8011)Simon Peyton Jones2013-06-242-14/+20
* Tidy up the segmentation of mdo expressionsSimon Peyton Jones2013-06-241-72/+93
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-10/+20
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-182-11/+11
* Use ideclImplicit to filter out only *implict* Prelude imports (Trac #7963)Simon Peyton Jones2013-06-171-4/+1
* UntabifyGeoffrey Mainland2013-06-031-248/+241
* UntabifyGeoffrey Mainland2013-06-031-388/+381
* Check for illegal syntax in types (fixes Trac #7943)Simon Peyton Jones2013-05-281-3/+4
* Give 'unboundName' a very low binding precedenceSimon Peyton Jones2013-05-281-15/+27
* Comment typoSimon Peyton Jones2013-05-221-1/+1
* Modernise code in rename/RnEnv.lhsIan Lynagh2013-05-121-25/+18
* Fix kind quantification (again)Simon Peyton Jones2013-05-031-7/+5
* Fix type variable scoping in nested pattern type signatures (#7827)Patrick Palka2013-04-121-2/+11
* Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-042-2/+4
* Fix a TODO in the compilerIan Lynagh2013-02-261-1/+2
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-143-25/+59
* Merge branch 'refs/heads/vect-avoid' into vect-avoid-mergeManuel M T Chakravarty2013-02-061-8/+4
|\