summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix segfault in profiling/debug/sanity checking modewip/erikd/remove-natErik de Castro Lopo2016-05-051-0/+7
* Add test T12009Erik de Castro Lopo2016-05-053-0/+7
* RtsFlags: Make `mallocFailHook` const correctErik de Castro Lopo2016-05-053-3/+3
* RtsUtils: Use `size_t` instead of `int` where appropriateErik de Castro Lopo2016-05-052-16/+12
* rts/ProfHeap.c: Use `ssize_t` instead of `long`.Erik de Castro Lopo2016-05-051-23/+22
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-5/+5
* rts: Ensure `overwritingClosure` uses correct closure sizeErik de Castro Lopo2016-05-056-6/+45
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-0587-603/+613
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-0420-120/+222
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* testsuite: Add test for #11959Ben Gamari2016-05-044-0/+21
* Be more aggressive when checking constraints for custom type errors.Iavor S. Diatchki2016-05-046-10/+109
* Make 'make fast' work for the User GuideSimon Marlow2016-05-041-0/+4
* Don't STATIC_INLINE giveCapabilityToTaskSimon Marlow2016-05-041-1/+1
* schedulePushWork: avoid unnecessary wakeupsSimon Marlow2016-05-041-7/+25
* Add +RTS -AL<size>Simon Marlow2016-05-044-15/+56
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-048-121/+299
* Adjust testsuite output to bytestring-0.10.8.0Joachim Breitner2016-05-044-4/+4
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* Update bytestring submodule to 0.10.8.0 release tagHerbert Valerio Riedel2016-05-041-0/+0
* Update libraries/hpc submodule to v0.6.0.3 release tagHerbert Valerio Riedel2016-05-031-0/+0
* Cleanups related to MAX_FREE_LISTSimon Marlow2016-05-021-19/+24
* Revert "Revert "Use __builtin_clz() to implement log_1()""U-THEFACEBOOK\smarlow2016-05-021-11/+27
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-0230-276/+445
* Make validDerivPred ignore non-visible arguments to a class type constructorRyanGlScott2016-05-023-6/+26
* docs/users_guide/glasgow_exts.rst: fix merge conflictSergei Trofimovich2016-05-021-1/+8
* glasgow_exts.rst: fix quotingSergei Trofimovich2016-05-021-1/+1
* added docstring for '-fhistory-size' flagSergei Trofimovich2016-05-021-1/+1
* Make sure record pattern synonym selectors are in scope in GHCi.Matthew Pickering2016-05-024-7/+15
* Remove unused equivClassesByUniqBartosz Nitka2016-05-021-16/+1
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-028-5/+67
* deriveConstants: Fix nm advice one last timeBen Gamari2016-05-011-1/+1
* Add T11747 as a testÖmer Sinan Ağacan2016-05-013-0/+14
* Remove unused getScopedTyVarBindsBartosz Nitka2016-05-011-6/+1
* rts/itimer/pthread: Stop timer when ticker is stoppedBen Gamari2016-05-012-36/+74
* Kill Itimer.hBen Gamari2016-05-015-16/+0
* Catch errors from timerfd_settimeBen Gamari2016-05-011-1/+4
* rts: Split up Itimer.cBen Gamari2016-05-016-299/+407
* rts: Close livelock window due to rapid ticker enable/disableBen Gamari2016-05-011-6/+10
* Greater customization of GHCi promptniksaz2016-05-019-63/+292
* Bump haddock submoduleBen Gamari2016-05-011-0/+0
* users-guide: Add index entry for "environment file"Ben Gamari2016-05-011-0/+1
* rts: Remove deprecated C type `lnat`Erik de Castro Lopo2016-05-024-6/+3
* Fix aggressive cleanup of T1407Tamar Christina2016-05-012-8/+20
* Typos in DmdAnalÖmer Sinan Ağacan2016-05-011-2/+2
* Comment typo: unambigious -> unambiguousRyan Scott2016-04-301-1/+1
* Comment typos: Mkae -> Make, Hsakell -> HaskellRyanGlScott2016-04-303-3/+3
* Fix reference to Note in TcCanonicalRyanGlScott2016-04-301-2/+2
* Testsuite: accept new output for 2 partial-sigs testsThomas Miedema2016-04-306-59/+71
* Testsuite: make CLEANUP=1 the default (#9758)Thomas Miedema2016-04-3012-26/+31