summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations
Commit message (Expand)AuthorAgeFilesLines
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-1/+1
* Include "not more specific" info in overlap msgsheaf2021-11-201-9/+6
* Improve overlap error for polykinded constraintssheaf2021-10-061-4/+4
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-053-10/+10
* Add UnitId to Target recordFendor2021-03-281-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-203-6/+6
* Use GHC2021 as default languageJoachim Breitner2021-03-102-5/+6
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-6/+6
* Parse symbolic names in ANN type correctly with otyconRyan Scott2021-02-167-0/+26
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-2/+2
* Update testsuiteSylvain Henry2020-06-171-1/+2
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Do eager instantation in termsSimon Peyton Jones2020-04-221-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+1
* Simplify uniqAwayBen Gamari2019-12-033-3/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+2
* Revert "Batch merge"Ben Gamari2019-01-301-2/+2
* Batch mergeBen Gamari2019-01-301-2/+2
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+2
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-2/+2
* base: Introduce Data.Monoid.Apchessai2018-05-271-2/+2
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-131-2/+2
* testsuite: Add test for #14129Ben Gamari2017-09-052-0/+4
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-1/+1
* Add testcase for T13818Douglas Wilson2017-07-113-0/+14
* tests: remove extra_files.py (#12223)Reid Barton2017-02-263-6/+12
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-231-1/+1
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-2/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-224-40/+16
* Add Data instance for ConstRyan Scott2016-11-181-2/+2
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-6/+6
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-2/+2
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-251-0/+0
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-253-7/+4
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-253-3/+3
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-1/+1
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-211-2/+2
* TcErrors: Fix plural form of "instance" errorBen Gamari2016-02-091-2/+2
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-6/+6
* Visible type applicationRichard Eisenberg2015-12-241-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+1
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-153-35/+36
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* More import related hintsJoachim Breitner2015-11-181-2/+6
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-1/+1
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-075-11/+7