summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: fdReady(): Add note about O_NONBLOCK requirementNiklas Hambüchen2017-09-261-1/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-269-18/+133
* rts: Silence missing __noreturn__ warningBen Gamari2017-09-261-1/+1
* Rules: Show the binder type in the unbound template binder errorBen Gamari2017-09-261-1/+1
* Release console for ghci wrapperTamar Christina2017-09-266-8/+26
* TcInteract: Remove redundant import of TypeableBen Gamari2017-09-261-1/+1
* testsuite: Add test for #14272Ben Gamari2017-09-262-0/+9
* PrelRules: Handle Int left shifts of more than word-size bitsBen Gamari2017-09-261-8/+14
* rts: Inform kernel that we won't need reserved address spaceBen Gamari2017-09-261-0/+13
* primops: Add some notes regarding the meaning of the "type" fieldBen Gamari2017-09-261-0/+8
* StgCmmMonad: Remove unnecessary use of unboxed tuplesBen Gamari2017-09-262-55/+24
* Omit Typeable from the "naturally coherent" listSimon Peyton Jones2017-09-262-31/+70
* A bunch of typofixesGabor Greif2017-09-2654-68/+68
* testsuite: Expect T13168 to be broken on WindowsBen Gamari2017-09-251-1/+2
* configure: Don't hard-code strip toolBen Gamari2017-09-253-1/+14
* configure: Catch case where LLVM tools can't be foundBen Gamari2017-09-251-1/+3
* Use SIGQUIT for DWARF backtraces instead of SIGUSR2Ben Gamari2017-09-253-10/+21
* Add NOINLINE pragma to builtinRulesBen Gamari2017-09-251-0/+3
* integer-gmp: Fix styleBen Gamari2017-09-251-6/+6
* Include original process name in worker thread name (#14153)Echo Nolan2017-09-251-1/+22
* Document Typeable's treatment of kind polymorphic tyconsBen Gamari2017-09-251-0/+53