summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add type signaturewip/faster-statsDavid Feuer2017-07-061-0/+1
* Merge branch 'wip/faster-stats' of git.haskell.org:ghc into wip/faster-statsDavid Feuer2017-07-050-0/+0
|\
| * Speed up core size and core statsDavid Feuer2017-04-212-64/+91
* | SillyDavid Feuer2017-07-051-0/+1
* | Speed up core size and core statsDavid Feuer2017-07-052-64/+91
* | mkDocs: Don't install *.psBen Gamari2017-07-051-1/+1
* | rts: Address AP_STACK comment suggestion from SimonBen Gamari2017-07-051-3/+3
* | rts/sm/Storage.c: tweak __clear_cache proto for clangSergei Trofimovich2017-07-051-2/+15
* | Revert "rts/sm/Storage.c: tweak __clear_cache proto for clang"Sergei Trofimovich2017-07-051-13/+2
* | rts/sm/Storage.c: tweak __clear_cache proto for clangSergei Trofimovich2017-07-051-2/+13
* | Eagerly blackhole AP_STACKsBen Gamari2017-07-033-0/+190
* | testsuite: Add testcase for #13615Ben Gamari2017-07-034-0/+192
* | Add -fuse-ld flag to CFLAGS during configureBen Gamari2017-07-032-0/+2
* | rts: Fix isByteArrayPinned#'s treatment of large arraysBen Gamari2017-07-033-2/+22
* | configure: Remove --with-curses-includes flagBen Gamari2017-07-033-10/+0
* | ApplicativeDo: document behaviour with strict patterns (#13875)Simon Marlow2017-07-035-5/+107
* | rts: Fix uninitialised variable usesBen Gamari2017-07-032-2/+2
* | Bump array submodule to v0.5.2.0Ben Gamari2017-07-031-0/+0
* | CmmParse: Emit source notes for assignmentsBen Gamari2017-07-031-2/+2
* | Fix -fno-code for modules that use -XQuasiQuotesDouglas Wilson2017-07-036-11/+36
* | Fix #13311 by using tcSplitNestedSigmaTys in the right placeRyan Scott2017-07-035-6/+72
* | Tag the FUN before making a PAP (#13767)Simon Marlow2017-07-031-2/+12
* | Implement recompilation checking for -fignore-assertsÖmer Sinan Ağacan2017-07-035-1/+44
* | Allow per-argument documentation on pattern synonym signaturesalexbiehl2017-07-031-1/+1
* | users-guide: Wibbles in shared libraries discussionBen Gamari2017-07-031-11/+10
* | rename tcInstBinder(s)X to tcInstBinder(s)Gabor Greif2017-07-033-14/+14
* | Fix paper link in MVar docs [ci skip]Ömer Sinan Ağacan2017-07-021-1/+1
* | Prevent ApplicativeDo from applying to strict pattern matches (#13875)Simon Marlow2017-06-295-6/+104
* | rts/RetainerProfile: Const-correctness fixesBen Gamari2017-06-291-9/+9
* | configure: Coerce gcc to use $LD instead of system defaultBen Gamari2017-06-294-62/+82
* | Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-294-7/+55
* | configure: Check for binutils #17166Ben Gamari2017-06-291-0/+59
* | users-guide: Document FFI safety guaranteesBen Gamari2017-06-291-27/+39
* | Fix T13701 allocation for LinuxDavid Feuer2017-06-291-0/+1
* | Typos in commentsRyan Scott2017-06-294-5/+5
* | Revert "Remove the Windows GCC driver."Simon Peyton Jones2017-06-295-30/+88
* | Fix lexically-scoped type variablesSimon Peyton Jones2017-06-295-28/+78
* | remove dead function 'tcInstBinders'Gabor Greif2017-06-291-6/+1
* | Remove unneeded importGabor Greif2017-06-281-2/+2
* | More typos in comments [ci skip]Gabor Greif2017-06-285-5/+5
* | Typos in comments and manual [ci skip]Gabor Greif2017-06-287-8/+8
* | Zap stable unfoldings in worker/wrapperSimon Peyton Jones2017-06-283-6/+13
* | Fix constraint solving for forall-typesSimon Peyton Jones2017-06-285-73/+152
* | Do zonking in tcLHsKindSigSimon Peyton Jones2017-06-282-11/+19
* | Fix the in-scope set in TcHsType.instantiateTyNSimon Peyton Jones2017-06-281-1/+6
* | Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-2713-200/+75
* | Make module membership on ModuleGraph fasterBartosz Nitka2017-06-2713-75/+200
* | Treat banged bindings as FunBindsBen Gamari2017-06-2718-61/+172
* | rts: Clarify whitehole logic in threadPausedBen Gamari2017-06-271-4/+3
* | typecheck: Consider types containing coercions non-TypeableBen Gamari2017-06-272-2/+2