summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old GUM/GranSim codeSimon Marlow2009-06-0243-4164/+31
* tidy up autoconfiguration of docbook stuffSimon Marlow2009-06-024-31/+28
* fix 'make sdist'Simon Marlow2009-06-021-2/+2
* Add a comment about why RM and RM_OPTS are not in config.mkIan Lynagh2009-06-021-0/+3
* Follow the change in RM's definition in distrib/Makefile-bin-vars.inIan Lynagh2009-06-021-1/+2
* Fix Trac #3265: type operators in type/class declarationssimonpj@microsoft.com2009-06-021-1/+25
* Use -w when compiling libffi, to stop -Werror failuresIan Lynagh2009-06-021-2/+4
* Add a section "Multi-threading and the FFI"Simon Marlow2009-06-022-56/+131
* emit a helpful message if you say 'make html' and BUILD_DOCBOOK_HTML=NOSimon Marlow2009-06-021-2/+15
* mention documentation tools in the summary; tidy up formattingSimon Marlow2009-06-021-7/+10
* depend on mk/project.mk appropriatelySimon Marlow2009-05-293-6/+6
* fix commentSimon Marlow2009-05-291-1/+1
* Unquote a $(LN_S) in ghc/ghc.mkIan Lynagh2009-05-301-1/+1
* $(XARGS) might include arguments, so don't quote it in makefilesIan Lynagh2009-05-302-3/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-3029-255/+256
* Remove some redundant code from hi-rule.mkIan Lynagh2009-05-301-2/+0
* make the clean_libraries target work, so you can "make clean" in libraries/Ian Lynagh2009-05-302-3/+5
* fix pprDynamicLinkerAsmLabel for Mac OS X x86_64Austin Seipp2009-05-231-0/+4
* Make clean_libraries in the same way that we make all_librariesIan Lynagh2009-05-291-2/+3
* Tweak mk/sub-makefile.mkIan Lynagh2009-05-291-3/+1
* Implement -XMonoLocalBinds: a radical new flagsimonpj@microsoft.com2009-05-292-4/+8
* don't shrink the stack smaller than the value set by +RTS -k<size>Simon Marlow2009-05-292-0/+11
* Fix bug in previous change: allocate the correct sizeSimon Marlow2009-05-291-2/+3
* Make haddocking depend on the library .a filesimonpj@microsoft.com2009-05-291-0/+4
* Fix Trac #3259: expose 'lazy' only after generating interface filessimonpj@microsoft.com2009-05-293-30/+36
* Fix Trac #3262: suppress name-shadow warning for _namessimonpj@microsoft.com2009-05-285-11/+17
* don't call Haskeline to read input when stdin is not a terminalSimon Marlow2009-05-281-9/+10
* Fix handling of R_SPARC_UA32 relocations in linkerBen.Lippmeier@anu.edu.au2009-05-281-3/+12
* Document the fact that Template Haskell type splices worksimonpj@microsoft.com2009-05-281-1/+3
* Improve printing of Orig RdrNamessimonpj@microsoft.com2009-05-284-30/+44
* Print more nicely in -ddump-splicessimonpj@microsoft.com2009-05-281-12/+16
* Fix Trac #3261: make default types play nice with -Werrorsimonpj@microsoft.com2009-05-281-6/+7
* Adjust error message slightlysimonpj@microsoft.com2009-05-281-5/+5
* White space onlysimonpj@microsoft.com2009-05-281-3/+3
* Remove type-ambiguous (fromIntegral 0)::Int, replacing it with just 0simonpj@microsoft.com2009-05-281-1/+1
* Move getMainFun to TcRnDriver, trim DynFlags importssimonpj@microsoft.com2009-05-282-12/+7
* Comments onlysimonpj@microsoft.com2009-05-281-3/+3
* Comments about naming for data constructorssimonpj@microsoft.com2009-05-281-6/+6
* Remove dead code isHsVarsimonpj@microsoft.com2009-05-281-5/+1
* Round stack size to a whole number of megablocksSimon Marlow2009-05-281-1/+1
* Fix #3156: ensure preconditions of splitLargeBlock()Simon Marlow2009-05-281-1/+8
* fix it so that 'make' on its own works even if we're not building docsSimon Marlow2009-05-281-0/+3
* Comments onlysimonpj@microsoft.com2009-05-281-3/+11
* Fix Trac #3013: multiple constructors in a GADT declsimonpj@microsoft.com2009-05-283-11/+33
* Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversablesimonpj@microsoft.com2009-05-283-16/+52
* Add a commentsimonpj@microsoft.com2009-05-281-0/+1
* Follow vreg/hreg patch in X86_64 NCGBen.Lippmeier.anu.edu.au2009-05-273-4/+2
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-269-62/+127
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-198-181/+262
* Don't try and coalesce RealReg->RealReg movesBen.Lippmeier@anu.edu.au2009-05-191-3/+7