summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_run
Commit message (Expand)AuthorAgeFilesLines
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-242-2/+0
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-243-0/+5
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-145-0/+23
* Use GHC2021 as default languageJoachim Breitner2021-03-101-0/+1
* Make pattern synonyms play with CallStackSimon Peyton Jones2021-02-063-0/+36
* Fix PostfixOperators (#18151)Vladislav Zavialov2020-10-143-0/+19
* Add additional tests for #18172 (Followup MR 3543)Roland Senn2020-08-313-0/+22
* Add some tests for fail messages in do-expressions and monad-comprehensions.Cale Gibbard2020-08-075-0/+10
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-255-0/+97
* HsToCore: Eta expand left sectionsBen Gamari2020-06-011-1/+1
* testsuite: Add test for desugaring of PostfixOperatorsBen Gamari2020-06-013-0/+8
* testsuite: Add test for #18151Ben Gamari2020-06-013-0/+12
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-4/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-221-1/+0
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-0/+1
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-0/+2
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+3
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-051-1/+1
* Use the correct origin in SectionL and Section RSimon Peyton Jones2017-02-163-0/+15
* Fix push_bang_into_newtype when the pattern match has no argumentsMatthew Pickering2017-02-073-0/+17
* Typos in note header and testGabor Greif2017-02-012-2/+2
* Fix desugaring of pattern bindings (again)Simon Peyton Jones2016-09-303-0/+12
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-209-38/+38
* Testsuite: add a test for #5522 (-fliberate-case -fspec-constr)Thomas Miedema2016-05-251-0/+6
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-5/+5
* Add T11747 as a testÖmer Sinan Ağacan2016-05-013-0/+14
* Don't infer CallStacksEric Seidel2016-04-041-1/+0
* Fix and refactor strict pattern bindingsSimon Peyton Jones2016-02-263-0/+14
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-251-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-2/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-232-36/+36
* Fix desugaring of bang-pattern let-bindingsSimon Peyton Jones2016-02-183-0/+11
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-6/+3
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-2/+2
* Make binds in do-blocks strict when -XStrict (#11193)Adam Sandberg Eriksson2015-12-143-0/+12
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-146-0/+70
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-5/+5
* Fix treatment of -0.0Ben Gamari2015-10-025-0/+32
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-273-0/+57
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-063-3/+0
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-1/+4
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-5/+5
* fix spInfoSrcLoc field nameFacundo Domínguez2014-12-221-5/+5
* Implement -XStaticValuesFacundo Domínguez2014-12-093-0/+37
* Don't discard a bang on a newtype pattern (Trac #9844)Simon Peyton Jones2014-11-284-0/+22
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-1/+0
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+1
* Fix desguaring of bang patterns (Trac #8952)Simon Peyton Jones2014-04-033-0/+10