summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | Allow threads in GHCi to receive BlockedIndefintely* exceptions (#2786)Simon Marlow2012-04-122-11/+48
* | | Fix instance signature error message (#6001)Paolo Capriotti2012-04-121-1/+1
* | | Fix a race condition in the GHCi debugger exposed by testcase break011.Paolo Capriotti2012-04-111-0/+5
* | | Add support for additional .ghci files in GHCi (#5265)Paolo Capriotti2012-04-111-1/+6
* | | Revert "trac #5265 (support for additional .ghci files)"Paolo Capriotti2012-04-111-10/+1
* | | fix quadratic performance issue with long module names (#5981)Simon Marlow2012-04-111-11/+15
* | | Setting empty touchable range in implications that are generated from polytypeDimitrios.Vytiniotis2012-04-101-3/+3
* | | Updates to the constraint solver to be able to handle implicationDimitrios.Vytiniotis2012-04-105-93/+226
* | | Update names to match the implementation in GHC.TypeLits.Iavor S. Diatchki2012-04-083-27/+29
* | | Allow promoted constructors in the typedoc production (#5948)Paolo Capriotti2012-04-061-0/+3
|/ /
* | Merge branch 'master' of http://darcs.haskell.org/ghcDimitrios.Vytiniotis2012-04-055-30/+33
|\ \
| * \ Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-0524-1747/+1943
| |\ \
| * | | Fix Trac #5952, by changing the Outputable TyCon instance,Simon Peyton Jones2012-04-055-30/+33
* | | | Improved caching: I was flushing the solved when going under implications,Dimitrios.Vytiniotis2012-04-052-23/+31
* | | | Implemeting a lookup modulo non-idempotent substitution.Dimitrios.Vytiniotis2012-04-051-17/+21
| |/ / |/| |
* | | Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-04-0538-2051/+2442
|\ \ \
| * \ \ Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavorDimitrios.Vytiniotis2012-04-059-144/+195
| |\ \ \
| | * | | --amendDavid Terei2012-04-041-9/+9
| | * | | Fix GHC API with respect to safe haskell. (#5989)David Terei2012-04-047-123/+155
| | * | | Update safe haskell error/warn formattingDavid Terei2012-04-041-15/+11
| | * | | Fix tracking of reason safe inference failed. (#5988)David Terei2012-04-043-24/+46
| | * | | Fix uneeded test in safe haskell codeDavid Terei2012-04-041-1/+2
| | |/ /
| * | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavorDimitrios.Vytiniotis2012-04-042-39/+65
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-0411-231/+384
| | |\ \
| | * | | Tighten up on type validity checkingSimon Peyton Jones2012-04-042-39/+65
| * | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavorDimitrios.Vytiniotis2012-04-047-29/+106
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update comments about Addr in foreign declarations.Paolo Capriotti2012-04-042-10/+7
| | * | | Improved checks for "dynamic" and "wrapper" foreign declarations (#5664)Paolo Capriotti2012-04-042-14/+35
| | * | | Prevent nested TH exceptions from bubbling up to the top level (#5976)Paolo Capriotti2012-04-032-6/+37
| | * | | Support qualified identifiers in quasi-quotes (#5555).Paolo Capriotti2012-04-022-1/+29
| | * | | Fixed typo in b857c8ad which caused NewtypeD to be interpreted as DataD.Mikhail Vorozhtsov2012-04-021-1/+1
| | | |/ | | |/|
| * | | Adding a forgotten pre-canonicalication cache-lookup stage.Dimitrios.Vytiniotis2012-04-042-2/+22
| * | | Wibble: using original type for the dictionary if it has not changed (to pres...Dimitrios.Vytiniotis2012-04-041-3/+6
| * | | More informative tracing for ddump-cs-traceDimitrios.Vytiniotis2012-04-042-6/+10
| * | | When rewriting a flavor with rewriteCtFlavor, in the case of reflexivity,Dimitrios.Vytiniotis2012-04-031-5/+11
| * | | Bugfix in emitKindConstraint (must not cache orig constraint as Solved!); addedDimitrios.Vytiniotis2012-04-031-1/+7
| * | | Commentary, following the relaxation of idempotence of the inert substitution.Dimitrios.Vytiniotis2012-04-033-9/+37
| * | | Dropping the idempotence restriction on the inert substitution,Dimitrios.Vytiniotis2012-04-021-69/+24
| * | | Deleting more old commented code.Dimitrios.Vytiniotis2012-04-022-414/+1
| * | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavorDimitrios.Vytiniotis2012-04-0212-256/+371
| |\ \ \ | | |/ /
| | * | Whitespace only in main/Packages.lhsIan Lynagh2012-04-011-167/+160
| | * | Tidy up compiler/ghc.cabal.inIan Lynagh2012-04-011-26/+10
| | * | Add some missing equations for type-literals.Iavor S. Diatchki2012-03-311-0/+6
| | * | Attempt to detect loops through imported function RULEsMax Bolingbroke2012-03-301-9/+102
| | |/
| | * Don't do validity checking on types in Template Haskell type bracketsSimon Peyton Jones2012-03-301-1/+3
| | * A related group of changes that make lexically scoped typeSimon Peyton Jones2012-03-302-43/+69
| | * Don't crash if there's a malformed instance!Simon Peyton Jones2012-03-301-3/+7
| | * White space onlySimon Peyton Jones2012-03-301-1/+1
| | * Comments onlySimon Peyton Jones2012-03-303-6/+13
| * | Mostly commentary to follow up after discussions with SPJ on several open tic...Dimitrios Vytiniotis2012-03-304-8/+60