summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix merge conflicts between #14880 and masterwip/T14880-accumTobias Dammers2018-09-041-15/+20
* Use an accumulator version of tyCoVarsOfTypeSimon Peyton Jones2018-09-031-121/+261
* Implement tyCoVarsOfCo(s) in terms of VarSetTobias Dammers2018-09-031-6/+39
* Rewrite tyCoVarsOfType in terms of TypeSetTobias Dammers2018-09-031-1/+14
* Test #14904 in dependent/should_compile/T14904Richard Eisenberg2018-09-032-0/+12
* Remove duplicate "since" field in glasgow_exts.rstJosh Price2018-09-031-2/+0
* canCFunEqCan: use isTcReflexiveCo (not isTcReflCo)Simon Peyton Jones2018-09-034-4/+109
* make iToBase62's inner loop stricter in one of its argumentsAlp Mestanogullari2018-09-021-1/+1
* Reject class instances with type families in kindsRyan Scott2018-09-0210-38/+101
* Remove knot-tying bug in TcHsSyn.zonkTyVarOccSimon Peyton Jones2018-08-3114-137/+321
* Commets on flatten_args_tcSimon Peyton Jones2018-08-311-4/+11
* Comments onlySimon Peyton Jones2018-08-312-3/+3
* Minor improvements to comments [skip ci]Richard Eisenberg2018-08-302-11/+7
* fix -ddump-asm descriptionAlp Mestanogullari2018-08-301-1/+1
* A few typos [ci skip]Gabor Greif2018-08-303-3/+3
* Fix the __GLASGOW_HASKELL__ comparisonKrzysztof Gogolewski2018-08-302-6/+3
* Finish stable splitDavid Feuer2018-08-2930-344/+586
* Fix a constant folding ruleAndrey Mokhov2018-08-291-1/+1
* Fixed typo in exponent examplechris-bacon2018-08-291-1/+1
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-2813-17/+123
* Fix typo in 8.6.1 notesKrzysztof Gogolewski2018-08-281-1/+1
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-284-1/+23
* Remove dead code for commandline parsingKrzysztof Gogolewski2018-08-282-16/+1
* rts: Handle SMALL_MUT_ARR_PTRS in retainer profilterBen Gamari2018-08-281-0/+4
* Remove dph, vector, primitive and random from .gitmodulesChaitanya Koparkar2018-08-271-16/+0
* Bump nofib submoduleKrzysztof Gogolewski2018-08-271-0/+0
* Fix #10859 by using foldr1 while deriving Eq instancesChaitanya Koparkar2018-08-271-1/+3
* Don't reify redundant class method tyvars/contextsRyan Scott2018-08-276-18/+32
* Take strict fields into account in coverage checkingRyan Scott2018-08-276-60/+338
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-274-2/+26
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-274-2/+22
* ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0Tamar Christina2018-08-253-17/+53
* Better error reporting for inaccessible codeSimon Peyton Jones2018-08-249-30/+58
* Add comments about pretty-printing via IfaceSynSimon Peyton Jones2018-08-244-55/+67
* Comments onlySimon Peyton Jones2018-08-241-1/+3
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-2410-158/+161
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-236-1192/+1548
* docs: Add changelog and release notes entry for traceBinaryEvent#Ben Gamari2018-08-232-0/+14
* TcSimplify: Condense MASSERT2() usage onto a single lineBen Gamari2018-08-231-3/+1
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-232-4/+3
* Comments onlySimon Peyton Jones2018-08-234-26/+43
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-233-11/+23
* Turn infinite loop into a panicSimon Peyton Jones2018-08-222-7/+22
* Revert "driver: unconditionally disable relaxation when linking partially"Ryan Scott2018-08-221-4/+5
* Revert "Properly tag fun field of PAPs generated by ap_0_fast"Ömer Sinan Ağacan2018-08-221-8/+6
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-2114-9/+130
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-2110-30/+30
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-219-14/+94
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-213-3/+46
* Properly tag fun field of PAPs generated by ap_0_fastÖmer Sinan Ağacan2018-08-211-6/+8