summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Tidy up tracing somewhatSimon Peyton Jones2014-11-282-2/+3
* Don't discard a bang on a newtype pattern (Trac #9844)Simon Peyton Jones2014-11-284-0/+22
* Get the right fixity-env in standalone deriving (Trac #9830)Simon Peyton Jones2014-11-274-1/+22
* Test Trac #7243Simon Peyton Jones2014-11-273-0/+11
* Trac #6022 is actually fine nowSimon Peyton Jones2014-11-272-7/+7
* Don't require ConstraintKinds at usage sites (Trac #9838)Simon Peyton Jones2014-11-273-0/+18
* Don't require PatternSynonyms language extension to just use pattern synonymsDr. ERDI Gergo2014-11-275-10/+3
* Cabal submodule update: hole support and tests.Edward Z. Yang2014-11-2621-4/+171
* Test Trac #9834Simon Peyton Jones2014-11-263-0/+95
* Make clearNursery freeSimon Marlow2014-11-253-0/+26
* Mark `Data.Typeable.Internal` as Trustworthy after consverstation withDavid Terei2014-11-241-1/+1
* Test #8031 in th/T8031Richard Eisenberg2014-11-242-0/+15
* Test #8044 in typecheck/should_fail/T8044Richard Eisenberg2014-11-243-0/+26
* Test #7643 in typecheck/should_compile/T7643.Richard Eisenberg2014-11-242-0/+12
* Minor tweaks to API AnnotationAlan Zimmerman2014-11-242-0/+8
* Revert "Test Trac #9318"Herbert Valerio Riedel2014-11-223-20/+0
* Re-center bytes-allocated for `haddock.compiler`Herbert Valerio Riedel2014-11-221-1/+2
* Deprecate Data.Version.versionTags (#2496)Thomas Miedema2014-11-225-21/+19
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-2119-3/+64
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-213-1/+5
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-215-42/+34
* Add T7220a.stderrJoachim Breitner2014-11-211-0/+14
* Capture original source for literalsAlan Zimmerman2014-11-218-0/+357
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-217-5/+109
* Add API AnnotationsAlan Zimmerman2014-11-2112-0/+498
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-4/+2
* Fix #9824 by not warning about unused matches in pattern quotes.Richard Eisenberg2014-11-211-1/+1
* Test #9824 in th/T9824Richard Eisenberg2014-11-212-0/+7
* Fix #1476 by making splice patterns work.Richard Eisenberg2014-11-211-1/+1
* Test that nested pattern splices don't scope (#1476).Richard Eisenberg2014-11-213-0/+16
* Test #1476 in th/T1476Richard Eisenberg2014-11-212-0/+11
* Fix #7484, checking for good binder names in Convert.Richard Eisenberg2014-11-211-1/+1
* Test #7484 in th/T7484Richard Eisenberg2014-11-213-0/+12
* Test Trac #8149Simon Peyton Jones2014-11-213-0/+14
* Fix Trac #9815Simon Peyton Jones2014-11-213-0/+11
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-2145-327/+401
* Test T2239 actually succeeds without impredicativity, because of the new co/c...Simon Peyton Jones2014-11-213-33/+21
* Fix up tests for Trac #7220; the old test really was ambiguousSimon Peyton Jones2014-11-213-4/+33
* Test Trac #9569Simon Peyton Jones2014-11-214-0/+38
* Delete duplicated testsSimon Peyton Jones2014-11-215-41/+0
* Trac #9222 is actually an ambiguous type, now detectedSimon Peyton Jones2014-11-213-1/+31
* Test Trac #9318Simon Peyton Jones2014-11-213-0/+20
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-2011-6/+232
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-203-0/+12
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-209-12/+12
* Test #9109 in typecheck/should_fail/T9109Richard Eisenberg2014-11-203-0/+24
* Test #9201 in typecheck/should_fail/T9201Richard Eisenberg2014-11-203-0/+13
* Test #9318 in typecheck/should_fail/T9318Richard Eisenberg2014-11-203-0/+20
* Test #9151 in typecheck/should_compile/T9151.Richard Eisenberg2014-11-202-0/+12
* Fix #9220 by adding role annotations.Richard Eisenberg2014-11-204-1/+101