summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Another checkpointwip/spj-improvementSimon Peyton Jones2015-06-095-87/+197
* Further checkpointSimon Peyton Jones2015-06-0819-345/+278
* New checkpoint on improvign improvementSimon Peyton Jones2015-06-088-299/+486
* Checkpoint on improving improvementSimon Peyton Jones2015-06-086-48/+77
* 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
* Fix dropped event registrationsBen Gamari2015-06-012-14/+33
* Add constraint creation functions to TcPluginM APIAdam Gundry2015-06-014-15/+81
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-0134-119/+390
* Update binary submodule to 0.7.5.0 releaseHerbert Valerio Riedel2015-06-011-0/+0
* ApiAnnotations : rationalise testsAlan Zimmerman2015-06-0139-1807/+388
* rts: Fix aarch64 implementation of xchgErik de Castro Lopo2015-06-011-4/+2
* compiler/specialise: shut match_co up a bitAustin Seipp2015-06-011-2/+6
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-012-13/+12
* Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-014-9/+20
* Travis: use validate --quiet to prevent hitting log file limitsThomas Miedema2015-05-311-2/+2
* Don't run T9330fail on Windows, no clobber occurs. #9930Edward Z. Yang2015-05-301-1/+3
* linker_unload working on Windows, fixes #8292.Edward Z. Yang2015-05-301-1/+1