summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Accept *-msys as a Windows OS in a tripleBen Gamari2017-10-041-1/+1
* rts: Print newline after "Stack trace:" on barfBen Gamari2017-10-031-1/+1
* user-guide: Mention COMPLETE pragma in release notesBen Gamari2017-10-031-0/+4
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-032-23/+5
* Don't pass HscEnv to functions in the Hsc monadDouglas Wilson2017-10-031-45/+53
* Include libraries which fill holes as deps when linking.Edward Z. Yang2017-10-0312-1/+93
* genapply: Explicitly specify argumentsMoritz Angermann2017-10-031-1/+1
* base: Add missing @since annotations in GHC.TypeNatsBen Gamari2017-10-031-0/+14
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-037-15/+206
* Track the order of user-written tyvars in DataConRyan Scott2017-10-0323-203/+493
* Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead.Tamar Christina2017-10-032-26/+109
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-039-1/+92
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Revert installing texinfo in CI systemsJoachim Breitner2017-10-032-2/+1
* Add regression test for #9725Ryan Scott2017-10-032-0/+52
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-036-19/+34
* Fix nasty bug in w/w for absence analysisSimon Peyton Jones2017-10-039-96/+245
* Make GHC.IO.Buffer.summaryBuffer strictSimon Peyton Jones2017-10-031-2/+3
* Fix bug in the short-cut solverSimon Peyton Jones2017-10-035-58/+158
* Comments onlySimon Peyton Jones2017-10-033-10/+11
* Adds x86 NONE relocation typeMoritz Angermann2017-10-031-0/+4
* No libffi docsMoritz Angermann2017-10-031-0/+1
* user-guide: Fix :since: annotation of -pie and add documentation for -fPIEBen Gamari2017-10-021-2/+12
* Bump libffi-tarballs submoduleBen Gamari2017-10-021-0/+0
* rel-notes: Mention libffi packaging changeBen Gamari2017-10-021-0/+6
* Rewrite boot in PythonBen Gamari2017-10-025-236/+178
* Pretty-printer missing parens for infix class declarationAlan Zimmerman2017-10-024-0/+19
* CircleCI: Install texinfoJoachim Breitner2017-10-021-1/+1
* Travis: Install texinfoJoachim Breitner2017-10-021-0/+1
* Bump submodule nofib again (Semigroup now required)Joachim Breitner2017-10-021-0/+0
* Allow libffi snapshotsMoritz Angermann2017-09-302-1/+1
* iserv: Don't build vanilla iserv unless vanilla libraries are builtBen Gamari2017-09-301-2/+11
* Don't use "character" in haddocks of CharBen Gamari2017-09-301-1/+1
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* user-guide: Document -WeverythingBen Gamari2017-09-301-0/+7
* Fix Raspberry Pi target nameMoritz Angermann2017-09-291-1/+1
* Fix #13391 by checking for kind-GADTsRichard Eisenberg2017-09-2811-9/+71
* mkDataConRep: fix bug in strictness signature (#14290)Simon Marlow2017-09-283-1/+23
* configure: Make sure we try all possible linkersBen Gamari2017-09-271-18/+41
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* Add TODO about getMonotonicNSec() wrapping that can no longer happen.Niklas Hambüchen2017-09-271-0/+5
* Move check-ppr and check-api-annotations to testsuite/utilsBen Gamari2017-09-2713-45/+76
* TypofixesGabor Greif2017-09-2711-19/+19
* llvm-targets: drop soft-floatMoritz Angermann2017-09-272-5/+18
* GHC_LLVM_TARGET: Keep android OSMoritz Angermann2017-09-271-0/+8
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-269-12/+127
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-269-127/+12
* rts: Throw proper HeapOverflow exception on allocating large arrayBen Gamari2017-09-263-36/+79
* desugar: Catch levity polymorphism in unboxed sum expressionsBen Gamari2017-09-263-6/+18