summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* testsuite: Add broken test for #13871Ben Gamari2017-06-272-0/+16
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-279-13/+65
* Update docs to reflect changes to DeriveDataTypeableChris Martin2017-06-273-15/+13
* base/inputReady: Whitespace cleanupBen Gamari2017-06-271-84/+84
* users-guide/debug-info: Fix incorrect DWARF tagsBen Gamari2017-06-261-5/+5
* rts: Always collect statsBen Gamari2017-06-262-59/+67
* DWARF: Use .short to render half-machine-wordsBen Gamari2017-06-261-8/+1
* users guide: RephrasingBen Gamari2017-06-231-3/+3
* documentation: fix trac issue #12978Tibor Erdesz2017-06-231-4/+17
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-2355-94/+948
* Use actual universal tvs in check for naughty record selectorsMatthew Pickering2017-06-233-1/+9
* Fix pretty-printing of zero-argument lambda expressionsRyan Scott2017-06-235-0/+15