summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix hash in haddock of ghc-prim.HE, Tao2018-01-151-1/+1
* CoreLint: typo in a commentÖmer Sinan Ağacan2018-01-151-2/+2
* Fix hashbang of gen-data-layoutBen Gamari2018-01-151-1/+1
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-159-13/+82
* Tweak link order slightly to prefer user shared libs before system ones.Tamar Christina2018-01-152-12/+40
* Kill off irrefutable pattern errorsDavid Feuer2018-01-157-15/+10
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-154-3/+16
* Fix regression on i386 due to get/setAllocationCounter changeBen Gamari2018-01-151-2/+2
* Support constructor Haddocks in more placesAlec Theriault2018-01-1226-42/+258
* Fix mistaken mergeBen Gamari2018-01-121-22/+15
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21
* 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