summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [rts] [WIP] [RFC] Add all information from '+RTS -s' to '+RTS -t --machine-re...wip/better-machine-readable-statsDouglas Wilson2018-01-111-79/+164
* [rts] Add spin and yield counters for reallyLockClosure and waitForGcThreadsDouglas Wilson2018-01-115-0/+52
* [rts] Count yieldThread() calls in spin-locks, and show them in stats.Douglas Wilson2018-01-112-5/+28
* [rts] Adjust whitehole_spinDouglas Wilson2018-01-115-12/+10
* Fix previous patchSimon Peyton Jones2018-01-101-12/+17
* Lift constructor tag allocation out of a loopBartosz Nitka2018-01-1010-14/+100
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-0911-45/+113
* Small local refactoringSimon Peyton Jones2018-01-091-25/+12
* preInlineUnconditionally is ok for INLINEABLESimon Peyton Jones2018-01-092-28/+43
* Fix join-point decisionSimon Peyton Jones2018-01-094-53/+136
* Remove a bogus warningSimon Peyton Jones2018-01-091-1/+6
* Export typeNat{Div;Mod;Log}TyCon from TcTypeNatsChristiaan Baaij2018-01-081-0/+3
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-0811-34/+74
* Make the Div and Mod type families `infixl 7`Ryan Scott2018-01-071-1/+1
* Fix another obscure pattern-synonym crashSimon Peyton Jones2018-01-054-7/+90
* Improve pretty-printing for pattern synonymsSimon Peyton Jones2018-01-053-19/+31
* Fix deep, dark corner of pattern synonymsSimon Peyton Jones2018-01-044-0/+103
* comments onlySimon Peyton Jones2018-01-041-1/+1
* Stop double-stacktrace in ASSERT failuresSimon Peyton Jones2018-01-041-3/+1
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-0414-182/+270
* Cache the number of data cons in DataTyCon and SumTyConBartosz Nitka2018-01-046-82/+69
* Make typeToLHsType produce kind signatures for tycon applicationsRyan Scott2018-01-034-9/+85
* Typos in commentsGabor Greif2018-01-034-5/+5
* No deferred type errors under a forallSimon Peyton Jones2018-01-035-10/+67
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-0320-197/+299
* Fix OptCoercionSimon Peyton Jones2018-01-034-1/+48
* White space onlySimon Peyton Jones2018-01-031-1/+1
* Small refactoring in CoercionSimon Peyton Jones2018-01-031-16/+13
* Tiny refactor around fillInferResultSimon Peyton Jones2018-01-031-10/+16
* Comments about join point typesSimon Peyton Jones2018-01-032-38/+37
* More informative pretty-printing for phantom coercionsSimon Peyton Jones2018-01-031-2/+15
* Comments onlySimon Peyton Jones2018-01-031-0/+5
* Rename HEq_sc and Coercible_sc to heq_sel and coercible_selMatthew Pickering2018-01-023-6/+6
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-025-0/+17
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-023-34/+110
* Windows: fix all failing tests.Tamar Christina2018-01-0222-180/+102
* Improve Control.Monad docsNathan Collins2018-01-021-1/+31
* Add example to Control.Monad.join docsNathan Collins2018-01-021-0/+27
* Reformat Control.Monad.mfilter docsNathan Collins2018-01-021-6/+19
* Prevent "C--" translating to "C–" in the User's Guide.Steven Shaw2018-01-023-37/+37
* Fix sign error in kelvinToC.Galen Huntington2018-01-021-1/+1
* users-guide: Fix markupBen Gamari2018-01-021-4/+4
* Rewrite Note [The polymorphism rule of join points]Joachim Breitner2018-01-021-19/+50
* Typos in comments [ci skip]Gabor Greif2017-12-283-3/+3
* Fix #14618 by applying a subst in deeplyInstantiateRichard Eisenberg2017-12-264-3/+39
* Compute InScopeSet in substInteractiveContextBartosz Nitka2017-12-261-2/+7
* aclocal.m4: add minimal support for nios2 architectureSergei Trofimovich2017-12-251-1/+4
* Add GHC 8.6.1 release notesTamar Christina2017-12-231-0/+85
* Bump Cabal submoduleBen Gamari2017-12-222-3/+3
* relnotes: Fix typo in pattern synonym exampleBen Gamari2017-12-221-2/+2