summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds mingw64 to the valid GHC OSs.Moritz Angermann2017-09-261-0/+4
* Fix the searching of target AR toolTamar Christina2017-09-262-7/+13
* Ensure text mode when calling debug functionsTamar Christina2017-09-251-6/+25
* Bump template-haskell to 2.13.0.0Ryan Scott2017-09-254-5/+5
* Document how GHC disambiguates between multiple COMPLETE setsRyan Scott2017-09-252-1/+49
* Fix solving of implicit parameter constraintsSimon Peyton Jones2017-09-259-103/+214
* Improve type-error reportingSimon Peyton Jones2017-09-2519-101/+129
* Comments onlySimon Peyton Jones2017-09-251-1/+1
* Make pprQuotedList use fsep not hsepSimon Peyton Jones2017-09-251-1/+1
* Deal with large extra-contraints wildcardsSimon Peyton Jones2017-09-257-15/+210
* don't allow AsmTempLabel in UNREG mode (Trac #14264)Sergei Trofimovich2017-09-241-0/+2
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-245-88/+6
* [Semigroup] fix genapplyMoritz Angermann2017-09-241-0/+4
* Fix AsmTempLabelMoritz Angermann2017-09-231-1/+0
* Additional LLVM_TARGET logic.Moritz Angermann2017-09-233-6/+27
* Bump haskeline submoduleBen Gamari2017-09-221-0/+0
* Fix build with GhcWithInterpreter=NOHerbert Valerio Riedel2017-09-221-0/+3
* Remove 'stm' from EXTRA_PACKAGES setHerbert Valerio Riedel2017-09-221-1/+1
* Fix broken LLVM code genMoritz Angermann2017-09-211-2/+3
* Implement TH addCorePlugin.Facundo Domínguez2017-09-2115-12/+112
* rts: Set unwind information for catch_frameBen Gamari2017-09-211-0/+1
* rts: Set unwind information for remaining stack framesBen Gamari2017-09-213-1/+6
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-2218-13/+28
* cmm/CBE: Use foldLocalRegsDefdBen Gamari2017-09-212-75/+95
* testsuite: Bump allocations of T12150Ben Gamari2017-09-211-1/+2
* Also show types that subsume a hole as valid substitutions for that hole.Matthías Páll Gissurarson2017-09-2126-132/+742
* Bump base to 4.11.0.0Ben Gamari2017-09-2195-143/+143
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* testsuite: Add unboxed sum to T13929Ben Gamari2017-09-212-1/+6
* testsuite: Add testcase for #14253Ben Gamari2017-09-212-0/+40
* Identify fields by selector when type-checking (fixes #13644)Adam Gundry2017-09-216-9/+24
* Typeable: Generalize kind of represented typeBen Gamari2017-09-211-2/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-216-7/+93
* Initial CircleCI support.Mathieu Boespflug2017-09-211-0/+28