summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Trac #5721; type variables can be quoted in THSimon Peyton Jones2011-12-291-2/+3
* Documentation wibble: kind -> sortSimon Peyton Jones2011-12-281-1/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-12-2314-371/+447
|\
| * Fix :issafe safe haskell ghci commandDavid Terei2011-12-221-8/+24
| * Fix safe imports to work in GHCi.David Terei2011-12-223-33/+70
| * simplify code.David Terei2011-12-221-2/+3
| * Doc wibbleDavid Terei2011-12-221-7/+9
| * Move function from where clause to top levelDavid Terei2011-12-221-36/+33
| * Merge branch 'master' of http://darcs.haskell.org//ghcDimitrios Vytiniotis2011-12-221-46/+60
| |\
| * | Now the constraint simplifier solves kind constraints as well.Dimitrios Vytiniotis2011-12-224-259/+224
| * | Introduced new form of TcEvidence for KindCasts, this patch also fixes aDimitrios Vytiniotis2011-12-223-22/+68
| * | Very small tweaks to pave the way for solving kind constraints in the simplif...Dimitrios Vytiniotis2011-12-223-4/+16
* | | Make RnEnv.lookupBindGroupOcc work on Orig RdrNamesSimon Peyton Jones2011-12-232-8/+14
* | | Add an ASSERT on 'pick'Simon Peyton Jones2011-12-231-1/+3
* | | Implemnt Trac #5712: show method for infix GADT constructorsSimon Peyton Jones2011-12-233-17/+51
* | | Use HsTupleTy [] for unit tuples, uniformlySimon Peyton Jones2011-12-234-33/+44
* | | Fix an outright bug in the implementation of default declsSimon Peyton Jones2011-12-232-39/+39
* | | Fix the behaviour of the unit unboxed tuple (# #)Simon Peyton Jones2011-12-232-9/+22
* | | Improve ASSERT error messageSimon Peyton Jones2011-12-231-1/+1
| |/ |/|
* | Improve sync-all usage docDavid Terei2011-12-211-46/+60
|/
* Ignore -fpackage-trust if no other Safe Haskell flagsDavid Terei2011-12-191-9/+26
* Tabs -> SpacesDavid Terei2011-12-191-33/+28
* Refactor Safe Haskell check to provide hscCheckSafe GHC APIDavid Terei2011-12-191-59/+71
* Tabs -> SpacesDavid Terei2011-12-191-43/+37
* Tabs -> SpacesDavid Terei2011-12-191-92/+85
* Fix warningsDavid Terei2011-12-191-362/+360
* Tabs -> SpacesDavid Terei2011-12-191-65/+58
* Tabs -> SpacesDavid Terei2011-12-192-270/+257
* fix #5022: polymorphic definitions inside arrow recRoss Paterson2011-12-196-114/+174
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-12-1910-35/+32
|\
| * Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2011-12-199-48/+84
| |\
| * | Tidy up pretty-printing for variablesSimon Peyton Jones2011-12-1910-35/+32
* | | Make getDynFlags* functions use HasDynFlags/getDynFlags tooIan Lynagh2011-12-198-42/+40
* | | Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-1911-22/+33
* | | Remove an old hack for bad FilePath behaviourIan Lynagh2011-12-191-9/+2
* | | Fix typoIan Lynagh2011-12-191-1/+1
| |/ |/|
* | Hide STG register declarations for LLVM C compilersDavid M Peixotto2011-12-191-0/+12
* | Fix alignment in the CostCentre struct (#5710)Simon Marlow2011-12-193-10/+10
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-12-184-30/+62
|\ \
| * | Fix scalar vectorisation of superclasses and recursive dfunsManuel M T Chakravarty2011-12-182-7/+35
| * | Fix a bug in TcCanonical (Dimitrios spotted)Jose Pedro Magalhaes2011-12-161-1/+1
| * | Better failure with promoted kinds in THJose Pedro Magalhaes2011-12-161-22/+26
| |/
* | Remove some dead codeIan Lynagh2011-12-151-8/+0
|/
* Merge branch 'master' of http://darcs.haskell.org//ghcDimitrios Vytiniotis2011-12-154-73/+197
|\
| * Fix a path, and strip out C++ comments tooSimon Marlow2011-12-151-1/+2
| * Support for reducing the number of Capabilities with setNumCapabilitiesSimon Marlow2011-12-153-72/+195
* | Exposing a useful assertion which was hidden inside a lazyness cloud.Dimitrios Vytiniotis2011-12-151-6/+9
|/
* Fix a memory allocation bug (rts_argv wasn't big enough)Simon Marlow2011-12-141-5/+22
* Export CoreModule(..) (#5698)Simon Marlow2011-12-141-2/+5
* Be more careful when deciding which functions are scalarManuel M T Chakravarty2011-12-143-12/+31