summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* MkIface: Ensure syntactic compatibility with ghc 8.0.1Ben Gamari2017-12-221-6/+6
* Sync `ghc-prim` changelog from GHC 8.2Herbert Valerio Riedel2017-12-221-1/+29
* Comments only [skip ci]Richard Eisenberg2017-12-212-2/+3
* Typos in commentsGabor Greif2017-12-214-5/+5
* Fix floating of equalitiesSimon Peyton Jones2017-12-2110-116/+339
* Refactor coercion holesSimon Peyton Jones2017-12-2125-208/+234
* Check for bogus quantified tyvars in partial type sigsSimon Peyton Jones2017-12-215-47/+96
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-2110-87/+52
* Improve treatment of sectioned holesRyan Scott2017-12-205-3/+283
* Document ScopedTypeVariables' interaction with nested forallsRyan Scott2017-12-201-1/+21
* Remove hack put in place for #12512Ryan Scott2017-12-202-13/+5
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-205-8/+22
* Fix #14578 by checking isCompoundHsType in more placesRyan Scott2017-12-205-6/+145
* Sync up ghc-prim changelog from GHC 8.2 branchHerbert Valerio Riedel2017-12-201-1/+7
* Rmove a call to mkStatePrimTySimon Peyton Jones2017-12-191-3/+3
* Stop runRW# being magicSimon Peyton Jones2017-12-194-69/+50
* Get rid of some stuttering in comments and docsGabor Greif2017-12-1952-63/+63
* Typos in commentsGabor Greif2017-12-184-4/+4
* testsuite: Semigroup/Monoid compat for T3001-2Ben Gamari2017-12-181-1/+4
* testsuite: Exit with non-zero exit code when tests failBen Gamari2017-12-181-1/+8
* Blackholes can be large objects (#14497)Simon Marlow2017-12-184-3/+25
* Fix scoping of pattern-synonym existentialsSimon Peyton Jones2017-12-1814-66/+182
* Tiny refactor: use mkTyVarNamePairsSimon Peyton Jones2017-12-181-1/+1
* Add missing case to HsExpr.isMonadFailStmtContextSimon Peyton Jones2017-12-184-13/+25
* Add some commentary re: fix to #11203Richard Eisenberg2017-12-151-0/+7