summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make splitStrProdDmd (and similarly Use) more robustSimon Peyton Jones2014-06-201-28/+24
* Tidy up the printing of single-predicate contextsSimon Peyton Jones2014-06-204-76/+66
* A bit more tracing of functional dependenciesSimon Peyton Jones2014-06-201-1/+3
* Implement `Typeable` support for type-level literals (#8778).Iavor S. Diatchki2014-06-141-1/+40
* Remove forgotten redundant importSimon Peyton Jones2014-06-121-1/+0
* Fix elemLocalRdrEnv (Trac #9160)Simon Peyton Jones2014-06-121-19/+41
* Line up kind and type variables correctly when desugaring TH bracketsSimon Peyton Jones2014-06-121-5/+8
* Better debug printingSimon Peyton Jones2014-06-123-8/+23
* Improve IfaceSyn a bit furtherSimon Peyton Jones2014-06-123-732/+796
* Fix a serious, but rare, strictness analyser bug (Trac #9128)Simon Peyton Jones2014-06-111-1/+10
* Simplify variable naming in tcDataKindSigSimon Peyton Jones2014-06-111-22/+24
* Fix tyConToIfaceDecl (Trac #9190)Simon Peyton Jones2014-06-111-31/+36
* White space onlySimon Peyton Jones2014-06-111-1/+1
* Improve error message in Trac #8883Simon Peyton Jones2014-06-112-37/+62
* Some typos in commentsGabor Greif2014-06-115-6/+6
* Typo in variable name, no functional changeGabor Greif2014-06-111-2/+2
* Fix #9062.Richard Eisenberg2014-06-117-21/+19
* Fix #9085.Richard Eisenberg2014-06-111-3/+3
* Fix #9097.Richard Eisenberg2014-06-112-15/+10
* Clarify error message. See #9167.Richard Eisenberg2014-06-111-1/+1
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-111-3/+22
* Make better use of the x86 addressing modeJohan Tibell2014-06-101-0/+9
* Improve the API doc description of the SmallArray primitive typesDuncan Coutts2014-06-101-2/+16
* Better warning message for orphan instances (Ticket #9178)Dr. Heinrich Hördegen2014-06-091-0/+7
* Suggest -fprint-explicit-kinds when only kind variables are ambiguousSimon Peyton Jones2014-06-091-14/+36
* Check that an associated type mentions at least one type variable from the classSimon Peyton Jones2014-06-091-7/+11
* Don't use showPass in the backend (#8973)Simon Marlow2014-06-084-15/+16
* Remove unused --run-cps/--run-cpsz optionsSimon Marlow2014-06-081-4/+0
* Fix obscure problem with using the system linker (#8935)Simon Marlow2014-06-081-23/+49
* Pretty-print built in synonym families in interfacesJoachim Breitner2014-06-073-1/+8
* supress warning of bang wildcard pattern-binding (i.e. let !_ = rhs). This fi...Guido Zayas2014-06-061-2/+3
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-062-24/+22
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-063-14/+15
* Use UnicodeSyntax when printingJoachim Breitner2014-06-067-21/+41
* Make DeriveTraversable imply DeriveFunctor/FoldableSjoerd Visscher2014-06-061-0/+3
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-06-0617-134/+155
* Report all possible results from related name spacesJoachim Breitner2014-06-062-22/+16
* Suggest Int when user writes intJoachim Breitner2014-06-062-0/+26
* TypoMateusz Kowalczyk2014-06-061-1/+1
* Fix compilation of cmm files with -outputdir (Trac #9050)Yuras Shumovich2014-06-051-5/+2
* Tweak commentsGabor Greif2014-06-051-4/+4
* Emit error in case of duplicate GRE; fixes #7241Yuras Shumovich2014-06-051-7/+14
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-0514-82/+113