summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly keep track of whether normalising given or wanted dictsManuel M T Chakravarty2007-12-076-21/+42
* TcPat.tcConPat uses equalities instead of GADT refinementManuel M T Chakravarty2007-11-201-14/+25
* Use installPackage for register --inplace as well as installingIan Lynagh2007-12-072-20/+41
* Fix the libraries MakefileIan Lynagh2007-12-051-1/+1
* Copy hscolour.css into dist/... so it gets installed with the library docsIan Lynagh2007-12-051-0/+3
* Add the hscolour.css from hscolour 1.8Ian Lynagh2007-12-051-0/+5
* BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see itIan Lynagh2007-12-072-9/+15
* #include ../includes/MachRegs.h rather than just MachRegs.hIan Lynagh2007-12-052-2/+2
* Fix bindist creation: readline/config.mk is goneIan Lynagh2007-12-031-4/+1
* FIX #1843: Generate different instructions on PPCIan Lynagh2007-12-031-2/+2
* Refactor gen_contents_indexIan Lynagh2007-12-071-17/+8
* Use GHC.Exts rather than GHC.PrimIan Lynagh2007-12-024-4/+2
* Alter the base:GHC.Prim hack in installPackage, following changes in baseIan Lynagh2007-12-021-16/+14
* Remove debug warning, and explain whysimonpj@microsoft.com2007-12-072-14/+21
* comment onlySimon Marlow2007-12-061-0/+4
* comment typoSimon Marlow2007-12-061-1/+1
* add Outputable instance for OccIfaceEqSimon Marlow2007-12-061-0/+5
* Workaround for #1959: assume untracked names have changedSimon Marlow2007-12-061-4/+10
* FIX part of #1959: declaration versions were not being incremented correctlySimon Marlow2007-12-061-2/+2
* move FP_FIND_ROOT after the "GHC is required" checkSimon Marlow2007-12-051-2/+3
* FIX #1110: hackery also needed when running gcc for CPPSimon Marlow2007-12-051-1/+3
* Teach :print to follow references (STRefs and IORefs)Pepe Iborra2007-12-042-26/+60
* refactoring onlyPepe Iborra2007-12-023-10/+12
* Change --shared to -shared in Win32 DLL docssimonpj@microsoft.com2007-12-041-7/+7
* protect console handler against concurrent access (#1922)Simon Marlow2007-12-041-3/+11
* Make eta reduction check more carefully for bottoms (fix Trac #1947)simonpj@microsoft.com2007-12-041-23/+75
* Improve inlining for INLINE non-functionssimonpj@microsoft.com2007-12-044-101/+141
* fix race conditions in sandboxIO (#1583, #1922, #1946)Simon Marlow2007-12-041-19/+23
* :cd with no argument goes to the user's home directorySimon Marlow2007-12-041-0/+6
* forkIO starts the new thread blocked if the parent is blocked (#1048)Simon Marlow2007-12-041-0/+12
* Improve eta reduction, to reduce Simplifier iterationssimonpj@microsoft.com2007-12-031-9/+27
* Don't default to stripping binaries when installingIan Lynagh2007-12-021-2/+0
* Improve pretty-printing for Instssimonpj@microsoft.com2007-11-281-1/+3
* Reorganise TcSimplify (again); FIX Trac #1919simonpj@microsoft.com2007-11-281-122/+69
* FIX #1914: GHCi forgot all the modules that were loaded before an errorSimon Marlow2007-11-301-1/+1
* FIX #1744: ignore the byte-order mark at the beginning of a fileSimon Marlow2007-11-301-6/+16
* FIX Trac #1935: generate superclass constraints for derived classessimonpj@microsoft.com2007-11-281-4/+31
* Print a bit more info in VarBinds (no need to merge)simonpj@microsoft.com2007-11-281-1/+1
* Check for duplicate bindings in CoreLintsimonpj@microsoft.com2007-11-281-3/+18
* add commentSimon Marlow2007-11-281-0/+2
* FIX #1916: don't try to convert float constants to int in CMM optimizerBertram Felgenhauer2007-11-221-1/+2
* give a more useful message when the static flags have not been initialised (#...Simon Marlow2007-11-271-1/+1
* Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860Ian Lynagh2007-11-271-0/+10
* Remove the --print-docdir flagIan Lynagh2007-11-274-30/+0
* FIX #1925: the interpreter was not maintaining tag bits correctlySimon Marlow2007-11-271-13/+25
* add missing instruction: ALLOC_AP_NOUPDSimon Marlow2007-11-271-0/+3
* Check tag bits on the fun pointer of a PAPSimon Marlow2007-11-261-0/+3
* canonicalise the path to HsColourSimon Marlow2007-11-261-0/+9
* Consistently put www. on the front of haskell.org in URLsIan Lynagh2007-11-264-15/+15
* Fix some more URLsIan Lynagh2007-11-263-6/+6