summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump hadrian submoduleBen Gamari2018-06-121-5/+21
* Refactor TcExpr.tcSeqSimon Peyton Jones2018-06-123-73/+57
* docs: Add mentions of new plugins mechanisms to users guideBen Gamari2018-06-122-1/+32
* rts: Fix a var name in a comment, fix a typoÖmer Sinan Ağacan2018-06-122-2/+2
* Remove a tc-traceSimon Peyton Jones2018-06-111-2/+1
* Small refactor, adding checkBadTelescopeSimon Peyton Jones2018-06-111-24/+32
* Remove duplicate quantified constraintsSimon Peyton Jones2018-06-114-31/+131
* Comments onlySimon Peyton Jones2018-06-111-5/+7
* Make seq# evaluatedness look through castsDavid Feuer2018-06-113-1/+44
* testsuite: Remove uniques from T15243's stderr outputBen Gamari2018-06-101-10/+10
* testsuite: Suppress uniques in T15243 outputBen Gamari2018-06-101-1/+1
* Bump Cabal submoduleBen Gamari2018-06-101-0/+0
* testsuite: Bump performance metrics of T9233 and T13035Ben Gamari2018-06-101-2/+4
* users-guide: Spelling and style pass over QuantifiedConstraints docsBen Gamari2018-06-101-31/+24
* Do not omit T4030 in GHCi modeÖmer Sinan Ağacan2018-06-101-2/+1
* rts: Handle SMALL_MUT_ARR_PTRS in checkClosureÖmer Sinan Ağacan2018-06-091-0/+12
* users guide: Fix spellingBen Gamari2018-06-081-1/+1
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-0829-247/+251
* Run Linux slow validate nightly on Circle CIAlp Mestanogullari2018-06-081-0/+17
* typecheck: Don't warn about "redundant" TypeError constraintsBen Gamari2018-06-072-5/+9
* Add support for FreeBSD armBen Gamari2018-06-073-0/+22
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-06-0720-108/+556
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-074-2/+51
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-076-86/+100
* Rename dataConRepNameUnique to dataConTyRepNameUniqueMatthew Pickering2018-06-072-5/+5
* rts: Fix reference to srt_bitmap in ASSERT in RetainerProfileBen Gamari2018-06-071-1/+1
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-076-9/+31
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-079-6/+37
* testsuite: Skip T13838 in ghci wayBen Gamari2018-06-071-1/+3
* Document #15079 in the users' guideRyan Scott2018-06-071-8/+26
* Fix #15243 by fixing incorrect uses of NotPromotedRyan Scott2018-06-076-7/+35
* testsuite: Add test for #15232Ben Gamari2018-06-072-0/+13
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-076-2/+64
* Check if both branches of an Cmm if have the same target.klebinger.andreas@gmx.at2018-06-075-4/+25
* Fix unparseable pretty-printing of promoted data consAndreas Herrmann2018-06-0711-26/+147
* Index arrays more eagerlyDavid Feuer2018-06-071-9/+29
* WorkWrap: Rip out unsafeGlobalDynFlags usage in mkWwInlineRuleBen Gamari2018-06-072-4/+4
* Don't use unsafeGlobalDynFlags in optCoercionBen Gamari2018-06-077-44/+55
* Update hadrian submoduleBen Gamari2018-06-071-16/+6
* testsuite: Fix dynamic-paper stderr fileBen Gamari2018-06-071-1/+15
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-0710-49/+55
* Comments onlySimon Peyton Jones2018-06-072-26/+32
* Do not scavenge SMALL_MUT_ARR_PTRS_CLEAN in mut_listsÖmer Sinan Ağacan2018-06-071-0/+1
* Let the simplifier know that seq# forcesDavid Feuer2018-06-064-37/+123
* rts: Reuse dbl_link_remove in a few placesÖmer Sinan Ağacan2018-06-051-16/+2
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-0524-176/+152
* Introduce DerivingViaRyan Scott2018-06-0438-381/+1608
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-0442-91/+816
* Also suppress uniques in cmm dumps with `-dsuppress-uniques`.klebinger.andreas@gmx.at2018-06-042-3/+12
* Improve extendTvSubst assertionMatthew Pickering2018-06-041-1/+1