summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Last state on cam-05 HEADwip/spj-cam-HEADwip/T14137Simon Peyton Jones2019-09-0213-53/+701
* Update hsc2hs submoduleChaitanya Koparkar2018-09-131-0/+0
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-131-4/+6
* eventlog: Factor out eventlog header generation into separate functionBen Gamari2018-09-131-35/+40
* Fix buildKrzysztof Gogolewski2018-09-131-1/+0
* Remove dead variable bindingSimon Peyton Jones2018-09-131-4/+3
* More info for Implication with -dppr-debugSimon Peyton Jones2018-09-131-3/+3
* Add regression test for Trac #15629Simon Peyton Jones2018-09-133-0/+67
* Allow (~) in the head of a quantified constraintsSimon Peyton Jones2018-09-1314-73/+249
* Comments only (on IfDataInstance)Simon Peyton Jones2018-09-131-4/+6
* Delete duplicated comment lineSimon Peyton Jones2018-09-131-1/+0
* Comments about join-point return typesSimon Peyton Jones2018-09-131-4/+38
* Typo in user guide wrongly claims DeriveLift was added in 7.2Merijn Verstraaten2018-09-131-1/+1
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-135-5/+175
* rts/Printer.c: always define the findPtr symbolAlp Mestanogullari2018-09-122-7/+8
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-122-3/+15
* Be a bit more aggressive about let-to-caseSimon Peyton Jones2018-09-125-18/+62
* Refactor info table entry error messagesÖmer Sinan Ağacan2018-09-121-57/+57
* Make CoreMonad independent of TcEnv (#14391)Krzysztof Gogolewski2018-09-112-55/+51
* rts.cabal.in: advertise new default profiling ways for hadrianAlp Mestanogullari2018-09-111-3/+3
* Revert incorrect STM wakeup optimisationÖmer Sinan Ağacan2018-09-111-11/+6
* Build debugged prof runtimesÖmer Sinan Ağacan2018-09-101-0/+1
* Update UnsafeReenter testÖmer Sinan Ağacan2018-09-101-11/+6
* 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