summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-12Use strict foldlswip/foldlBen Gamari
2016-05-10RdrHsSyn: Only suggest `type` qualification when appropriateBen Gamari
2016-05-10Forbid variables to be parents in import lists.Matthew Pickering
2016-05-10stg/Types.h: Fix comment and #includeBen Gamari
2016-05-10Re-do the invariant for TcDepVarsSimon Peyton Jones
2016-05-10Error message wibbles, re partial type sigsSimon Peyton Jones
2016-05-10Tidy up partial-sig quantificationSimon Peyton Jones
2016-05-10Fix partial sigs and pattern bindings interactionSimon Peyton Jones
2016-05-10Comments onlySimon Peyton Jones
2016-05-10Emit wild-card constraints in the right placeSimon Peyton Jones
2016-05-10White space onlySimon Peyton Jones
2016-05-10Use stdint types for Stg{Word,Int}{8,16,32,64}Tomas Carnecky
2016-05-10Documentation for simplifyDeriv.Edward Z. Yang
2016-05-08rts/ProfHeap.c: Use `ssize_t` instead of `long`.Erik de Castro Lopo
2016-05-07Update time submodule to 1.6.0.1 release tagHerbert Valerio Riedel
2016-05-06Remove trailing whitespace from 'testsuite/tests/module/all.T'Matthew Pickering
2016-05-06Fix pretty printing of IEThingWithMatthew Pickering
2016-05-06Update Win32 submodule to v2.3.1.1 release tagHerbert Valerio Riedel
2016-05-06Use tcExtendGlobalValEnv for default methodsSimon Peyton Jones
2016-05-06Explain linter optimization for StaticPtr checks.Facundo Domínguez
2016-05-05Comments only explaining export list parsing.Matthew Pickering
2016-05-04rts: Replace `nat` with `uint32_t`Erik de Castro Lopo
2016-05-04Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka
2016-05-04base: Export runRW# from GHC.ExtsBen Gamari
2016-05-04testsuite: Add test for #11959Ben Gamari
2016-05-04Be more aggressive when checking constraints for custom type errors.Iavor S. Diatchki
2016-05-04Make 'make fast' work for the User GuideSimon Marlow
2016-05-04Don't STATIC_INLINE giveCapabilityToTaskSimon Marlow
2016-05-04schedulePushWork: avoid unnecessary wakeupsSimon Marlow
2016-05-04Add +RTS -AL<size>Simon Marlow
2016-05-04Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow
2016-05-04Adjust testsuite output to bytestring-0.10.8.0Joachim Breitner
2016-05-04Export oneShot from GHC.ExtsJoachim Breitner
2016-05-03Update bytestring submodule to 0.10.8.0 release tagHerbert Valerio Riedel
2016-05-03Update libraries/hpc submodule to v0.6.0.3 release tagHerbert Valerio Riedel
2016-05-02Cleanups related to MAX_FREE_LISTSimon Marlow
2016-05-02Revert "Revert "Use __builtin_clz() to implement log_1()""U-THEFACEBOOK\smarlow
2016-05-02StaticPointers: Allow closed vars in the static form.Facundo Domínguez
2016-05-02Make validDerivPred ignore non-visible arguments to a class type constructorRyanGlScott
2016-05-02docs/users_guide/glasgow_exts.rst: fix merge conflictSergei Trofimovich
2016-05-02glasgow_exts.rst: fix quotingSergei Trofimovich
2016-05-02added docstring for '-fhistory-size' flagSergei Trofimovich
2016-05-01Make sure record pattern synonym selectors are in scope in GHCi.Matthew Pickering
2016-05-01Remove unused equivClassesByUniqBartosz Nitka
2016-05-01Export constructors for IntPtr and WordPtrRyanGlScott
2016-05-01deriveConstants: Fix nm advice one last timeBen Gamari
2016-05-01Add T11747 as a testÖmer Sinan Ağacan
2016-05-01Remove unused getScopedTyVarBindsBartosz Nitka
2016-05-01rts/itimer/pthread: Stop timer when ticker is stoppedBen Gamari
2016-05-01Kill Itimer.hBen Gamari