summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CmmLayoutStack: Minor simplificationÖmer Sinan Ağacan2016-08-041-2/+2
* CmmLive: Remove some redundant exportsÖmer Sinan Ağacan2016-08-041-1/+1
* Clarify comment on makeCorePairMatthew Pickering2016-08-031-3/+6
* Remove `setUnfoldingInfoLazily`Matthew Pickering2016-08-034-14/+4
* Typo in comment [skip ci]Matthew Pickering2016-08-031-1/+1
* More comments about InlinePragmasMatthew Pickering2016-08-032-0/+7
* Update old comment InlinePragmaMatthew Pickering2016-08-031-2/+2
* Add comment about lexing of INLINE and INLINABLE pragmaMatthew Pickering2016-08-031-1/+2
* StgSyn: Remove unused StgLiveVars typesÖmer Sinan Ağacan2016-08-031-17/+2
* Remove the DEBUG_<blah> variables, use RtsFlags directlySimon Marlow2016-08-032-58/+17
* Only trace cap/capset events if we're tracing anything elseSimon Marlow2016-08-032-15/+29
* Fix to thread migrationSimon Marlow2016-08-031-24/+63
* Track the lengths of the thread queuesSimon Marlow2016-08-035-40/+48
* ForeignCall.hs: Remove DrIFT directivesÖmer Sinan Ağacan2016-08-021-7/+0
* Typo in commentGabor Greif2016-08-011-1/+1
* Use MO_Cmpxchg in Primops.cmm instead of ccall cas(..)alexbiehl2016-08-013-6/+21
* Relevant Bindings no longer reports shadowed bindings (fixes #12176)Annie Cherkaev2016-08-015-2/+50
* Add atomic operations to package.conf.inalexbiehl2016-07-301-0/+108
* Make Unique a newtypeÖmer Sinan Ağacan2016-07-281-3/+1
* Move stat_startGCSyncBartosz Nitka2016-07-272-2/+2
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-273-0/+4
* Compute boot-defined TyCon names from ModIface.Edward Z. Yang2016-07-263-27/+89
* Accept better stats for T9675Simon Marlow2016-07-261-2/+3
* Fix productivity calculation (#12424)Simon Marlow2016-07-261-2/+2
* MonadUtils: Typos in commentsÖmer Sinan Ağacan2016-07-261-2/+2
* Some typos in commentsGabor Greif2016-07-264-5/+5
* Testsuite: fix T10482aThomas Miedema2016-07-251-2/+4
* Fix the non-Linux buildErik de Castro Lopo2016-07-223-23/+14
* UNPACK the size field of SizedSeqSimon Marlow2016-07-221-1/+1
* -fprof-auto-topSimon Marlow2016-07-221-0/+1
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-222-18/+70
* Add deepseq dependency and a few NFData instancesSimon Marlow2016-07-229-2/+46
* StgCmmBind: Some minor simplificationsÖmer Sinan Ağacan2016-07-221-8/+2
* Unboxed sums: More unit testsÖmer Sinan Ağacan2016-07-222-8/+63
* Revert "Cleanup PosixSource.h"Ben Gamari2016-07-222-7/+23
* More typos in commentsGabor Greif2016-07-225-7/+7
* Correct a few mistyped words in prose/commentsGabor Greif2016-07-224-5/+5
* Fix and document Unique generation for sum TyCon and DataConsÖmer Sinan Ağacan2016-07-214-8/+70
* Bump Haddock submoduleÖmer Sinan Ağacan2016-07-211-0/+0
* Comments re ApThunks + small refactor in mkRhsClosureSimon Peyton Jones2016-07-211-15/+21
* Comments + tiny refactor of isNullarySrcDataConSimon Peyton Jones2016-07-211-4/+14
* Comments onlySimon Peyton Jones2016-07-213-50/+109
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-21128-703/+2688
* Revert "Clean up interaction between name cache and built-in syntax"Ben Gamari2016-07-206-83/+20
* Compact RegionsGiovanni Campagna2016-07-2049-20/+2865
* Add another testcase for #12082Ben Gamari2016-07-203-2/+11
* testsuite: Add regression test for #12381Ben Gamari2016-07-202-0/+11
* Clean up interaction between name cache and built-in syntaxBen Gamari2016-07-206-46/+109
* InstEnv: Ensure that instance visibility check is lazyBen Gamari2016-07-205-47/+83
* Update docs for partial type signatures (#12365)Thomas Winant2016-07-201-31/+48