summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-2614-449/+40
* Typos in commentsGabor Greif2014-06-252-3/+3
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-2414-40/+449
* Add Note [Placeholder PatSyn kinds] in TcBindsSimon Peyton Jones2014-06-242-11/+36
* Minor refactoring of interface to extraTyVarInfoSimon Peyton Jones2014-06-241-9/+13
* Fix up b84748121e777dAustin Seipp2014-06-231-1/+1
* Fix #9047Austin Seipp2014-06-233-24/+33
* Simplify package dump for -v4Edward Z. Yang2014-06-221-4/+18
* Add fake entries into the global kind environment for pattern synonyms.Dr. ERDI Gergo2014-06-212-8/+16
* Update documentation to follow 2dc3b476aff28Edward Z. Yang2014-06-201-10/+5
* Reject forall types in constraints in signaturesSimon Peyton Jones2014-06-201-3/+7
* Comment typoSimon Peyton Jones2014-06-201-1/+1