summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Remove the *o pattern in testsuite/.gitignoreSimon Peyton Jones2015-02-061-1/+0
* Fix Trac #10004: head [] exception when using recursive mdoSimon Peyton Jones2015-02-062-0/+8
* Test Trac #10041Simon Peyton Jones2015-02-062-0/+12
* Fix the nullary-type-class case for associated typesSimon Peyton Jones2015-02-062-0/+6
* Put parens around (ty :: kind) when pretty-printing TH syntaxSimon Peyton Jones2015-02-062-13/+13
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-057-0/+18
* Bring Match m_fun_id_infix through the renamer.Alan Zimmerman2015-02-051-3/+3
* Fix a profiling bugSimon Marlow2015-02-046-69/+115
* Fix #10017Andreas Voellmy2015-02-023-0/+14
* Improve error message on typed holes, and user manual (Tradc #10040)Simon Peyton Jones2015-01-283-0/+5
* Fix #10031 by inverting a critical test in kick_out.Richard Eisenberg2015-01-272-0/+6
* 32-bit performance wibbles (second attempt)Simon Peyton Jones2015-01-222-7/+13
* Revert "32-bit performance wibbles"Simon Peyton Jones2015-01-222-13/+7
* Update a few performance numbersJoachim Breitner2015-01-222-3/+7
* Merge branch 'master' of ssh://git.haskell.org/ghcSimon Peyton Jones2015-01-224-51/+29
|\
| * Make the linker_unload test less fragileSimon Marlow2015-01-204-51/+29
* | Test Trac #9975Simon Peyton Jones2015-01-204-0/+21
* | 32-bit performance wibblesSimon Peyton Jones2015-01-202-7/+13
|/
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-193-0/+73
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-195-1/+243
* Add missing test from previous commit (55199a97)Austin Seipp2015-01-191-0/+7
* Split stripTicks into expression editing and tick collectionPeter Wortmann2015-01-191-0/+10
* Make AutoDeriveTypeable work for associated datatypes (fix #9999)Jose Pedro Magalhaes2015-01-192-0/+14
* Test Trac #9867Simon Peyton Jones2015-01-192-0/+6
* API Annotations tweaks.Alan Zimmerman2015-01-165-53/+95
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-167-5/+26
* Fix a terrible bug in the canonicaliser which led to an infinite loopSimon Peyton Jones2015-01-162-1/+16
* Repsect the package name when checking for self-importSimon Peyton Jones2015-01-162-0/+6
* Test Trac #5821Simon Peyton Jones2015-01-144-2/+14
* Refactor handling of SPECIALISE pragmas (Trac #5821)Simon Peyton Jones2015-01-141-5/+2
* Tighten up constraint solve order for RULESSimon Peyton Jones2015-01-141-20/+19
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-137-0/+27
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-133-10/+13
* add -th-file which generates a th.hs fileGreg Weber2015-01-1319-31/+31
* Update pretty submodule to 1.1.2.0 releaseHerbert Valerio Riedel2015-01-101-1/+1
* Fix Trac #9973 (buglet in -fwarn-redundant-constraints)Simon Peyton Jones2015-01-092-0/+23
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-095-4/+11
* Fix up test for T7861Simon Peyton Jones2015-01-093-3/+12
* Make TcRnMonad.reportWarning call makeIntoWarningSimon Peyton Jones2015-01-092-5/+5
* Recenter T6048 performance numbersJoachim Breitner2015-01-081-1/+2
* Bump haddock.base according to whats observed on ghcspeedJoachim Breitner2015-01-081-1/+2
* Compress TypeMap TrieMap leaves with singleton constructor.Edward Z. Yang2015-01-071-1/+2
* Mark T9938 as expect_broken againSimon Peyton Jones2015-01-071-1/+1
* Fix stderr for T9939Simon Peyton Jones2015-01-071-1/+18
* Test Trac #9939Simon Peyton Jones2015-01-063-0/+25
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-06171-502/+703
* Print singleton consraints without parensSimon Peyton Jones2015-01-0652-483/+482
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-0684-1369/+1357
* Updaete perf numbers for 32-bit machinesSimon Peyton Jones2015-01-061-9/+20
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-064-7/+7