summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add upstream repo to the packages fileIan Lynagh2010-08-153-45/+51
* Make the "tag" column of the packages file always presentIan Lynagh2010-08-153-60/+62
* Disable object splitting on OSX; works around #4013Ian Lynagh2010-08-151-7/+8
* Return memory to the OS; trac #698Ian Lynagh2010-08-139-41/+132
* Reduce the xargs -s value we use on WindowsIan Lynagh2010-08-121-2/+4
* LLVM: Enable shared lib support on Linux x64David Terei2010-08-132-5/+14
* Re-do the arity calculation mechanism again (fix Trac #3959)simonpj@microsoft.com2010-08-132-126/+226
* Comments onlysimonpj@microsoft.com2010-08-131-9/+17
* Modify FloatOut to fix Trac #4237simonpj@microsoft.com2010-08-131-78/+69
* Fix egregious bug in SetLevels.notWorthFloatingsimonpj@microsoft.com2010-08-131-4/+4
* Delete GhcLibProfiledsimonpj@microsoft.com2010-08-132-9/+4
* Do not build DPH when GhcProfiled (fixes #4172)simonpj@microsoft.com2010-08-131-0/+5
* Fix Trac #4220simonpj@microsoft.com2010-08-121-6/+18
* Improve the Specialiser, fixing Trac #4203simonpj@microsoft.com2010-08-121-26/+124
* Commentssimonpj@microsoft.com2010-08-121-3/+6
* Comments onlysimonpj@microsoft.com2010-08-121-9/+3
* Fix bug in linting of shadowed case-alternative binderssimonpj@microsoft.com2010-08-121-41/+46
* Comments and spacing onlysimonpj@microsoft.com2010-08-121-1/+1
* Add more info to more parse error messages (#3811)Ian Lynagh2010-08-091-24/+31
* Run finalizers *after* updating the stable pointer table (#4221)Simon Marlow2010-08-101-8/+11
* Do the dependency-omitting for 'make 1' in a slightly different waySimon Marlow2010-08-103-13/+9
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-2410-73/+92
* Add DoAndIfThenElse supportIan Lynagh2010-08-083-1/+32
* Make another parse error more informativeIan Lynagh2010-08-081-1/+1
* Make a parse error say what it is failing to parse; part of #3811Ian Lynagh2010-08-081-5/+7
* Send ghc progress output to stdout; fixes #3636Ian Lynagh2010-08-084-7/+13
* Fix the HsColour test in the build systemIan Lynagh2010-08-051-1/+1
* Fix the -lm configure test; fixes #4155Ian Lynagh2010-08-051-2/+5
* Don't restrict filenames in line pragmas to printable characters; fixes #4207Ian Lynagh2010-08-051-1/+1
* Ensure extension flags are flattened in the Cmm phaseIan Lynagh2010-08-051-1/+1
* Add "cmmcpp" as a Haskellish source suffixIan Lynagh2010-08-051-1/+1
* On amd64/OSX we don't need to be given memory in the first 31bitsIan Lynagh2010-08-051-4/+24
* NCG: Don't worry about trying to re-freeze missing coalescencesbenl@ouroborus.net2010-07-021-5/+4
* Make -rtsopts more flexibleIan Lynagh2010-08-056-17/+40
* Test for (fd < 0) before trying to FD_SET itIan Lynagh2010-08-041-2/+2
* Remove "On by default" comments in DynFlagsIan Lynagh2010-08-021-5/+0
* Fix build: Add newline to end of ghc-pkg/Main.hsIan Lynagh2010-08-011-1/+1
* Add a versions haddock binary for WindowsIan Lynagh2010-08-014-0/+42
* ghc-pkg: don't fail, if a file is already removedich@christoph-bauer.net2010-07-251-4/+10
* Remove push-all from file list in boot script (push-all no longer exists)Ian Lynagh2010-08-011-1/+1
* Add error checking to boot-pkgs scriptIan Lynagh2010-08-011-10/+20
* Add more error checking to the boot scriptIan Lynagh2010-08-011-5/+8
* Remove libHSrtsmain.a before creating itIan Lynagh2010-08-011-0/+1
* Expose the functions haddock needs even when haddock is disabled; #3558Ian Lynagh2010-07-313-20/+26
* Always haddock by defaultIan Lynagh2010-07-302-3/+1
* Add a debugTrace for the phases that we runIan Lynagh2010-07-292-2/+7
* * Add StringPrimL as a constructor for Template Haskell (Trac #4168)simonpj@microsoft.com2010-07-301-5/+6
* Add thread affinity support for FreeBSDGabor Pali2010-07-202-3/+32
* Disable symbol visibility pragmas for FreeBSDIan Lynagh2010-07-292-2/+6
* Fix numeric escape sequences parsingAnton Nikishaev2010-07-211-4/+6