summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-1210-21/+45
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-1226-309/+270
* Float unboxed expressions by boxingSimon Peyton Jones2016-12-127-54/+195
* Fix a long-standing bug in CSESimon Peyton Jones2016-12-121-13/+23
* Disable T12903 due to flakinessTamar Christina2016-12-121-1/+4
* Make dropDerivedSimples restore [WD] constraintsSimon Peyton Jones2016-12-124-2/+63
* Refactor pruning of implication constraintsSimon Peyton Jones2016-12-125-30/+60
* Make globals use sharedCAFMoritz Angermann2016-12-1115-183/+161
* Automate GCC driver wrapperTamar Christina2016-12-101-4/+11
* Add `_unlock_file` to RTS symbolsTamar Christina2016-12-101-1/+2
* rts: Provide _lock_file in symbol table on WindowsBen Gamari2016-12-091-1/+24
* testsuite: Fix syntax error in rts/all.TBen Gamari2016-12-091-1/+1
* testsuite: Mark prog003 as broken on WindowsBen Gamari2016-12-091-0/+1
* Rename TH constructors for deriving strategiesRyan Scott2016-12-0911-54/+57
* Ensure each test inherits the TEST_HC_OPTSPhil Ruffwind2016-12-0916-268/+40
* testsuite: make tests respond to SIGINT properlyPhil Ruffwind2016-12-091-13/+9
* NCG: Implement trivColorable for PowerPC 64-bitPeter Trommler2016-12-091-4/+4
* Fix LLVM TBAA metadataDemi Obenour2016-12-092-12/+8
* Mark T12903 as broken on OS XBen Gamari2016-12-091-1/+3
* Export `warningGroups' and `warningHierarchies'Sylvain Henry2016-12-091-0/+1
* Disable colors unless printing to stderrPhil Ruffwind2016-12-093-41/+60
* Scrutinee Constant FoldingSylvain Henry2016-12-099-12/+322
* Bump haddock submoduleBen Gamari2016-12-091-0/+0
* Disambiguate reified closed type family kinds in THRyan Scott2016-12-096-4/+34
* rts/PosixSource.h: Define __USE_MINGW_ANSI_STDIO on WindowsBen Gamari2016-12-081-0/+13
* BlockId: remove BlockMap and BlockSet synonymsMichal Terepeta2016-12-0827-98/+96
* nativeGen: Fix string merging on WindowsBen Gamari2016-12-081-3/+6
* Update Windows GCC driver.Tamar Christina2016-12-081-4/+4
* testsuite: Add test for #10249Ben Gamari2016-12-083-0/+10
* rts/linker: Fix LoadArchive build on WindowsBen Gamari2016-12-082-20/+25
* arclint: Lint cabal filesBen Gamari2016-12-081-0/+16
* hschooks.c: Fix long lineBen Gamari2016-12-081-1/+4
* Reduce qualification in error messages from signature matching.Edward Z. Yang2016-12-0815-50/+55
* Setup tcg_imports earlier during signature matching, so orphans are visible.Edward Z. Yang2016-12-084-9/+47
* Ignore stderr of all printer testsAlan Zimmerman2016-12-0830-803/+46
* Remove stray commented out line in all.TAlan Zimmerman2016-12-071-1/+0
* Fix pretty printer test to nog generate stdoutAlan Zimmerman2016-12-074-189/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-07261-1219/+5478
* 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