summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't barf() on failures in loadArchive()Ben Gamari2016-12-073-193/+291
* rts: Use pthread itimer implementation on DarwinBen Gamari2016-12-071-0/+9
* Fix crashes in hash table scanning with THREADED_RTSSimon Marlow2016-12-071-3/+19
* Fix the test with -OSimon Marlow2016-12-071-1/+1
* Ignore output for compact_gc: sizes change when profilingSimon Marlow2016-12-072-14/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-0763-910/+1571
* Really mark T9577 as brokenBen Gamari2016-12-061-1/+1
* Mark T9577 as broken on Darwin due to #12937Ben Gamari2016-12-061-1/+3
* Test Trac #12919Vladislav Zavialov2016-12-062-0/+23
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-0613-9/+65
* Revert "Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG"Matthew Pickering2016-12-061-3/+1
* Fix unsafe usage of `is_iloc` selector in Ord instance for ImportSpecMatthew Pickering2016-12-061-1/+6
* Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUGSimon Marlow2016-12-061-1/+3
* Overhaul GC statsSimon Marlow2016-12-0611-384/+598
* Give concrete example for #12784 in 8.0.2 release notesRyan Scott2016-12-061-2/+19
* Fix x86 Windows build and testsuiteTamar Christina2016-12-066-15/+18
* Color output is wreaking havoc on test resultsTamar Christina2016-12-052-0/+12
* Test Trac #12925Simon Peyton Jones2016-12-052-1/+13
* Use isFamFreeTyCon now we have itSimon Peyton Jones2016-12-053-10/+8
* Fix used-variable calculation (Trac #12548)Simon Peyton Jones2016-12-056-25/+54
* Fix an asymptotic bug in the occurrence analyserSimon Peyton Jones2016-12-057-284/+547
* core-spec: Fix S_MatchDataJoachim Breitner2016-12-022-1/+2
* 8.2.1-notes.rst: tweak binutils versionSergei Trofimovich2016-12-021-2/+2
* Maintain in-scope set in deeply_instantiate (fixes #12549).John Leo2016-12-025-9/+42
* Install toplevel handler inside fork.Alexander Vershilov2016-12-029-1/+54
* fdReady: use poll() instead of select()Simon Marlow2016-12-021-9/+33
* Note Trac #12141 in mk/build.mk.sampleRyan Scott2016-12-021-1/+2
* Travis: Add dependency on python3Ben Gamari2016-12-011-0/+1
* Fix naming of the native latin1 encodingsKai Ruemmler2016-12-011-2/+2
* testsuite/conc059: Don't attempt to use stdcall where it isn't supportedBen Gamari2016-12-011-1/+9
* testsuite: Actually update haddock.compiler allocationsBen Gamari2016-12-011-1/+1
* Typos in commentsGabor Greif2016-12-0112-13/+13
* rts: Ensure we always give MADV_DONTNEED a chance in osDecommitMemoryBen Gamari2016-12-011-3/+16
* testsuite: Remove Unicode literals from driverBen Gamari2016-12-011-12/+12
* rts: Fix type of bool literalBen Gamari2016-12-011-1/+1
* Make note of #12907 in 8.0.2 release notesRyan Scott2016-12-011-0/+13
* Levity polymorphic expressions mustn't be floated-out in let-bindings.Sylvain Henry2016-12-011-0/+4
* Ensure flags destined for ld are properly passedBen Gamari2016-12-011-1/+1
* Fix typo in functional dependencies docChris Martin2016-11-301-1/+2
* testsuite: Add another testcase for #11821Ben Gamari2016-11-302-0/+5
* Revert "Fix windows validate."Tamar Christina2016-11-301-0/+1
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-3014-156/+182
* Rename RuntimeRepPolymorphism to LevityPolymorphismSimon Peyton Jones2016-11-304-10/+25
* Tweaks to grammar and such.Gabor Greif2016-11-301-6/+6
* Fix windows validate.Tamar Christina2016-11-301-1/+0
* Update Mingw-w64 bindist for WindowsTamar Christina2016-11-293-21/+48
* testsuite: Use python3 by defaultBen Gamari2016-11-292-13/+4
* Update test output for WindowsTamar Christina2016-11-292-3/+3
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-296-112/+425
* Hoopl/Dataflow: use block-oriented interfaceMichal Terepeta2016-11-294-292/+160