summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a final demand analyzer run right before TidyCorewip/T11731Joachim Breitner2016-04-1419-62/+313
* Add a test case for #11731.Joachim Breitner2016-04-144-0/+39
* Remove some old commented out code in StgLintBartosz Nitka2016-04-141-12/+2
* Fix typos: tyars -> tyvarsBartosz Nitka2016-04-142-2/+2
* Fix commented out debugging code in ByteCodeGenBartosz Nitka2016-04-141-1/+1
* Teach lookupLocalRdrEnv about Exacts. (#11813)Richard Eisenberg2016-04-121-2/+11
* Fix #11814 by throwing more stuff into InScopeSetsRichard Eisenberg2016-04-122-3/+6
* Fix #11797.Richard Eisenberg2016-04-126-8/+35
* Fix #11811.Richard Eisenberg2016-04-125-31/+46
* Allocate blocks in the GC in batchesSimon Marlow2016-04-124-31/+31
* Cache the size of part_list/scavd_list (#11783)Simon Marlow2016-04-124-9/+20
* Small simplification (#11777)Simon Marlow2016-04-121-5/+1
* Add linker notesTamar Christina2016-04-111-0/+13
* Use `@since` annotation in GHC.ExecutionStackHerbert Valerio Riedel2016-04-112-2/+2
* Deriving Functor-like classes should unify kind variablesRyanGlScott2016-04-115-69/+117
* Added (more) missing instances for Identity and ConstShane O'Brien2016-04-114-8/+19
* Filter out invisible kind arguments during TH reificationRyanGlScott2016-04-114-1/+24
* Fix a closed type family error messageRik Steenkamp2016-04-114-10/+25
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-1133-451/+943
* Typos in NoteJoachim Breitner2016-04-101-8/+5
* RtsFlags: Un-constify temporary bufferBen Gamari2016-04-101-1/+1
* Remove the instantiation check when deriving Generic(1)RyanGlScott2016-04-109-113/+249
* base: Fix "since" annotation on GHC.ExecutionStackBen Gamari2016-04-102-2/+2
* Bump haddock submoduleBen Gamari2016-04-101-0/+0
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-1017-85/+547
* Export zonkEvBinds from TcHsSyn.Conal Elliott2016-04-101-0/+1
* Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6Herbert Valerio Riedel2016-04-106-3/+25
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-103-7/+27
* Remove spurious STG_UNUSED annotationTomas Carnecky2016-04-101-5/+1
* Remove left-over shell-tools.cHerbert Valerio Riedel2016-04-101-139/+0
* Add doc to (<=<) comparing its type to (.)Chris Martin2016-04-101-1/+6
* Provide an optimized replicateM_ implementation #11795Michael Snoyman2016-04-101-5/+38
* Refactor comments about shutdownSimon Marlow2016-04-102-18/+21
* Fix a comment: triple -> tupleBartosz Nitka2016-04-081-1/+1
* Remove obsolete comment about the implementation of foldlJoachim Breitner2016-04-081-4/+0
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-082-4/+5
* Revert "testsuite: One more 32-bit performance slip"Ben Gamari2016-04-071-2/+1
* rts: Fix parsing of profiler selectorsBen Gamari2016-04-071-9/+11
* Fix installation of static sphinx assetsBen Gamari2016-04-072-8/+2
* testsuite: One more 32-bit performance slipBen Gamari2016-04-071-1/+2
* Adjust performance numbersJoachim Breitner2016-04-072-2/+4
* runtime: replace hw.ncpu with hw.logicalcpu for Mac OS XEugene Akentyev2016-04-071-2/+8
* Set tct_closed to TopLevel for closed bindings.Facundo Domínguez2016-04-068-59/+119
* Demand Analyzer: Do not set OneShot information (second try)Joachim Breitner2016-04-067-138/+121
* CSE code cleanup and improvementSimon Peyton Jones2016-04-064-121/+208
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-0614-67/+79
* testsuite: Update 32-bit performance numbersBen Gamari2016-04-064-61/+92
* T10870: Skip on 32-bit architecturesBen Gamari2016-04-061-1/+1
* T10272, T4340: Add 32-bit outputBen Gamari2016-04-064-0/+2
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-0519-38/+39