summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make language extensions their own category in the documentationwip/D4112Joachim Breitner2017-10-238-1005/+925
* submodule nofib: Add digits-of-e2.faststdoutJoachim Breitner2017-10-231-0/+0
* submodule nofib: Add digits-of-e1.faststdoutJoachim Breitner2017-10-221-0/+0
* nofib submodule: Fix a problem with fasta-c.cJoachim Breitner2017-10-221-0/+0
* Add stack traces on crashes on WindowsTamar Christina2017-10-2218-12/+346
* Update record-wildcard docsSimon Peyton Jones2017-10-201-11/+22
* Improve kick-out in the constraint solverSimon Peyton Jones2017-10-208-124/+207
* Comments and white spaceSimon Peyton Jones2017-10-202-1/+4
* Outputable: Add pprTraceExceptionBen Gamari2017-10-191-1/+11
* Add Functor Bag instanceBen Gamari2017-10-191-0/+3
* Untag the potential AP_STACK in stg_getApStackValzhJames Clarke2017-10-194-2/+62
* Give a reference to Foreign.Concurrent.Edward Z. Yang2017-10-191-0/+3
* Added a test for 'timeout' to be accurate.Tom Sydney Kerckhove2017-10-193-0/+31
* Expose monotonic time from GHC.Event.ClockTom Sydney Kerckhove2017-10-193-3/+7
* Bump arcanist-external-json-linter submoduleBen Gamari2017-10-191-0/+0
* User's guide: Fix the category of some flagsJoachim Breitner2017-10-194-13/+17
* Export injectiveVarsOf{Binder,Type} from TyCoRepRyan Scott2017-10-192-29/+36
* Fix #14369 by making injectivity warnings finer-grainedRyan Scott2017-10-1916-27/+58
* Error when deriving instances in hs-boot filesRyan Scott2017-10-197-2/+39
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-193-10/+25
* Accept test output for #14350Ryan Scott2017-10-191-0/+30
* whitespace onlyGabor Greif2017-10-181-2/+1
* Typofix in commentGabor Greif2017-10-181-1/+1
* Better solving for representational equalitiesSimon Peyton Jones2017-10-187-179/+252
* Don't deeply expand insolublesSimon Peyton Jones2017-10-183-6/+76
* Improve user’s guide around derivingJoachim Breitner2017-10-171-65/+120
* Fix grammaros in commentsGabor Greif2017-10-174-4/+4
* Simplify, no functionality changeGabor Greif2017-10-171-7/+6
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-1765-67/+77
* users-guide: Clarify -ddump-asm-regalloc-stages documentationBen Gamari2017-10-161-2/+4
* updateThunk: indirectee can be taggedJames Clarke2017-10-161-1/+1
* Flags.hsc: Peek a CBool (Word8), not a Bool (Int32)James Clarke2017-10-161-39/+78
* ghci: Include "Rts.h" before using TABLES_NEXT_TO_CODEBen Gamari2017-10-161-3/+3
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-162-3/+5
* rts/posix: Ensure that memory commit succeedsBen Gamari2017-10-161-1/+4
* users-guide: Fix various warningsBen Gamari2017-10-162-2/+2
* users guide: Eliminate redundant :category: tags in debugging.rstBen Gamari2017-10-161-85/+4
* users-guide: Rework and finish debug flag documentationBen Gamari2017-10-161-267/+429
* rts: Label all threads created by the RTSBen Gamari2017-10-164-14/+23
* FreeBSD dtrace probe supportBen Gamari2017-10-163-8/+43
* Levity polymorphic Backpack.Edward Z. Yang2017-10-1610-16/+107
* configure: Fix CC version check on Apple compilersBen Gamari2017-10-161-1/+3
* Implement {set,clear,complement}BitBigNat primitivesHerbert Valerio Riedel2017-10-163-14/+97
* Enable testing 'Natural' type in TEST=arith011Herbert Valerio Riedel2017-10-163-4/+1341
* Override default `clearBit` method impl for `Natural`Herbert Valerio Riedel2017-10-161-0/+5
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-167-3/+218
* Fix panic for `ByteArray#` arguments in CApiFFI foreign importsHerbert Valerio Riedel2017-10-164-0/+33
* Fix typoPeter Trommler2017-10-161-1/+1
* Fix typoPeter Trommler2017-10-161-1/+1
* Fix calculation in threadStackOverflowSimon Marlow2017-10-161-2/+2