summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make boot handle getting the librariesIan Lynagh2007-04-304-13/+20
* Remove references to -fticky-ticky flagTim Chevalier2007-05-011-5/+2
* Comments, plus type sigssimonpj@microsoft.com2007-05-023-3/+3
* Warning policesimonpj@microsoft.com2007-05-021-0/+1
* Layout onlysimonpj@microsoft.com2007-05-021-8/+7
* Import fiddlingsimonpj@microsoft.com2007-05-023-5/+2
* Add more assertionssimonpj@microsoft.com2007-05-025-10/+12
* Use the record fields of IdInfo.RecordSelIdsimonpj@microsoft.com2007-05-023-5/+8
* Make records work properly with type familiessimonpj@microsoft.com2007-05-0212-129/+122
* Refactoring, tidyup and improve layeringSimon Marlow2007-05-0210-669/+830
* move -fno-print-bind-result into the GHCi sectionSimon Marlow2007-05-021-6/+6
* Print the "skipping" messages at verbosity 2 againSimon Marlow2007-05-021-1/+1
* Improve error reporting for type signaturessimonpj@microsoft.com2007-05-023-9/+40
* Do not generate warnings for compiler-generated codesimonpj@microsoft.com2007-05-021-2/+8
* Add ndp package to boring listsimonpj@microsoft.com2007-05-021-0/+1
* Document the fact that you can't make a newtype of an unboxed data typesimonpj@microsoft.com2007-05-021-0/+7
* Use pprSourceTyCon; delete unused tyConOrigHeadsimonpj@microsoft.com2007-05-022-10/+2
* Fixes to data type familiessimonpj@microsoft.com2007-05-023-35/+94
* Fix egregious typo in TcUnifysimonpj@microsoft.com2007-04-271-1/+1
* Typo in commentssimonpj@microsoft.com2007-04-251-1/+1
* Fix misleading debug tracesimonpj@microsoft.com2007-04-251-1/+1
* Improve hashing of expressions for CSE (reduces warnings about extendCSEnv)simonpj@microsoft.com2007-04-253-7/+12
* remove unused primitives.xmlSimon Marlow2007-05-023-1218/+0
* Fix grammar error in docs (as per Trac 1319)Tim Chevalier2007-05-021-1/+1
* Stopping tick boxes for being removed round calls to error.andy@galois.com2007-05-011-0/+3
* -fwarn-monomorphism-restriction is now off by defaultIan Lynagh2007-05-011-1/+1
* Add new skolem tyvars to the InteractiveContext after type reconstructionPepe Iborra2007-05-011-3/+8
* document the current behaviour of -Wall, see #1292Simon Marlow2007-05-011-1/+10
* don't forget to enable ^C after a :cont or :stepSimon Marlow2007-04-301-0/+1
* tidyup comments and fix a few warningsSimon Marlow2007-04-301-33/+42
* Changing internal data structures used by Hpcandy@galois.com2007-04-305-147/+204
* Remove skolem tyvars from the InteractiveContext once they have been instanti...Pepe Iborra2007-04-301-1/+5
* Restore tidying up of tyvars in :printPepe Iborra2007-04-302-11/+35
* Make GHCi's banner fit in a standard 80-column terminalIan Lynagh2007-04-301-3/+3
* Make boot handle getting the librariesIan Lynagh2007-04-304-20/+13
* Handle unbuildable packages differentlyIan Lynagh2007-04-302-36/+26
* Set rts/gmp/configure executable when bootingIan Lynagh2007-04-301-0/+2
* Look for -q in the darcs flags as well as the darcs-all flagsIan Lynagh2007-04-301-0/+5
* Put the darcs-all command parsing into main() so it can use @_Ian Lynagh2007-04-291-20/+20
* Make darcs-all a perl scriptIan Lynagh2007-04-294-129/+157
* Don't enable the monomorphism warning by defaultIan Lynagh2007-04-291-1/+0
* outside of runStmt, if a breakpoint is hit then just print a messageSimon Marlow2007-04-271-12/+22
* give the statements under evaluation in the ":show context" outputSimon Marlow2007-04-272-21/+34
* break by function: make sure we get the correct fileSimon Marlow2007-04-271-5/+14
* Breakpoints: don't attempt to bind variables with unboxed typesSimon Marlow2007-04-271-16/+21
* We shouldn't let-bind expressions with unlifted typeSimon Marlow2007-04-271-11/+17
* add missing @ (see bug #1302)Simon Marlow2007-04-271-1/+1
* don't forget to clean the .bat filesSimon Marlow2007-04-272-0/+3
* Basic heap profile support without -profSimon Marlow2007-04-2712-184/+166
* add the constructor name field to the info table for RTS constructorsSimon Marlow2007-04-272-2/+9