summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Work on #12144wip/T12144Ryan Scott2016-09-273-36/+68
* Implement deriving strategiesRyan Scott2016-08-2757-375/+1203
* 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
* Actually update haddock.Cabal stats.Edward Z. Yang2016-08-081-1/+1
* Cabal submodule update.Edward Z. Yang2016-08-087-22/+29
* Fix typo in Data.Bitraversable HaddocksRyan Scott2016-08-081-1/+1
* T1969: Enable it again but bump the max residency temporarilyÖmer Sinan Ağacan2016-08-071-3/+2
* configure.ac: Remove checks for bug 9439Erik de Castro Lopo2016-08-072-74/+0
* Use Data.Functor.Const to implement Data.Data internalsRyan Scott2016-08-061-9/+6
* RegAlloc: Use IntSet/IntMaps instead of generic Set/MapsÖmer Sinan Ağacan2016-08-064-29/+29