summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix binary-trees regression from unnecessary floating in CorePrep.wip/D2471Edward Z. Yang2016-08-304-12/+76
* 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
* Support for noinline magic function.Edward Z. Yang2016-08-218-6/+85
* Axe initIfaceTc, tie the knot through HPT (or if_rec_types).Edward Z. Yang2016-08-2112-58/+214
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-216-8/+8
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-193-3/+46
* Add gcoerceWith to Data.Type.CoercionRyan Scott2016-08-183-0/+13
* Revert "T1969: Enable it again but bump the max residency temporarily"Matthew Pickering2016-08-171-2/+3
* Refactor nestImplicTcSSimon Peyton Jones2016-08-171-30/+32
* Keep the bindings local during defaultCallStacksSimon Peyton Jones2016-08-175-5/+20
* Not-in-scope variables are always errorsSimon Peyton Jones2016-08-176-6/+44
* Typo in commentGabor Greif2016-08-161-1/+1
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* Minor typofix.Edward Z. Yang2016-08-161-1/+1
* When in sanity mode, un-zero malloc'd memory; fix uninitialized memory bugs.Edward Z. Yang2016-08-152-0/+3
* Darwin: Detect broken NM program at configure timeErik de Castro Lopo2016-08-161-0/+26
* refactor test for __builtin_unreachable into Rts.h macro RTS_UNREACHABLEKarel Gardas2016-08-152-4/+8
* Update hoopl submodule (extra .gitignore entry)Edward Z. Yang2016-08-151-0/+0
* fix compilation failure on OpenBSD with system supplied GNU C 4.2.1Karel Gardas2016-08-141-1/+4
* Fix configure detection.Tamar Christina2016-08-141-6/+6
* Misspellings in comments [skip ci]Gabor Greif2016-08-142-3/+3
* Update `nofib` submodule to newest commitGabor Greif2016-08-141-0/+0
* Fix GHCi perf-llvm build on x86_64Erik de Castro Lopo2016-08-141-0/+4
* Improve missing-sig warningSimon Peyton Jones2016-08-126-43/+62
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-1026-197/+130
* Fix a bug in unboxed sum layout generationÖmer Sinan Ağacan2016-08-092-2/+16