summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Further improvements to floating equalitiesSimon Peyton Jones2014-07-181-120/+191
* Comments onlySimon Peyton Jones2014-07-181-3/+15
* Reduce volume of typechecker trace informationSimon Peyton Jones2014-07-181-5/+11
* Remove unused parameters in OptCoercion (#9233)Richard Eisenberg2014-07-171-11/+8
* Workaround haddock parser error caused by 5e7406d9Herbert Valerio Riedel2014-07-171-3/+3
* Optimise optCoercion. (#9233)Richard Eisenberg2014-07-161-94/+187
* Rewrite coercionRole. (#9233)Richard Eisenberg2014-07-163-30/+60
* Entirely re-jig the handling of default type-family instances (fixes Trac #9063)Simon Peyton Jones2014-07-1514-315/+461
* Define PrelNames.allNameStrings and use it in TcHsTypeSimon Peyton Jones2014-07-152-5/+15
* White space onlySimon Peyton Jones2014-07-141-1/+1
* Add a clarifying comment about scoping of type variables in associated type d...Simon Peyton Jones2014-07-141-0/+5
* add support for x86_64-solaris2 platformKarel Gardas2014-07-131-1/+5
* Fix ghci tab completion of duplicate identifiers.Shachaf Ben-Kiki2014-07-131-1/+5
* Typo in commentGabor Greif2014-07-131-1/+1
* Fix note spellingGabor Greif2014-07-121-2/+2
* Rectify some panic messagesGabor Greif2014-07-121-6/+6
* Typoes in commentsGabor Greif2014-07-121-3/+3
* Fix commentGabor Greif2014-07-121-1/+1
* Activate tab checksGabor Greif2014-07-121-6/+0
* M-x untabifyGabor Greif2014-07-121-111/+111
* Comments onlyJan Stolarek2014-07-111-1/+1
* Remove unused parameter in rnHsTyVarJan Stolarek2014-07-111-10/+9
* remove SPARC related comment in PPC code generatorPeter Trommler2014-07-101-9/+0
* PrelNames cleanupJan Stolarek2014-07-031-76/+72
* Mark HPC ticks labels as dynamicReid Barton2014-07-021-0/+2
* compiler/ghc.mk: restore GhcHcOpts variable handling (Trac #8787)Sergei Trofimovich2014-07-021-3/+3
* Control CPP through settings file (#8683)Carter Tazio Schonwald2014-07-022-6/+4
* Fixup nullary typeclasses (Trac #8993)Krzysztof Gogolewski2014-07-012-3/+8
* Fix demand analyser for unboxed typesSimon Peyton Jones2014-07-012-11/+56
* Refactor checkHiBootIface so that TcGblEnv is not necessary.Edward Z. Yang2014-07-011-13/+28
* Replace thenM/thenM_ with do-notation in RnExprJan Stolarek2014-07-011-126/+104
* Remove extraneous debugging output (#9071)Reid Barton2014-06-301-2/+1
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-3014-40/+467
* Revert "Fix obscure problem with using the system linker (#8935)"Austin Seipp2014-06-301-49/+23
* Remove dead code. Fix comment typo.Jan Stolarek2014-06-302-4/+2
* Eliminate `Unify.validKindShape` (#9242)Iavor S. Diatchki2014-06-291-37/+1
* Overlapable pragmas for individual instances (#9242)Iavor S. Diatchki2014-06-297-29/+82
* Factor-out the `OverlapMode` from `OverlapFlag`.Iavor S. Diatchki2014-06-295-36/+59
* Tyop in commentGabor Greif2014-06-291-1/+1
* Fix #9245 by always checking hi-boot for consistency if we find one.Edward Z. Yang2014-06-281-16/+24
* Untabify and M-x whitespace cleanupGabor Greif2014-06-281-48/+42
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-273-3/+25
* Comments onlyGabor Greif2014-06-272-2/+2
* Revert "Make -fno-write-interface to all modes of GHC, not just -fno-code."Edward Z. Yang2014-06-272-6/+6
* Make -fno-write-interface to all modes of GHC, not just -fno-code.Edward Z. Yang2014-06-272-6/+6
* Refactor extension-bitmap in LexerHerbert Valerio Riedel2014-06-271-196/+173
* In TcValidity.checkAmbiguity, skolemise kind vars that appear free in the kin...Simon Peyton Jones2014-06-271-3/+8
* More allDistinctTyVars from TcDeriv to TypeSimon Peyton Jones2014-06-272-12/+11
* s/KnownLit/KnownSymbol/g and a typo fixGabor Greif2014-06-271-3/+3
* Add new flag -fwrite-interface for -fno-code.Edward Z. Yang2014-06-263-2/+10