summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Comments onlySimon Peyton Jones2018-08-241-1/+3
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-2410-158/+161
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-236-1192/+1548
* docs: Add changelog and release notes entry for traceBinaryEvent#Ben Gamari2018-08-232-0/+14
* TcSimplify: Condense MASSERT2() usage onto a single lineBen Gamari2018-08-231-3/+1
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-232-4/+3
* Comments onlySimon Peyton Jones2018-08-234-26/+43
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-233-11/+23
* Turn infinite loop into a panicSimon Peyton Jones2018-08-222-7/+22
* Revert "driver: unconditionally disable relaxation when linking partially"Ryan Scott2018-08-221-4/+5
* Revert "Properly tag fun field of PAPs generated by ap_0_fast"Ömer Sinan Ağacan2018-08-221-8/+6
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-2114-9/+130
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-2110-30/+30
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-219-14/+94
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-213-3/+46
* Properly tag fun field of PAPs generated by ap_0_fastÖmer Sinan Ağacan2018-08-211-6/+8
* rts: Align the_gc_thread to 64 bytesBen Gamari2018-08-211-1/+3
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-2111-4/+32
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-2158-254/+262
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-213-1/+25
* rts/RetainerProfile: Dump closure type if pop() failsRyan Scott2018-08-211-1/+1
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-212-5/+13
* testsuite: Deduplicate source in wcompat-warnings testBen Gamari2018-08-217-101/+44
* Simplify callSiteInline a littleSimon Peyton Jones2018-08-211-17/+16
* Introduce flag -keep-hscpp-filesroland2018-08-218-0/+47
* function-section: enable on windowsTamar Christina2018-08-211-1/+1
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-2169-128/+115
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-217-58/+179
* Fix redundant imports of ClassBen Gamari2018-08-213-3/+0
* driver: unconditionally disable relaxation when linking partiallySergei Trofimovich2018-08-211-5/+4
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-217-202/+222
* Comments onlySimon Peyton Jones2018-08-211-2/+3
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-217-21/+64
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-216-8/+160
* Expose the StableName constructorDavid Feuer2018-08-203-73/+109
* Bump stm submoduleBen Gamari2018-08-201-0/+0
* Update .mailmap [skip ci]Thomas Miedema2018-08-201-16/+57
* Initialise cec_suppress properlySimon Peyton Jones2018-08-207-75/+28
* CSE should deal with letrec (#9441)roland2018-08-185-16/+3
* Add test cases for Ticket #12146.Aditya2018-08-173-0/+10
* Add comment explaining change in syntax error suggestion for #12146.Aditya2018-08-171-0/+4
* Make ghci work for stage1 and HadrianNeil Mitchell2018-08-171-3/+19
* base: Rewrite semigroup documentationTobias Pflug2018-08-171-8/+45
* base: rewrite Monoid module docsTobias Pflug2018-08-171-2/+37
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-173-12/+33
* Document default value of +RTS -N in user's guideÖmer Sinan Ağacan2018-08-171-0/+2
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-1622-173/+165
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-164-1/+10
* primops: Drop documentation for WORD_SIZE_IN_BITS < 32Chai T. Rex2018-08-161-4/+5
* Cosmetics in GraphColorKrzysztof Gogolewski2018-08-151-1/+1