summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-116-19/+39
|\ \ | |/
| * Normalise FilePaths before hashing (fixes base01)Simon Marlow2011-11-111-3/+7
| * add comment noting when we can remove a hackSimon Marlow2011-11-111-3/+5
| * Close the handle for the ticker thread (#5604)Simon Marlow2011-11-111-1/+2
| * Restore file modeJose Pedro Magalhaes2011-11-111-0/+0
| * Better kind error messages from TcCanonicalJose Pedro Magalhaes2011-11-112-12/+25
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-1188-2058/+3847
|\ \ | |/
| * New kind-polymorphic coreJose Pedro Magalhaes2011-11-1188-2058/+3847
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-1019-1650/+1701
|\ \ | |/
| * Remove cruft code from FlagCheckerDavid Terei2011-11-101-103/+1
| * Give sub-binders different fingerprints (#5614)Simon Marlow2011-11-101-12/+26
| * validate: add -dcore-lint to stage2Simon Marlow2011-11-101-1/+1
| * zap arity and strictness info when we wrap a bind with mkTickSimon Marlow2011-11-102-7/+10
| * Add more flags to the recompilation check (#437)Simon Marlow2011-11-103-22/+24
| * Remove the -fdph-* flagsManuel M T Chakravarty2011-11-102-42/+1
| * GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-108-156/+171
| * Fix #437: recompilation check includes flagsDavid Terei2011-11-097-88/+282
| * Add a comment for safe haskellDavid Terei2011-11-091-0/+2
| * Add header doc to MkIfaceDavid Terei2011-11-091-0/+3
| * Tabs -> SpacesDavid Terei2011-11-091-284/+277
| * Formatting fixesDavid Terei2011-11-091-26/+26
| * Clean of BinIfaceDavid Terei2011-11-091-552/+519
| * Tabs -> SpacesDavid Terei2011-11-091-607/+600
| * Clean of HscTypesDavid Terei2011-11-091-216/+224
* | Establish the invariant that (LitAlt l) is always unliftedSimon Peyton Jones2011-11-097-17/+49
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-0927-253/+427
|\
| * Remove now-unused libffi/package.conf.inIan Lynagh2011-11-091-35/+0
| * fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-093-1/+5
| * added NOUNPACK pragma (see #2338)Stefan Wehr2011-11-098-2/+37
| * add -u flag for the new flushStdHandles referenceSimon Marlow2011-11-091-0/+2
| * Close some handle leaks (#5604)Simon Marlow2011-11-091-9/+21
| * Include package_flags in allFlags list.David Terei2011-11-081-1/+1
| * Some code cleaningDavid Terei2011-11-082-70/+53
| * Spaces -> TabsDavid Terei2011-11-081-18/+18
| * Throw error if safe imports used when safe haskell isn't onDavid Terei2011-11-081-0/+4
| * WibblesManuel M T Chakravarty2011-11-091-6/+6
| * First cut at scalar vectorisation of class instancesManuel M T Chakravarty2011-11-097-81/+228
| * Documentation and formatting of Vectorise.Utils.PolyManuel M T Chakravarty2011-11-091-27/+46
| * Fix handling of safe imports in inference modeDavid Terei2011-11-082-3/+6
* | Comments onlySimon Peyton Jones2011-11-091-1/+3
* | Fix Trac #5475: another bug in exprAritySimon Peyton Jones2011-11-092-12/+17
|/
* Fix the libffi ln handling on cygwinIan Lynagh2011-11-081-2/+5
* update docs regarding .a files and GHCi (#3345)Simon Marlow2011-11-081-31/+25
* fix markupSimon Marlow2011-11-081-1/+1
* Flush stdout and stderr during hs_exit() (#5594)Simon Marlow2011-11-082-0/+17
* get the column widths right for Unicode SCC labels/modulesSimon Marlow2011-11-081-7/+29
* Fix core-lint bug in GHCiSimon Marlow2011-11-081-1/+3
* Fix up Safe Haskell handling of FFI importsDavid Terei2011-11-071-36/+45
* Improve user's guide doc for associated type defaultsJose Pedro Magalhaes2011-11-071-5/+20
* Cost centre names are now in UTF-8 (#5559)Simon Marlow2011-11-073-12/+20