summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Change how the build system handles packagesIan Lynagh2013-03-017-207/+161
| * Comment the fix to Trac #7702Simon Peyton Jones2013-03-011-1/+3
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-03-013-7/+3
| |\
| * | Fix memory leak in CoreWriter (Trac #7702)Andrew Farmer2013-03-011-1/+1
* | | Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-0411-388/+461
| |/ |/|
* | Update to binary 0.7.0.0Ian Lynagh2013-03-013-7/+3
|/
* Make the #includes a little more correct in OSThreads.cIan Lynagh2013-03-011-1/+3
* Fix sys/cpuset.h on FreeBSD 9.1; patch from kazu-yamamoto; fixes #7708Ian Lynagh2013-03-011-1/+8
* Small refactoring: Move the end-of-pipeline move into pipeLoopIan Lynagh2013-02-281-27/+31
* Small refactoring: Don't pass redundant stop_phase to runPipelineIan Lynagh2013-02-281-6/+6
* Fix some m4/shell syntax in aclocal.m4, spotted by Jan StolarekIan Lynagh2013-02-281-1/+1
* Small refactoring: Don't pass a redundant output_spec aroundIan Lynagh2013-02-281-6/+5
* Inline get_output_fnIan Lynagh2013-02-281-5/+2
* Small refactoringIan Lynagh2013-02-281-5/+4
* TypoGabor Greif2013-02-281-1/+1
* Minor doc typofix.Edward Z. Yang2013-02-271-1/+1
* Clarify commentGabor Greif2013-02-261-1/+1
* Update submoduleGabor Greif2013-02-261-0/+0
* Fix a TODO in the compilerIan Lynagh2013-02-262-13/+8
* Fix parsing of pragmas containing unicode characters; fixes #7671Ian Lynagh2013-02-261-2/+5
* Only emit %write_barrier primitive for THREADED_RTSGabor Greif2013-02-263-5/+11
* Change how unboxed tuples are lexed; fixes #7627Ian Lynagh2013-02-252-1/+9
* Split SettingsCCompilerFlags into non-link and link portionsGabor Greif2013-02-253-2/+6
* Fix autoconf code to find LLVM tools.Geoffrey Mainland2013-02-251-4/+6
* Fix the compiler plugin example; patch from edsko; fixes #7682Ian Lynagh2013-02-241-5/+6
* Use unicode quote characters in error messages etc; fixes #2507Ian Lynagh2013-02-243-2/+21
* x86: promote arguments to C functions according to the ABI (#7383)Simon Marlow2013-02-231-6/+14
* Turn -dynamic-too off in the build system for nowIan Lynagh2013-02-231-0/+3
* Tweak the sed command so that it works on OSXIan Lynagh2013-02-231-1/+11
* Add another chapter to the hi-rule novelIan Lynagh2013-02-221-1/+19
* Make the build system use -dynamic-too if both way v and dyn are being builtIan Lynagh2013-02-225-8/+38
* Add separate rules for all .hi files, rather than using %.hi styleIan Lynagh2013-02-223-18/+4
* Fix displayed stringGabor Greif2013-02-221-1/+1
* Always quote arguments to removeFiles (fixes Windows install).Geoffrey Mainland2013-02-222-2/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-212-4/+15
|\
| * Fix #7710: do not AutoDeriveTypeable for synonyms and type familiesJose Pedro Magalhaes2013-02-212-4/+15
* | Build fixes following build system refactoringIan Lynagh2013-02-211-0/+2
* | Separate the non-way-specific hs-suffix rulesIan Lynagh2013-02-215-26/+55
* | Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-216-103/+120
* | Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdirIan Lynagh2013-02-213-3/+3
* | Rename hs-suffix-rules to hs-suffix-way-rulesIan Lynagh2013-02-214-5/+5
* | Small build system refactoring; no functional changesIan Lynagh2013-02-212-5/+5
|/
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-214-18/+35
|\
| * Package 'binary' is not a boot package any moreGabor Greif2013-02-201-3/+2
| * Update submodulesGabor Greif2013-02-201-0/+0
| * Better handling of find llvm tools. Use IFS as opposed to more hacky trDavid Terei2013-02-201-3/+10
| * Fix bug in setNumCapabilitiesSimon Marlow2013-02-201-12/+23
* | Some -dynamic-too fixesIan Lynagh2013-02-212-9/+23
* | Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-202-6/+1
* | Add a "deprecated in" pragmaIan Lynagh2013-02-201-1/+1
|/