summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis: allow user forksThomas Miedema2015-06-041-6/+15
* Testsuite: don't show compile/link info for some testsThomas Miedema2015-06-042-9/+9
* Testsuite: ignore `stdcall attribute ignored` (#1288)Thomas Miedema2015-06-041-2/+4
* Testsuite: add/fix cleanup for certain testsThomas Miedema2015-06-048-21/+37
* Make validate more quietThomas Miedema2015-06-047-42/+67
* Build: remove more unnecessary CLEANING/=YES checksThomas Miedema2015-06-042-6/+0
* Build: remove unnecessary CLEANING/=YES checkThomas Miedema2015-06-042-7/+0
* Build: ./boot && ./configure && make sdist (#8723)Thomas Miedema2015-06-044-26/+102
* ghc-cabal: don't warn about missing cabal fieldsThomas Miedema2015-06-041-5/+3
* Build: make configure and ghc-pkg a bit less chattyThomas Miedema2015-06-041-0/+11
* Re-center perf numbers for haddock.compilerThomas Miedema2015-06-041-1/+2
* ghc-pkg support query by package-key, fixes #9507Edward Z. Yang2015-06-041-12/+30
* Travis: Send notifications to author and commiterJoachim Breitner2015-06-041-5/+0
* typo: 'Ture' / 'True'Sergei Trofimovich2015-06-031-1/+1
* Move liftData and use it as a default definition for Lift.Edward Z. Yang2015-06-033-76/+113
* Allow Any return in foreign prim, fixes #10460.Edward Z. Yang2015-06-034-3/+12
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-0314-265/+285
* Remove outdated uBackpack docs.Edward Z. Yang2015-06-022-381/+0
* Suggest -H to improve GC productivity, fixes #10474.Edward Z. Yang2015-06-021-2/+6
* TypofixesGabor Greif2015-06-035-11/+11
* newTempName: Do not include pid in basenameJoachim Breitner2015-06-021-5/+14
* testsuite: mark test T9938 (#9938) as passing againAustin Seipp2015-06-021-1/+1
* Detabify a programlisting in the User's Guide (#10425)Reid Barton2015-06-021-1/+1
* Improve FFI error reportingSimon Peyton Jones2015-06-024-50/+77
* build: make haddock a bit less chattyAustin Seipp2015-06-022-1/+2
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-0212-13/+128
* Test Trac #10438Simon Peyton Jones2015-06-023-0/+35
* Test Trac #10466Simon Peyton Jones2015-06-022-0/+4
* Test Trac #10451Simon Peyton Jones2015-06-023-1/+18
* Test Trac #10423Simon Peyton Jones2015-06-022-0/+10
* Remove redundant importSimon Peyton Jones2015-06-021-1/+0
* Set 32-bit perf figureSimon Peyton Jones2015-06-021-1/+1
* Improve constraint tuples (Trac #10451)Simon Peyton Jones2015-06-022-6/+17
* Re-do superclass solving (again); fixes #10423Simon Peyton Jones2015-06-027-231/+233
* Mark sigof02 tests as expect_brokenSimon Peyton Jones2015-06-021-4/+4
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-0224-569/+581
* Treat pattern-synonym binders more consistentlySimon Peyton Jones2015-06-026-54/+45
* White space onlySimon Peyton Jones2015-06-022-6/+5
* Re-center perf numbers for T5631Herbert Valerio Riedel2015-06-011-1/+2
* Don't call DEAD_WEAK finalizer again on shutdown (#7170)Simon Marlow2015-06-013-4/+17
* Newline after type of allocate().Edward Z. Yang2015-06-011-1/+2
* Add (failing) test case for #7672.Edward Z. Yang2015-06-014-0/+8
* Typofix: missing period. (#10460)Edward Z. Yang2015-06-011-1/+1
* Add information about allowed foreign prim args, see #10460.Edward Z. Yang2015-06-011-1/+7
* Replace tabs with spaces.Edward Z. Yang2015-06-011-118/+118
* Comments onlySimon Peyton Jones2015-06-011-5/+12
* Use named fields in SimplCont.Select constructorSimon Peyton Jones2015-06-012-30/+39
* Add some missing seqs to Coercion.seqCoSimon Peyton Jones2015-06-011-3/+3
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-015-111/+112
* Use seq rather than (==) to force the sizeSimon Peyton Jones2015-06-011-1/+1