summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make generated Ord instances smaller (per #10858).wip/small-ordPetr Prokhorenkov2016-09-015-5/+42
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-016-32/+26
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-016-26/+32
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-016-32/+26
* Kill vestiages of DEFAULT_TMPDIRBen Gamari2016-09-013-19/+0
* restore -fmax-worker-args handling (Trac #11565)Sergei Trofimovich2016-09-013-5/+37
* users_guide: Move initGhcMonad note to 8.0.2 relnotesBen Gamari2016-09-012-5/+12
* users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotesBen Gamari2016-09-012-3/+3
* users_guide: Move addModFinalizer mention to 8.0.2 release notesBen Gamari2016-09-012-8/+13
* users_guide: Document removal of -Wredundant-constraints from -WallBen Gamari2016-09-011-1/+2
* Revert "testsuite: Update bytes allocated of parsing001"Ben Gamari2016-09-011-2/+1
* LoadIFace: Show known names on inconsistent interface fileBen Gamari2016-08-311-1/+6
* RnExpr: Fix ApplicativeDo desugaring with RebindableSyntaxBen Gamari2016-08-314-21/+78
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-318-9/+33
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-3112-19/+128
* testsuite: Update bytes allocated of parsing001Ben Gamari2016-08-311-1/+2
* PPC NCG: Implement minimal stack frame header.Peter Trommler2016-08-312-8/+27
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-315-4/+33
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-318-62/+397
* TysWiredIn: Use dataConWorkerUnique instead of incrUniqueBen Gamari2016-08-312-3/+2
* A failing testcase for T12485Bartosz Nitka2016-08-317-0/+39
* ErrUtils: Expose accessors of ErrDoc and ErrMsgBen Gamari2016-08-311-4/+7
* testsuite: Failing testcase for #12091Ben Gamari2016-08-313-0/+6
* Clarify scope of `getQ`/`putQ` state.Francesco Mazzoli2016-08-311-2/+4
* StgCmmPrim: Add missing MO_WriteBarrierBen Gamari2016-08-311-2/+5
* Bump the default allocation area size to 1MBSimon Marlow2016-08-315-8/+11
* iserv: Show usage message on argument parse failureBen Gamari2016-08-312-5/+25
* GHC: Expose installSignalHandlers, withCleanupSessionBen Gamari2016-08-312-3/+9
* users_guide: More capabilities than processors considered harmfulBen Gamari2016-08-311-1/+2
* Fixes #12504: Double-escape paths used to build call to hsc_lineRichard Cook2016-08-316-0/+25
* Fix handling of package-db entries in .ghc.environment files, etc.Duncan Coutts2016-08-302-5/+6
* Tag pointers in interpreted constructorsmniip2016-08-3011-16/+105
* Fix binary-trees regression from unnecessary floating in CorePrep.Edward Z. Yang2016-08-304-12/+76
* Clarify pkg selection when multiple versions are availableHarendra Kumar2016-08-302-122/+159
* Fix and complete runghc documentationHarendra Kumar2016-08-302-15/+44
* TcGenDeriv: TypofixRyan Scott2016-08-301-1/+1
* OccName: Remove unused DrIFT directiveRyan Scott2016-08-301-1/+0
* rts: enable parallel GC scan of large (32M+) allocation areaSergei Trofimovich2016-08-302-3/+20
* GhcMake: limit Capability count to CPU count in parallel modeSergei Trofimovich2016-08-301-1/+6
* Missing stderr for T12531.Edward Z. Yang2016-08-301-0/+9
* Remove unused DerivInst constructor for DerivStuffRyan Scott2016-08-292-16/+11
* Fix broken Haddock commentRyan Scott2016-08-291-1/+1
* Template Haskell support for TypeApplicationsRyan Scott2016-08-2912-31/+78
* Typofix in docs.Edward Z. Yang2016-08-281-1/+1
* Fix scoping of type variables in instancesSimon Peyton Jones2016-08-266-35/+78
* Move import to avoid warningSimon Peyton Jones2016-08-261-1/+1
* Allow typed holes to be levity-polymorphicSimon Peyton Jones2016-08-264-4/+12
* Fix doc build inconsistencyHarendra Kumar2016-08-251-0/+1
* WwLib: Add strictness signature to "let x = absentError …"Joachim Breitner2016-08-252-8/+15
* Degrade "case scrutinee not known to diverge for sure" Lint error to warningJoachim Breitner2016-08-251-1/+1