summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that Literals in an Int# case are in rangewip/T10246Joachim Breitner2017-02-045-47/+62
* Expose cseExpr from CSEJoachim Breitner2017-02-041-1/+4
* New internal dynamic flag: Very aggressive inliningJoachim Breitner2017-02-042-1/+10
* Fix comment (old file names) in mk/ and utils/Takenobu Tani2017-02-043-9/+9
* Don't panic when printing match with RecUpd contextMatthew Pickering2017-02-041-1/+2
* Improve wrapTicks performance with lots of redundant source notesPeter Wortmann2017-02-041-5/+14
* Update binary submodule to 0.8.4.1Ben Gamari2017-02-041-0/+0
* Fix minusNatural exception to be UnderflowOleg Grenrus2017-02-041-2/+2
* Make split sections by default work againReid Barton2017-02-041-1/+1
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-044-10/+10
* Fix comment (old file names) in compiler/Takenobu Tani2017-02-042-2/+2
* Fix comment (old file names) in rts/Takenobu Tani2017-02-047-8/+8
* Fix comment (old file names) in includes/Takenobu Tani2017-02-044-6/+6
* Attempt to make lazy ST thread safeDavid Feuer2017-02-038-24/+306
* 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