summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-237-52/+52
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-232-10/+10
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-235-49/+49
* Modifier letter in middle of identifier is okThomas Miedema2016-02-194-9/+5
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-173-7/+7
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-272-34/+16
* Add test for #10379Thomas Miedema2016-01-042-0/+10
* Visible type applicationRichard Eisenberg2015-12-245-9/+73