summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add noteprofilingSimon Marlow2011-09-211-0/+3
* notes for profiling workSimon Marlow2011-09-161-0/+420
* another snapshotSimon Marlow2011-09-164-22/+18
* debugging codeSimon Marlow2011-09-161-0/+2
* snapshot: GHCi breakpoints workingSimon Marlow2011-09-026-28/+54
* snapshotSimon Marlow2011-09-0284-2400/+1916
* For the location on a record selector binding, use the location of theSimon Marlow2011-08-181-8/+8
* Add Trustworthy pragma to bin-package-dbDavid Terei2011-08-081-0/+3
* Have validate check for the "files written by multiple tests" errorIan Lynagh2011-08-081-1/+2
* compatibility with Alex 3.0Simon Marlow2011-08-082-2/+12
* comment wibbleSimon Marlow2011-08-081-1/+1
* fix #5381: the -debug RTS could crash with "internal error: MVAR_CLEANSimon Marlow2011-08-081-4/+4
* Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs onSimon Marlow2011-08-081-1/+1
* Use parenSymOcc when displaying an export list in RnNames (fixes Trac #5385)Simon Peyton Jones2011-08-083-11/+10
* Add a case for kfreebsdgnu in Platforms.hsIan Lynagh2011-08-071-0/+2
* Merge branch 'master' of mac:ghc/git/val64/.Ian Lynagh2011-08-061-7/+13
|\
| * With -v, we now print the commandlines that get run by askCcIan Lynagh2011-08-061-7/+13
* | Also include basic time statistics in GCStats.Edward Z. Yang2011-08-062-0/+5
|/
* Teach GHC to compile objective-c++ files as well (trac #5150)Peter Wortmann2011-08-063-3/+10
* Wibble to "Fix a long-standing bug in HsUtils.hsTyClDeclBinders"Simon Peyton Jones2011-08-051-2/+3
* A little extra tracingSimon Peyton Jones2011-08-052-1/+3
* Another run at binders in Template Haskell (fixes Trac #5379)Simon Peyton Jones2011-08-055-52/+33
* Fix a long-standing bug in HsUtils.hsTyClDeclBindersSimon Peyton Jones2011-08-053-30/+51
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-0511-64/+115
|\
| * Update to work with Alex 3.0: basically disabling Alex's new UnicodeSimon Marlow2011-08-054-6/+36
| * comment about using "stage = 2" in build.mkSimon Marlow2011-08-051-0/+9
| * typoSimon Marlow2011-08-051-1/+1
| * sanitise naming of package listsSimon Marlow2011-08-053-47/+52
| * small optimisation for the program in #5367: if the worker threadSimon Marlow2011-08-051-5/+7
| * Add plugin documentation for reinitializeGlobalsAustin Seipp2011-08-051-2/+10
| * Don't duplicate files in bindists; trac #5356Ian Lynagh2011-08-041-3/+0
* | plusParent can see a non-parent and a parent (fixes Trac #5374)Simon Peyton Jones2011-08-051-7/+53
|/
* Missing call to tcView, fixes naughty failure in tc208Simon Peyton Jones2011-08-041-0/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-0417-204/+207
|\
| * Tidy up handling of PredTys: remove dead code, move functions deconstructing ...Max Bolingbroke2011-08-0316-200/+205
| * Stop using -Wl,-no_pie on OS XIan Lynagh2011-08-031-4/+2
* | Print type contexts with fsep, not sepSimon Peyton Jones2011-08-031-2/+23
|/
* Document the (lack of) escape conventions in quasiquotesSimon Peyton Jones2011-08-031-0/+12
* Fix a grevious error in InstEnv: Trac #5095Simon Peyton Jones2011-08-031-28/+17
* Simplify TcSMonad.matchFam's interfaceSimon Peyton Jones2011-08-032-16/+5
* Replace use of 'asTypeOf' by type signaturesSimon Peyton Jones2011-08-031-14/+9
* Remove all escape handling from quasiquotes; fixes Trac #5348Simon Peyton Jones2011-08-031-10/+6
* Fix Trac #5372: a panic caused by over-eager error recoverySimon Peyton Jones2011-08-031-23/+36
* isCoVarType should look at the *representation* type,Simon Peyton Jones2011-08-032-25/+10
* Add Type.tyConAppTyCon_maybe and tyConAppArgs_maybe, and use themSimon Peyton Jones2011-08-0315-52/+66
* Comments onlySimon Peyton Jones2011-08-031-0/+4
* Refactor to replace hscGetModuleExports by hscGetModuleInterfaceSimon Peyton Jones2011-08-035-98/+67
* tiny cleanupSimon Marlow2011-08-031-3/+5
* Followup to #5289 changes: fix searching for dynamic libraries and useSimon Marlow2011-08-032-5/+18
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-036-197/+268