summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Refactor TyCon to eliminate TupleTyConSimon Peyton Jones2015-05-0111-180/+176
* Comments onlySimon Peyton Jones2015-05-011-1/+4
* Typo fixes (mostly in comments)Gabor Greif2015-04-306-19/+19
* Tidy up treatment of FlexibleContextsSimon Peyton Jones2015-04-305-92/+117
* Improve improvement in the constraint solverSimon Peyton Jones2015-04-298-558/+837
* Don't print evidence in TcFlattenSimon Peyton Jones2015-04-291-4/+4
* A little outright bug in canEqTyVar2Simon Peyton Jones2015-04-291-1/+1
* Seed SpecConstr from local callsSimon Peyton Jones2015-04-291-24/+52
* Change default roles in hs-boot files. (#9204)Richard Eisenberg2015-04-242-9/+9
* Fix #10285 by refusing to use NthCo on a newtype.Richard Eisenberg2015-04-243-17/+65
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-242-9/+25
* Improve error reporting for impredicative typesSimon Peyton Jones2015-04-222-2/+2
* Comments onlySimon Peyton Jones2015-04-222-2/+7
* Fix superclass generation in an instanceSimon Peyton Jones2015-04-225-31/+45
* Fix #10182 by disallowing/avoiding self {-# SOURCE #-} importsEdward Z. Yang2015-04-224-9/+36
* Do not decompose => (Trac #9858)Simon Peyton Jones2015-04-221-1/+23
* Fix the boot dfun impedence-matching bindingSimon Peyton Jones2015-04-221-21/+32
* Add a blank lineSimon Peyton Jones2015-04-221-0/+1
* Wibble to DmdAnalSimon Peyton Jones2015-04-211-4/+4
* Support unboxing for GADT product typesSimon Peyton Jones2015-04-215-12/+44
* Spelling in commentSimon Peyton Jones2015-04-211-1/+1
* Teach DmdAnal about free coercion variablesSimon Peyton Jones2015-04-211-6/+11
* Teach DmdAnal that coercions are value arguments!Simon Peyton Jones2015-04-201-7/+5
* Stub out pkgState with non-error, helps with debugging.Edward Z. Yang2015-04-173-2/+13
* Comments only.Edward Z. Yang2015-04-172-1/+7
* Documentation for rnImports/rnImportDecl.Edward Z. Yang2015-04-171-3/+19
* Fixes (hopefully!) T9858Iavor S. Diatchki2015-04-162-22/+18
* Add exception for `KnownNat` and `KnownSymbol` in super classes.Iavor S. Diatchki2015-04-161-4/+18
* Call Arity: Trade precision for performance in large mutually recursive groupsJoachim Breitner2015-04-161-0/+3
* Improve Call Arity performanceJoachim Breitner2015-04-151-59/+68
* Fix fundep coverage-condition check for poly-kindsSimon Peyton Jones2015-04-151-4/+5
* Do not allow Typeable on constraints (Trac #9858)Simon Peyton Jones2015-04-142-4/+49
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-141-1/+4
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-141-3/+3
* API Annotations : ExprWithTySig processing discards annotated spansAlan Zimmerman2015-04-141-1/+2
* Remove LlvmCodeGen panic variants.Edward Z. Yang2015-04-143-28/+3
* Add "error:" prefix to error-messagesKonstantine Rybnikov2015-04-141-8/+7
* Comments and white space onlySimon Peyton Jones2015-04-142-5/+9
* Comments onlySimon Peyton Jones2015-04-141-2/+9
* Zap usage info in CSE (Trac #10218)Simon Peyton Jones2015-04-146-30/+62
* parser : the API annotation on opt_sig is being discardedAlan Zimmerman2015-04-141-3/+3
* parser: API Annotations : guardquals1 does not annotate commas properlyAlan Zimmerman2015-04-141-1/+1
* parser: opt_kind_sig has incorrect SrcSpanAlan Zimmerman2015-04-143-21/+27
* use projectVersion from DynFlags rather than cProjectVersion for versionedAppDirLuite Stegeman2015-04-141-1/+1
* Typos in error messages and in commentsGabor Greif2015-04-1022-28/+28
* Make the evidence in a CtGiven into an EvIdSimon Peyton Jones2015-04-099-95/+85
* Comments onlySimon Peyton Jones2015-04-091-16/+24
* Comments in rejigConResSimon Peyton Jones2015-04-091-2/+7
* Comments about AnyKSimon Peyton Jones2015-04-091-4/+8
* Fixes a compiler error with -DDEBUG (#10265)Dave Laing2015-04-081-3/+3