- 15 Sep, 2010 8 commits
-
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Implements Trac #4299. Documentation to come.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Fixed Trac #4246
-
simonpj@microsoft.com authored
See Note [Partial export] for the details. I also fixed one egregious bug that was just waiting to bite: we were using loadSysInterface instead of loadSrcInterface.
-
simonpj@microsoft.com authored
-
- 14 Sep, 2010 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
Also updated the object file parser to properly handle the overflow case for section names longer than 8 chars.
-
- 15 Sep, 2010 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 14 Sep, 2010 2 commits
-
-
Simon Marlow authored
It was counting the space used by block descriptors as "lost"
-
Simon Marlow authored
-
- 15 Sep, 2010 2 commits
-
-
simonpj@microsoft.com authored
This resulted in an infinite loop in applyTypeToArgs, in syb
-
simonpj@microsoft.com authored
-
- 14 Sep, 2010 7 commits
-
-
Ian Lynagh authored
We still have insertList, insertListWith, deleteList which aren't in Data.Map, and foldRightWithKey which works around the fold(r)WithKey addition and deprecation.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Previously we were simply passing arguments of unlifted type to a wrapper, even if they were absent, which was stupid. See Note [Absent error Id] in WwLib.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
and adjust imports accordingly
-
simonpj@microsoft.com authored
-
- 13 Sep, 2010 6 commits
-
-
Simon Marlow authored
ever since the patch "Check with sysconf _POSIX_THREAD_CPUTIME", it has been returning incorrect results, because the sysconf variable to check should have been _SC_THREAD_CPUTIME, not _POSIX_THREAD_CPUTIME.
-
Simon Marlow authored
fixes problems when building with GHC 6.10 on Windows
-
Simon Marlow authored
-
Simon Marlow authored
This is much more accurate than getrusage, which was giving misleading results when trying to time very quick operations like a minor GC.
-
Simon Marlow authored
-
Simon Marlow authored
-
- 14 Sep, 2010 1 commit
-
-
dterei authored
-
- 13 Sep, 2010 7 commits
-
-
Ian Lynagh authored
The default should do into languageExtensions instead
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
This major patch implements the new OutsideIn constraint solving algorithm in the typecheker, following our JFP paper "Modular type inference with local assumptions". Done with major help from Dimitrios Vytiniotis and Brent Yorgey.
-
- 09 Sep, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 08 Sep, 2010 2 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-