summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add Int8# and Word8#Michal Terepeta2018-11-0221-181/+579
* Bump time submoduleBen Gamari2018-11-021-1/+1
* Move eta-reduced coaxiom compatibility handling quirks into FamInstEnv.mniip2018-11-013-23/+42
* Add built-in syntax suggestions, and refactor to allow library useMatthías Páll Gissurarson2018-11-011-194/+240
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-011-35/+85
* Don't lint erroneous programs.Richard Eisenberg2018-11-011-2/+5
* Actually fail in failIfEmitsConstraintsRichard Eisenberg2018-11-011-1/+1
* Fix embarrassing, egregious bug in roles of (->)Richard Eisenberg2018-11-012-2/+2
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-291-1/+7
* Revert "Remove kind generalisation from tcRnType"Richard Eisenberg2018-10-292-6/+18
* Remove kind generalisation from tcRnTypeRichard Eisenberg2018-10-291-20/+4
* Fix #15787 by squashing a coercion hole.Richard Eisenberg2018-10-281-1/+3
* Finish fix for #14880.Tobias Dammers2018-10-2836-805/+1120
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-281-87/+148
* Plugins: Add documentation and missing exportsBen Gamari2018-10-282-5/+33
* plugins: search for .a files if necessarysheaf2018-10-281-40/+38
* Fix TcType.anyRewritableTyVarNingning Xie2018-10-281-13/+9
* Fix `:k` command: add validity checkingNingning Xie2018-10-282-1/+5
* Fix rare undefined asm temp end label error in x86Zejun Wu2018-10-281-7/+8
* Fix for T14251 on ARMKavon Farvardin2018-10-282-39/+90
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-2738-429/+764
* Remove redundant SOURCE importSimon Jakobi2018-10-262-6/+1
* Fix nasty bug in the type free-var finder, at lastSimon Peyton Jones2018-10-261-12/+94
* Fix generalisation for type constructorsSimon Peyton Jones2018-10-262-64/+86
* De-monadise the 'extract' functions in RnTypesSimon Peyton Jones2018-10-263-111/+102
* A little more wibbling to -ddump-typesSimon Peyton Jones2018-10-251-2/+1
* Fix comment in TcTypeSimon Peyton Jones2018-10-251-20/+5
* Improve comments, triggered by Trac #15135Simon Peyton Jones2018-10-252-13/+22
* Remove a zonkTcTyVarToTyVarSimon Peyton Jones2018-10-252-24/+55
* Add comments for StgCse and UnariseSimon Peyton Jones2018-10-252-0/+18
* Fix some broken links (#15733)Fangyi Zhou2018-10-251-1/+1
* Remove unnecessary free-var-set deletionSimon Peyton Jones2018-10-243-12/+11
* Wibble report a wantedSimon Peyton Jones2018-10-241-1/+4
* Add HasDebugCallStack to ctEvCoecionSimon Peyton Jones2018-10-241-1/+1
* Report a Wanted error even if there are Given onesSimon Peyton Jones2018-10-242-10/+16
* Don't print out undefined coercionsSimon Peyton Jones2018-10-242-1/+5
* Solve equalities in a pattern signatureSimon Peyton Jones2018-10-241-2/+23
* Refactor the treatment of predicate typesSimon Peyton Jones2018-10-2414-114/+276
* Improve output from -ddump-typesSimon Peyton Jones2018-10-241-61/+79
* Comments and white spaceSimon Peyton Jones2018-10-241-3/+2
* Fix #15792 by not reifying invisible arguments in AppTysRyan Scott2018-10-242-5/+42
* Keep top-level names in typed TH quotes aliveRyan Scott2018-10-241-7/+14
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-241-3/+8
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-241-0/+1
* Clarify Note about ForAllCo coercions.Richard Eisenberg2018-10-221-4/+17
* Adding almost devoid check for covar in ForAllCoNingning Xie2018-10-194-23/+132
* Fix #15761 by adding parensRichard Eisenberg2018-10-171-7/+9
* Fix BLACKHOLE inspection in RtClosureInspectÖmer Sinan Ağacan2018-10-151-4/+16
* Generate correct relocation for external cost centreZejun Wu2018-10-151-4/+11