summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Per-thread allocation counters and limitsSimon Marlow2014-05-0232-146/+579
* Replace all #!/usr/bin/perl with #!/usr/bin/env perlJoachim Breitner2014-04-304-4/+10
* Don't inline non-register GlobalRegsSimon Marlow2014-04-291-12/+100
* Rts: Reuse scavenge_small_bitmap (#8742)Arash Rouhani2014-04-292-53/+33
* Rts: Consistently use StgWord for sizes of bitmapsArash Rouhani2014-04-293-15/+20
* rts: Fix memory leak when loading ELF objectsAustin Seipp2014-04-291-0/+1
* rts: Fix leak of file archive handleAustin Seipp2014-04-291-0/+1
* rts: Add an initial Coverity modelAustin Seipp2014-04-291-0/+112
* Add Note [Role twiddling functions] to Coercion.Richard Eisenberg2014-04-292-54/+100
* Revert "rts: Add an initial Coverity model"Austin Seipp2014-04-291-112/+0
* rts: Add an initial Coverity modelAustin Seipp2014-04-291-0/+112
* Typo in commentGabor Greif2014-04-291-1/+1
* Typo in commentsGabor Greif2014-04-291-1/+1
* Fix scavenge_stack crash (#9045)Simon Marlow2014-04-293-2/+30
* Improve implementation of unSubCo_maybe.Richard Eisenberg2014-04-281-5/+15
* annth_make, annth_compunits: Only run these tests if have_dynamic()Joachim Breitner2014-04-281-2/+6
* Print for-alls more often (Trac #9018)Simon Peyton Jones2014-04-2812-35/+74
* tcrun045 should fail (implicit parameter as superclass)Simon Peyton Jones2014-04-282-1/+2
* Add a comprehensive test for using Annotations from THGergely Risko2014-04-288-0/+136
* Fix annotation reification for home package modulesGergely Risko2014-04-281-6/+7
* Start on 7.10.1 release notesAustin Seipp2014-04-283-1252/+364
* Update 32-bit perf numbersSimon Peyton Jones2014-04-284-10/+20
* Remove the definition of die, which is now provided by System.ExitSimon Peyton Jones2014-04-281-4/+0
* Do type-class defaulting even if there are insoluble constraintsSimon Peyton Jones2014-04-2813-169/+153
* rm -rf ./docs/commAustin Seipp2014-04-2838-6479/+0
* Test Trac #9036Simon Peyton Jones2014-04-283-0/+31
* Don't require mk/config.mk for all cleanup targetsHerbert Valerio Riedel2014-04-271-1/+1
* Fix memleak in hp2psNicolas Trangez2014-04-271-0/+2
* Check correct variable for NULLNicolas Trangez2014-04-271-1/+1
* Fix potential out-of-bound memory accessNicolas Trangez2014-04-271-2/+2
* Check return value of sigactionNicolas Trangez2014-04-271-1/+3
* coverity: Suppress some time-of-check-time-of-use reportsAustin Seipp2014-04-271-0/+4
* rts: Fix possible int overflow in resize_nurseryAustin Seipp2014-04-271-1/+2
* rts: Fix potential memory leak in ProfHeap.cAustin Seipp2014-04-271-3/+4
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-254-10/+119
* Some typos in commentsGabor Greif2014-04-244-4/+4
* Don't eta-expand PAPs (fixes Trac #9020)Simon Peyton Jones2014-04-246-13/+1726
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-2410-64/+56
* Make absolutely sure that 'done' and 'safeIndex' are strict in the indexSimon Peyton Jones2014-04-241-5/+8
* Be sure to UNPACK the size of an arraySimon Peyton Jones2014-04-241-9/+9
* Add comments to explain the change to EF_ (Trac #8965)Simon Peyton Jones2014-04-241-1/+29
* Be more aggressive in `make clean`Herbert Valerio Riedel2014-04-221-0/+8
* Handle base et al. specially in foreachLibrary.mkHerbert Valerio Riedel2014-04-221-2/+15
* Update integer-gmp's .gitignore fileHerbert Valerio Riedel2014-04-221-12/+13
* Adapt .gitignore (re #8545)Herbert Valerio Riedel2014-04-221-5/+0
* Fix `make help`Kyle J. Van Berendonck2014-04-211-2/+2
* Separate thousands when printing allocated bytesErlend Hamberg2014-04-211-1/+6
* Add the powerpc64le architectureColin Watson2014-04-211-1/+4
* Be less untruthful about the prototypes of external functionsColin Watson2014-04-211-1/+1
* ghc: initial AArch64 patchesColin Watson2014-04-2110-1/+142