summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-152-2/+15
* Fix cardinality change of fields in addDataConStrictnessÖmer Sinan Ağacan2018-10-152-2/+6
* Fix #12430 by expanding type synonyms in injTyVarsOfTypeRyan Scott2018-10-151-0/+3
* Surprising error message with bang patternSasa Bogicevic2018-10-152-4/+28
* Deprecate -fllvm-pass-vectors-in-regsBen Gamari2018-10-152-17/+9
* Use an accumulator version of tyCoVarsOfTypeTobias Dammers2018-10-151-103/+184
* Fix #15725 with an extra SymRyan Scott2018-10-151-11/+22
* Fix typo in documentationJan Path2018-10-141-1/+1
* Minor documentation markup fix in HsExpr.hsJosh Price2018-10-141-1/+1
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-149-20/+145
* Fix dataToTag# comment syntax again (primops.txt.pp)Ömer Sinan Ağacan2018-10-121-53/+52
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-122-1/+3