summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make split sections by default work againwip/rwbarton-supports-split-sectionsReid Barton2017-02-031-1/+1
* Use tyCoVarsOfType for CTyEqCan in shouldSplitWDSimon Peyton Jones2017-02-031-5/+47
* Bump performance mark for T9020Joachim Breitner2017-02-031-1/+2
* Get rid of ProbOneShotJoachim Breitner2017-02-035-38/+11
* Ditch static flagsSylvain Henry2017-02-0251-610/+412
* users-guide: Explain behavior of verbose-core2core + dump-inliningsBen Gamari2017-02-021-1/+3
* Remove INLINE pragma on loopbreakerMatthew Pickering2017-02-021-1/+0
* Bump haskeline submoduleBen Gamari2017-02-021-0/+0
* Exhaustiveness check for EmptyCase (Trac #10746)George Karachalias2017-02-0226-19/+1128
* Add a testcase for #13227Joachim Breitner2017-02-023-0/+12
* Spelling fixesGabor Greif2017-02-0226-39/+39
* Add support for StaticPointers in GHCiBen Gamari2017-02-0225-53/+232
* Make interface loading for COMPLETE pragmas lazyMatthew Pickering2017-02-011-2/+3
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-0116-125/+302
* Don't tick top-level string literalsBen Gamari2017-02-013-14/+33
* base: Derive Enum, Bounded for VecCount, VecElemBen Gamari2017-02-014-2/+18
* Fix documentation NOTE about can_failVladislav Zavialov2017-02-011-1/+1
* testsuite: Update allocations for T12234Ben Gamari2017-02-011-1/+2
* Join pointsLuke Maurer2017-02-0177-1151/+3969
* Remove very broad ignore. [ci skip]Tamar Christina2017-02-011-1/+0
* Update output of failing 11223 testsTamar Christina2017-02-014-10/+10
* Typos in note header and testGabor Greif2017-02-013-3/+3
* Export callStackDocBen Gamari2017-01-311-1/+1
* user-guide: fix links and file names (fixes #13198)Takenobu Tani2017-01-312-5/+5
* Abstract over the way eventlogs are flushedalexbiehl2017-01-319-85/+281
* FloatOut: Allow floating through breakpoint ticksBen Gamari2017-01-312-15/+15
* README: Mention acceptability of pull requestsBen Gamari2017-01-311-2/+1
* users guide: Fix markup of COMPLETE pragma examplesBen Gamari2017-01-311-24/+21
* Mark reallyUnsafePtrEquality# as can_failDavid Feuer2017-01-311-0/+35
* Use top-level instances to solve superclasses where possibleDaniel Haraj2017-01-3110-19/+355
* Fix binary instance for SrcStrictnessalexbiehl2017-01-311-1/+1
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-309-1727/+92
* Fix minor typo in README.mdTakenobu Tani2017-01-301-1/+1
* Fix links to building guides in MAKEHELP.mdTakenobu Tani2017-01-301-1/+3
* Simplify minusInteger in integer-gmp slightlyReid Barton2017-01-301-2/+0
* Print COMPLETE pragmas in --show-ifaceMatthew Pickering2017-01-302-0/+5
* Slighly clean up symbol loading error.Tamar Christina2017-01-302-3/+6
* Fixes bug #11046Iavor S. Diatchki2017-01-305-1/+25
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-3016-4/+220
* Check that a default type signature aligns with the non-default signatureRyan Scott2017-01-3013-13/+406
* Fix broken testsPhil Ruffwind2017-01-306-22/+21
* Fix deprecation warnings from containersErik de Castro Lopo2017-01-305-14/+14
* Fix mismatched tick in GHC.Generics documentationRyan Scott2017-01-301-1/+1
* UNREG: add a forward declaration for local literalsSergei Trofimovich2017-01-291-0/+1
* UNREG: fix "_bytes" string literal forward declarationSergei Trofimovich2017-01-293-1/+9
* Convert pprTrace in isPredTy to a WARNRyan Scott2017-01-281-5/+19
* Document GHC.Profiling functions [ci skip]Ömer Sinan Ağacan2017-01-281-1/+10
* Add delete retry loop. [ci skip]Tamar Christina2017-01-281-14/+29
* Remove Data.Tuple doc's claim to have tuple typesChris Martin2017-01-261-1/+1
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-265-4/+33