- 03 May, 2001 11 commits
-
-
simonpj authored
Add a fundep fail test
-
simonpj authored
Remove bogus test
-
simonpj authored
Add implicit param test
-
simonpj authored
Add two more fundep tests
-
simonpj authored
Add a couple of tests
-
simonpj authored
Improve error message
-
simonpj authored
**** MERGE WITH 5.00 BRANCH ******** -------------------------------- Fix a bad implicit parameter bug -------------------------------- TcSimplify.tcSimplifyIPs was just completely wrong; it wasn't doing improvement properly nor binding values properly. Sigh. To make this work nicely I added Inst.instName :: Inst -> Name
-
simonpj authored
Comment wibble only
-
simonpj authored
More to allow infix exprssions on LHS of rule
-
simonpj authored
Allow infix exprssions on LHS of rule
-
simonpj authored
Comment wibble
-
- 02 May, 2001 4 commits
-
-
qrczak authored
Oops, exprIsConApp_maybe should ignore only InlineMe notes.
-
sewardj authored
Add test to check contexts on existential types in the interpreter.
-
rrt authored
Remove list of packages to install on Windows; the new story is that you install all of Cygwin.
-
simonpj authored
A bit more about flags for generics
-
- 01 May, 2001 13 commits
-
-
simonmar authored
Close files eagerly after analysing their imports.
-
rrt authored
Add zlib to list of required packages for building.
-
sewardj authored
Implement bci_STKCHECK.
-
simonmar authored
Not quite sure what this test does, but I've had it lying around for a while.
-
simonmar authored
Add an item about the networking library rewrite.
-
simonmar authored
Start a new directory for networking tests, and add a simple test which starts two threads which communicate via a socket. The socket subdirectory already contains some tests, but they're about 6 years old and don't appear to be designed to run without user intervention.
-
sewardj authored
Ignore tyvars on variables bound by case alts when generating unpack code.
-
simonmar authored
Tests for BlockedOnDeadMVar and ThreadKilled exceptions (they generate no output by default in forked threads).
-
simonmar authored
Don't include the win32 and com packages unless we're building for Windows.
-
simonmar authored
fix HC bootstrapping after LibsReadline no longer has the -l prefixes.
-
qrczak authored
Inline instance dictionary functions. Remove {-# INLINE instance #-} support and uses.
-
simonmar authored
Add some {-# SCC #-} annotations, and fix a space leak.
-
simonmar authored
SCC notes move inside other notes.
-
- 30 Apr, 2001 12 commits
-
-
qrczak authored
Fix the inlining bug: exprIsConApp_maybe didn't recognize constructor applications inside notes. I'm not sure if it's the right place to fix. Should notes be ignored in other uses of collectArgs? Perhaps they should be ignored inside the loop of collectArgs? And why the function marked as inline was not inlined even though it's not a constructor application?
-
rrt authored
Remove instructions about making /etc/passwd, as it happens automatically when installing Cygwin.
-
rrt authored
Say not to install the cygwin package, rather than to install it.
-
sewardj authored
Plumb LibsReadline into extra_libraries for -package util, rather than extra_ld_opts, so that GHCi knows to load them too.
-
panne authored
o=>O:-)
-
panne authored
Fix typo
-
simonpj authored
Fix minor typo in generics stuff; could merge with branch
-
simonmar authored
add -fwarn-misc.
-
simonmar authored
document -fwarn-misc.
-
simonmar authored
The convention for warnings currently is: standard warnings indicate "probable bugs", whereas -W warnings indicate "style problems". I think -fwarn-misc is more suited to -W.
-
rrt authored
Added cygwin to list of required packages, and said why gdbm is needed (for CVS).
-
panne authored
HSnet_cbits R.I.P. (BTW, that's what I meant with "monolithic approach" :-)
-