summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-1123-1/+418
* Remove the instantiation check when deriving Generic(1)RyanGlScott2016-04-106-20/+69
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-103-0/+173
* Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6Herbert Valerio Riedel2016-04-101-0/+1
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-102-1/+14
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-1/+2
* Revert "testsuite: One more 32-bit performance slip"Ben Gamari2016-04-071-2/+1
* testsuite: One more 32-bit performance slipBen Gamari2016-04-071-1/+2
* Adjust performance numbersJoachim Breitner2016-04-072-2/+4
* Set tct_closed to TopLevel for closed bindings.Facundo Domínguez2016-04-063-0/+15
* Demand Analyzer: Do not set OneShot information (second try)Joachim Breitner2016-04-061-1/+1
* CSE code cleanup and improvementSimon Peyton Jones2016-04-063-9/+19
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-0610-54/+38
* testsuite: Update 32-bit performance numbersBen Gamari2016-04-064-61/+92
* T10870: Skip on 32-bit architecturesBen Gamari2016-04-061-1/+1
* T10272, T4340: Add 32-bit outputBen Gamari2016-04-064-0/+2
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-0518-30/+30
* Don't infer CallStacksEric Seidel2016-04-0414-48/+27
* Elaborate test for #11376Simon Peyton Jones2016-04-042-1/+11
* rts: Make StablePtr derefs thread-safe (#10296)Jason Eisenberg2016-04-045-0/+77
* Deeply instantiate in :typeSimon Peyton Jones2016-04-046-19/+29
* Improve printing of pattern synonym typesRik Steenkamp2016-04-023-0/+76
* Revert "Demand Analyzer: Do not set OneShot information"Joachim Breitner2016-03-311-1/+1
* Demand Analyzer: Do not set OneShot informationJoachim Breitner2016-03-311-1/+1
* Refactor error generation for pattern synonymsSimon Peyton Jones2016-03-312-10/+8
* Kill the magic of AnyBen Gamari2016-03-302-2/+2
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-304-0/+8
* Don't require -hide-all-packages for MIN_VERSION_* macrosThomas Miedema2016-03-304-14/+3
* ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1Ben Gamari2016-03-302-4/+5
* Typos in non-codeGabor Greif2016-03-304-4/+4
* Add testcase for #11770Joachim Breitner2016-03-307-23/+119
* rename: Disallow type signatures in patterns in plain HaskellBen Gamari2016-03-293-0/+25
* Tes suite output updatesJoachim Breitner2016-03-292-24/+25
* Do not print DmdType in Core outputJoachim Breitner2016-03-2919-101/+98
* Do not test for existence of the executableKai Harries2016-03-284-4/+4
* Check for rep poly on wildcard binders.Richard Eisenberg2016-03-263-0/+17
* Fix #11754 by adding an additional check.Richard Eisenberg2016-03-262-0/+29
* testsuite: Identify framework failures in testsuite summaryBen Gamari2016-03-261-0/+14
* Test Trac #11728Simon Peyton Jones2016-03-253-0/+32
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-249-0/+140
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-242-0/+24
* Defer inlining of Eq for primitive typesBen Gamari2016-03-241-2/+3
* Default RuntimeRep variables unless -fprint-explicit-runtime-repsBen Gamari2016-03-245-9/+32
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-243-6/+6
* Add expected output for T9405Ben Gamari2016-03-241-0/+3
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-242-9/+13
* Create empty dump files (fixes #10320)Kai Harries2016-03-243-0/+21
* Add unicode syntax for banana bracketsJosh Price2016-03-243-13/+49
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-243-0/+15
* Add `PatSynSigSkol` and modify `PatSynCtxt`Rik Steenkamp2016-03-245-8/+80