summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404Max Bolingbroke2011-04-023-3/+88
* Mark scripts executable (boot, and the ones the build system chmods)Max Bolingbroke2011-04-024-0/+0
* Ignore more generated filesMax Bolingbroke2011-04-021-0/+20
* Pop OS X stack padding even if the foreign call is stdcall (#5052)Max Bolingbroke2011-04-021-4/+16
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-04-011-0/+8
|\
| * add "./sync-all fetch" and "./sync-all new"Simon Marlow2011-04-011-0/+8
* | Merge branch 'ticket-5028'Ian Lynagh2011-04-011-3/+2
|\ \ | |/ |/|
| * Really zap case-binder occurrence info: solves #5028Ian Lynagh2011-04-011-3/+2
* | add a "set-origin" commandSimon Marlow2011-04-011-0/+4
* | fix 'sync-all pull'Simon Marlow2011-04-011-6/+22
* | Fix bindisttest in gitIan Lynagh2011-04-011-1/+4
* | Update meta-repo stuffIan Lynagh2011-03-314-42/+43
|/
* Introducing a datatype for WorkLists that properly prioritizes equalities.ghc-darcs-git-switchoverdimitris@microsoft.com2011-03-313-80/+137
* Fix Trac #5048: location on AbsBindssimonpj@microsoft.com2011-03-312-17/+17
* Comments and variable naming onlysimonpj@microsoft.com2011-03-311-3/+5
* Re-enable assertion now the new type checker is insimonpj@microsoft.com2011-03-311-2/+2
* Add a new static flag -fno-opt-coercionsimonpj@microsoft.com2011-03-314-3/+17
* New statistics flags -ddump-core-statssimonpj@microsoft.com2011-03-316-1/+112
* Windows build fix: ignore pthread.h if it exists (#4989)Simon Marlow2011-03-301-1/+1
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-303-0/+22
* implement double-to-float narrowing in the x86 NCG (#4441)Simon Marlow2011-03-303-7/+20
* scheduleThreadOn: use TSO_LOCKED even on the non-threaded RTSSimon Marlow2011-03-301-1/+1
* add atexit (#4456)Simon Marlow2011-03-291-0/+1
* Turn -vfia-C into a no-opIan Lynagh2011-03-291-16/+8
* Remove -fvia-C references from the users guideIan Lynagh2011-03-295-40/+7
* Add a tool for checking for problems in the built-in uniquesIan Lynagh2011-03-292-0/+131
* Renumber TH uniquesIan Lynagh2011-03-292-145/+145
* Whitespace onlyIan Lynagh2011-03-281-17/+17
* fix typo (#5056)Simon Marlow2011-03-291-1/+1
* Add a script for library mergingIan Lynagh2011-03-271-0/+34
* bindist comparison tool: Some logic improvements, and testsuite supportIan Lynagh2011-03-273-62/+59
* Fix the build on Windows (disable hsc2hs --cross-safe)Ian Lynagh2011-03-261-0/+5
* Bindist comparison tool: Recognise OS X .dylib files tooIan Lynagh2011-03-251-3/+3
* Fix #4914 (I hope)Simon Marlow2011-03-251-0/+1
* Ignore comments when inlining.Edward Z. Yang2011-03-251-0/+1
* Fix typo in documentation (Trac #5035)simonpj@microsoft.com2011-03-251-1/+1
* Split out "Raw Cmm" dump to its own flag -ddump-raw-cmmEdward Z. Yang2011-03-222-1/+3
* RednCounts can contain CAFs, so support them in cvtToClosureLbl.Edward Z. Yang2011-03-221-0/+1
* Immediately tag initialization code to prevent untagged spills.Edward Z. Yang2011-03-233-6/+14
* Fix Trac #5028: zap occ info when doing the binder swapsimonpj@microsoft.com2011-03-211-5/+20
* pruneSparkQueue: handle CAFsSimon Marlow2011-03-181-9/+24
* Document new hsc2hs flags, and use the --cross-safe flag when we're compilingIan Lynagh2011-03-232-0/+52
* bindist checker improvementsIan Lynagh2011-03-226-122/+204
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* Hack to get the compare tool to work on Windows "bindists"Ian Lynagh2011-03-211-3/+8
* Don't use read_only_relocs on darwin x86-64; fixes #4984William Knop2011-03-092-2/+5
* FunctionalDependencies should imply MultiParamTypeClassesMax Bolingbroke2011-03-201-0/+1
* Change how we compute install paths on cygwinIan Lynagh2011-03-201-1/+1
* Add unboxedTupleTName to templateHaskellNamesIan Lynagh2011-03-171-1/+1
* bindist comparison tool: Improve way-difference behaviourIan Lynagh2011-03-161-0/+2