summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing the constraint solverwip/spj-solver-branchSimon Peyton Jones2016-09-0220-240/+291
* 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
* DmdAnal: Testcase about splitFVs and dmdFix abortionJoachim Breitner2016-08-252-0/+30
* DmdAnal: Add a final, safe iterationJoachim Breitner2016-08-255-81/+128
* Comments only: Refer to actually existing NotesJoachim Breitner2016-08-251-2/+3
* Template Haskell support for unboxed sumsRyan Scott2016-08-2318-93/+277
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-234-4/+10
* Add T12520 as a testÖmer Sinan Ağacan2016-08-234-0/+18
* Move #12403, #12513 users guide notes to 8.2.1 release notesRyan Scott2016-08-222-11/+8
* Extra comments, as per SPJ in #12035.Edward Z. Yang2016-08-222-1/+8
* Splice singleton unboxed tuples correctly with Template HaskellRyan Scott2016-08-225-3/+28
* pass -z wxneeded or -Wl,-zwxneeded for linking on OpenBSDKarel Gardas2016-08-221-0/+7
* Fix #12472 by looking for noinline/lazy inside oversaturated applications.Edward Z. Yang2016-08-212-91/+128
* We also need to retypecheck before when we do parallel make.Edward Z. Yang2016-08-214-2/+20
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-217-8/+55
* When a value Id comes from hi-boot, insert noinline. Fixes #10083.Edward Z. Yang2016-08-215-62/+89
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-2113-21/+52