summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Give an error message for INLINE/SPECIALISE for missing default methodwip/T5084Max Bolingbroke2011-04-031-9/+27
* Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcMax Bolingbroke2011-04-033-13/+16
|\
| * Fix parsing constructors containing dots; fixes trac #4891Ian Lynagh2011-04-031-3/+10
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-04-031-1/+4
| |\
| * | Update boot scripts for gitIan Lynagh2011-04-032-10/+6
* | | Use tcRnImports rather than rnImports with GHCi "import" statement: fixes #4832Max Bolingbroke2011-04-032-7/+7
| |/ |/|
* | Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcMax Bolingbroke2011-04-031-22/+5
|\ \ | |/
| * Update README to talk about git rather than darcsIan Lynagh2011-04-021-22/+5
* | Prefer builtin commands to macros in GHCi command resolution (#3858)Max Bolingbroke2011-04-021-1/+4
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-04-026-4/+36
|\
| * 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
* | Follow changes in CabalIan Lynagh2011-04-021-0/+2
|/
* 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