summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for #14880wip/T14880-2-step3Tobias Dammers2018-09-172-0/+14
* Fix #14880.Richard Eisenberg2018-09-144-20/+83
* Add Note [Closing over free variable kinds]Tobias Dammers2018-09-131-1/+78
* Close over kinds exactly once per var (#14880)Tobias Dammers2018-09-131-9/+13
* BugfixTobias Dammers2018-09-101-1/+1
* Use an accumulator version of tyCoVarsOfTypeSimon Peyton Jones2018-09-101-96/+283
* Avoid creating unevaluated Int thunks when iterating in GHC.ForeignNeil Mitchell2018-09-081-4/+4
* Refactor Foreign.Marshal modules for more modern styleÖmer Sinan Ağacan2018-09-082-62/+29
* users-guide: Disable syntax highlightingTakenobu Tani2018-09-071-2/+6
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-072-13/+3
* Documentation tweaksKrzysztof Gogolewski2018-09-071-18/+7
* Various RTS bug fixes:Ömer Sinan Ağacan2018-09-072-3/+2
* Fix a race between GC threads in concurrent scavengingÖmer Sinan Ağacan2018-09-062-1/+10
* Remove an incorrect assertion in threadPaused:Ömer Sinan Ağacan2018-09-061-7/+0
* Preserve specialisations despite CSESimon Peyton Jones2018-09-057-15/+94
* Define activeAfterInitial, activeDuringFinalSimon Peyton Jones2018-09-054-9/+19
* Expose 'moduleToPkgConfAll' from 'PackageState'Alec Theriault2018-09-051-1/+1
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-053-29/+29
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-056-9/+11
* testsuite: Add test for #15368Ben Gamari2018-09-053-0/+57
* Skip eventlog tests in GHCi wayÖmer Sinan Ağacan2018-09-051-2/+2
* Fix tests ghci057 and T9293. (#15071)roland2018-09-042-8/+0
* testsuite: make CHECK_API_ANNOTATIONS and CHECK_PPR overridableAlp Mestanogullari2018-09-041-1/+7
* Add a test for Trac #15586Krzysztof Gogolewski2018-09-042-0/+13
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-043-7/+22
* Fix typos in -Wsimplifiable-class-constraints flag docsSergey Vinokurov2018-09-041-2/+2
* 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