summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeLanguage
Commit message (Expand)AuthorAgeFilesLines
* Diagnostic codes: acccept test changessheaf2022-09-134-4/+4
* Refine warning about defining rules in SAFE modulesMatthew Pickering2022-04-131-1/+1
* Multiple Home UnitsMatthew Pickering2021-12-283-9/+9
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-063-0/+12
* Use GHC2021 as default languageJoachim Breitner2021-03-1021-45/+59
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-111-3/+2
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-3/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+3
* Batch mergeBen Gamari2019-01-301-3/+1
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-161-1/+1
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-1/+1
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-25/+5
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-082-5/+4
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-073-7/+7
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-293-8/+8
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-113-8/+8
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+3
* The Backpack patch.Edward Z. Yang2016-10-081-1/+2
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-202-10/+10
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-172-2/+2
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-255-0/+0
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-211-2/+2
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-212-2/+2
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-6/+5
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-1/+1
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-211-0/+2
* Add in `-fwarn-trustworthy-safe` flag.David Terei2014-11-122-0/+16
* Add in Incoherent Instances test for Safe Haskell.David Terei2014-11-065-0/+70
* Remove obsolete Data.OldTypeable (#9639)Michael Karg2014-10-187-145/+0
* Update Safe Haskell typeable test outputs.David Terei2014-08-011-2/+6
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-312-5/+4
* Refactor FFI error messagesSimon Peyton Jones2014-07-251-2/+2
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-241-1/+1
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-246-5/+78
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-2/+2
* Fix #8745 - GND is now -XSafe compatible.Austin Seipp2014-02-176-78/+5
* Fix test wibble.Geoffrey Mainland2013-10-041-0/+1
* Adjust test suite to new Language Pragma warnignsJoachim Breitner2013-09-141-5/+5
* Add tests for roles.Richard Eisenberg2013-08-024-70/+5
* Fix tests for dynamic ghcIan Lynagh2013-03-151-1/+1
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-242-5/+5
* Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-122-2/+2
* Pass the test name to the test optionsIan Lynagh2013-02-071-1/+1
* Lots of error message wibbling, following theSimon Peyton Jones2012-01-121-1/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-2/+3
* Update Safe Haskell test to include recomp checksDavid Terei2011-11-099-0/+105