summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run some tests with -fexternal-interpreter -profSimon Marlow2016-12-172-7/+21
* Fix bug in previous fix for #5654Simon Marlow2016-12-171-4/+9
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-173-85/+115
* rts/win32/IOManager: Fix integer typesBen Gamari2016-12-174-27/+27
* Windows: Improve terminal detection mechanismPhil Ruffwind2016-12-174-98/+154
* Reshuffle levity polymorphism checks.Richard Eisenberg2016-12-1714-26/+56
* utils/genargs: delete unused toolSergei Trofimovich2016-12-172-73/+0
* fix OpenBSD linkage (wxneeded)Sergei Trofimovich2016-12-173-4/+5
* Revert "Do not init record accessors as exported"Ben Gamari2016-12-174-19/+3
* Fix Pretty printer tests on WindowsTamar Christina2016-12-171-5/+10
* rts/Compact.cmm: fix UNREG build failureSergei Trofimovich2016-12-171-54/+55
* revert '-Wl' prefixing to *_LD_OPTSSergei Trofimovich2016-12-171-1/+1
* UNREG: include CCS_OVERHEAD to STGSergei Trofimovich2016-12-171-0/+1
* testsuite: Add test for #12993Ben Gamari2016-12-163-0/+10
* Enable split sections by default where possibleSimon Brenner2016-12-161-5/+16
* Fix string merging with -split-sectionsSimon Brenner2016-12-161-3/+14
* Make up a module name for c-- filesBen Gamari2016-12-161-2/+5
* CLabel: Kill redundant UnitId argument from labelDynamicBen Gamari2016-12-164-11/+22
* Packages: Kill unused UnitId argument to isDllNameBen Gamari2016-12-164-19/+16
* DynFlags: Rip out remnants of WarnContextQuantificationBen Gamari2016-12-162-7/+2
* Typos in commentsGabor Greif2016-12-169-9/+9
* Verify that known-key uniques fit in interface fileBen Gamari2016-12-153-1/+18
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-154-5/+78
* UniqSupply: Use full range of machine wordBen Gamari2016-12-154-10/+39
* array: Check for integer overflow during allocationBen Gamari2016-12-152-5/+15
* testsuite: Add test for #12966Ben Gamari2016-12-153-0/+11
* testsuite: Mark T10294 as fixedBen Gamari2016-12-151-2/+1
* testsuite: Add test for #12971Ben Gamari2016-12-153-0/+11
* base: Bump version to 4.10.0.0Ben Gamari2016-12-15103-128/+128
* testsuite: Separate out Windows results for T5205Ben Gamari2016-12-151-1/+6
* Warn about missing instance methods that start with an underscoreRyan Scott2016-12-154-7/+23
* Fix pretty printing of MINIMAL signaturesMatthew Pickering2016-12-152-2/+7
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-1510-56/+214
* check-ppr: Add a --dump flag to aid in debuggingBen Gamari2016-12-152-5/+24
* testsuite: Specify expected allocations of T12877 for WindowsBen Gamari2016-12-151-1/+5
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-155-11/+25
* Add entry to .gitignore to for __.SYMDEF_SORTEDJohn Leo2016-12-151-0/+1
* procPointAnalysis doesn't need UniqSMMichal Terepeta2016-12-152-34/+28
* testsuite: Mark T9577 as broken due to #12965Ben Gamari2016-12-151-0/+1
* Fix pprCLabel on platforms without native codegen.Shea Levy2016-12-151-2/+2
* Build terminfo on iOS.Shea Levy2016-12-151-4/+0
* Adds llvm-prof flavourMoritz Angermann2016-12-152-0/+15
* Reset FPU precision back to MSVCRT defaultsTamar Christina2016-12-156-4/+76
* Show constraints when reporting typed holesMaciej Bielecki2016-12-159-2/+195
* mk/config.mk.in: enable SMP on ARMv7+ (Trac #12981)Sergei Trofimovich2016-12-151-1/+1
* Fix typo in users' guideRyan Scott2016-12-141-1/+1
* Load orphan interfaces before checking if module implements signatureEdward Z. Yang2016-12-134-0/+41
* Fix pretty printing of top level SCC pragmasMatthew Pickering2016-12-134-4/+16
* print * in unicode correctly (fixes #12550)John Leo2016-12-138-36/+88
* Fix testcase T12903 on OS XAlexander Vershilov2016-12-132-8/+15