summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Print warnings on parser failures (#12610).Dave Laing2017-05-153-1/+14
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-123-6/+3
* Fix up tests for #13594Ben Gamari2017-05-112-9/+0
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-0/+1
* Treat banged bindings as FunBindsBen Gamari2017-05-085-3/+15
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-083-0/+34
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-298-2/+71
* Eliminate word-size dependence in HsDumpAst outputBen Gamari2017-03-261-27/+27
* Fix #13337.Richard Eisenberg2017-03-142-4/+8
* Add COLUMN pragmaPhil Ruffwind2017-03-133-0/+10
* unlit: replace the SHEBANG with an empty linePhil Ruffwind2017-03-133-0/+6
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-1/+1
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-3/+3
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-063-0/+12
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-031-12/+1
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-031-69/+35
* testsuite: Fix output due to recent COMPLETE changesBen Gamari2017-03-032-8/+2
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-023-0/+13
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-023-0/+11
* Typeable: Rename KindRep bindings to $krep...Ben Gamari2017-03-021-6/+6
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+1
* Type-indexed TypeableBen Gamari2017-02-181-60/+178
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-174-40/+40
* Use the correct origin in SectionL and Section RSimon Peyton Jones2017-02-161-1/+1
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-31/+41
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-087-139/+451
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-224-11/+5
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-153-0/+343
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-2/+2
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-2/+2
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-213-7/+4
* Implement deriving strategiesRyan Scott2016-09-301-1/+1
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-263-0/+48
* Print foralls in user formatSimon Peyton Jones2016-09-261-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2012-193/+193
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-2/+2
* Add support for unicode TH quotes (#11743)Josh Price2016-05-243-35/+44
* Fix Trac #12051Simon Peyton Jones2016-05-193-0/+6
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-2/+2
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-041-4/+4
* Testsuite: benign test fixesThomas Miedema2016-04-281-1/+1
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-262-4/+4
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-051-2/+2
* Add unicode syntax for banana bracketsJosh Price2016-03-242-0/+36
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-275-5/+7
* Print which warning-flag controls an emitted warningMichael Walker2016-02-253-9/+11
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-256-0/+0
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-2/+2
* Allow combining characters in identifiers (#7650)Thomas Miedema2016-02-233-0/+13