October 2016 Archives by author
Starting: Sat Oct 1 04:24:22 UTC 2016
Ending: Mon Oct 31 21:03:41 UTC 2016
Messages: 451
- [commit: ghc] master: Implement deriving strategies (9e86276)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: incomplete bytecode support (7e3aec1)
git at git.haskell.org
- [commit: ghc] wip/T12618: Add DataCon.dataConRepFullArity (0a9e260)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (c172582)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: Lint check to ensure arity matches (a736cb9)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkCoreConApp: Ensure let/app invariant (9baa076)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (e6c6550)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: TcSMonad: Introduce tcLookupId (08c0a50)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: HACK: CoreLint: Kill unsaturated unlifted types check (122da81)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: CoreLint: Improve debug output (f11a313)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix rebase (4579316)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Add quick compatibility note (724c585)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Start implementing library side of TTypeable (6bf102c)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Various fixes (2f2e044)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: More serialization (41612a8)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Binary: More explicit pattern matching (1c0a5fd)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix warnings (ded63e2)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Implement Data.Typeable.funResultTy (be801fc)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix serialization (cd17075)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: TcInteract: Unused parameter (85a7fe6)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Message: Import Data.Typeable.TypeRep (709b923)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: TcTypeable: Don't generate bindings for special primitive tycons (9818753)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Another recursive serialization case (01820df)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Break recursive loop in serialization (bab42dd)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Finally serialization is both general and correct (8a893ff)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix a few TTypeRep references (c02f748)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Move special tycons (59ea724)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix recursive fingerprints (0d28ee9)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix up representation pretty-printer (4f02585)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Kill todo (c06f90d)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Accept easy test output (054318e)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: More test fixes (94572f7)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Inline space (1b7d4be)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix primitive types (da824f2)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Internal things (55e057e)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Kill debugShow (7661ba2)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix pretty-printer (8ff0010)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Add mkFunTy (bf7f460)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Internal: Rename type variable (84d6743)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix T8132 (5f7f46f)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Implement withTypeable (980221b)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Render TYPE 'PtrRepLifted as * (2b229e8)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix withTypeable (6573b08)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Bump base to 4.10.0 (75646c4)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Bump base (ae53687)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Rework Show (1b2f6a3)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: testsuite: Bump base version (0d27bb9)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Add TRArrow pattern synonym (a05f387)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix up type printer (317be40)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Kill redundant comment (7f5e6f2)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Note need for mkTrApp (ac91bb2)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Testsuite updates (ed2e97e)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Make TRApp bidirectional (30301c6)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: submodule changes (b05e83c)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Clarify serialization errors (051c277)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: testsuite/TypeRep: Add test for #12409 (45f2605)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix showTypeable (16cdaa1)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Give unboxed tuples type representations (c1a6541)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: TcInteract: Fix something (38bf32d)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: testsuite: Add test of Typeable Binary instances (3b67166)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Clarify comments (082104d)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix serialization (6dcb726)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Binary: Simple serialization test works (6fad3f8)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Update submodules (4ff0352)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Add a TestEquality TypeRep instance (ae3464e)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Temporarily override submodule upstream repo paths (083e183)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Debug (05c1608)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: Fix submodules (594e948)
git at git.haskell.org
- [commit: ghc] wip/ttypeable: TcTypeable: Clarify comment (8fd5510)
git at git.haskell.org
- [commit: ghc] wip/ttypeable's head updated: Fix submodules (594e948)
git at git.haskell.org
- [commit: ghc] master: CodeGen X86: fix unsafe foreign calls wrt inlining (b61b7c2)
git at git.haskell.org
- [commit: ghc] master: GHCi: Don't remove shadowed bindings from typechecker scope. (59d7ee5)
git at git.haskell.org
- [commit: ghc] master: Support more than 64 logical processors on Windows (3c17905)
git at git.haskell.org
- [commit: ghc] master: Move -dno-debug-output to the end of the test flags (f869b23)
git at git.haskell.org
- [commit: ghc] master: Recognise US spelling for specialisation flags. (151edd8)
git at git.haskell.org
- [commit: ghc] master: Mark T11978a as broken due to #12019 (d1b4fec)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: incomplete bytecode support (a184113)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (b055290)
git at git.haskell.org
- [commit: ghc] wip/T12618: Add DataCon.dataConRepFullArity (ea5fa8a)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: Lint check to ensure arity matches (d5ea9b2)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkCoreConApp: Ensure let/app invariant (5b14d2a)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (3ed1a8b)
git at git.haskell.org
- [commit: ghc] master: Use check stacking on Windows. (1e795a0)
git at git.haskell.org
- [commit: ghc] master: Add NUMA support for Windows (c93813d)
git at git.haskell.org
- [commit: ghc] master: ghc-pkg: Allow unregistering multiple packages in one call (0014fa5)
git at git.haskell.org
- [commit: ghc] master: Do not warn about unused underscore-prefixed fields (fixes Trac #12609) (48ff084)
git at git.haskell.org
- [commit: ghc] master: Fix interaction of record pattern synonyms and record wildcards (2d6642b)
git at git.haskell.org
- [commit: ghc] master: Turn `__GLASGOW_HASKELL_LLVM__` into an integer again (b0d53a8)
git at git.haskell.org
- [commit: ghc] master: Eliminate some unsafeCoerce#s with deriving strategies (f547b44)
git at git.haskell.org
- [commit: ghc] master: PPC/CodeGen: fix lwa instruction generation (ce3370e)
git at git.haskell.org
- [commit: ghc] master: Don't warn about name shadowing when renaming the patten in a PatSyn decl (1851349)
git at git.haskell.org
- [commit: ghc] master: Disallow standalone deriving declarations involving unboxed tuples or sums (23cf32d)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Bump Haddock submodule (46dc885)
git at git.haskell.org
- [commit: ghc] ghc-8.0: CodeGen X86: fix unsafe foreign calls wrt inlining (aec4a51)
git at git.haskell.org
- [commit: ghc] ghc-8.0: PPC/CodeGen: fix lwa instruction generation (e7201e8)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Don't warn about name shadowing when renaming the patten in a PatSyn decl (0c2b766)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Do not warn about unused underscore-prefixed fields (fixes Trac #12609) (63ce9ba)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix interaction of record pattern synonyms and record wildcards (50e7157)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix desugaring of pattern bindings (again) (d2695b8)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix layout of MultiWayIf expressions (#10807) (cb03d1c)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Disallow standalone deriving declarations involving unboxed tuples or sums (c448d55)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Print foralls in user format (906ea04)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: Lint check to ensure arity matches (2e27274)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: incomplete bytecode support (2365a9e)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (52567b0)
git at git.haskell.org
- [commit: ghc] wip/T12618: Add DataCon.dataConRepFullArity (ab1f38d)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkCoreConApp: Ensure let/app invariant (3ec078c)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (ddee160)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (ceca9a4)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (1f4b38a)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (2ff3c49)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (9e9470e)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (e0219c0)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (b4fd3bc)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Kill off redundant SigTv check in occurCheckExpand (11f9bff)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix a bug in occurs checking (836f0e2)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix T12512 (15df517)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix T12593 (4557d94)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Turn `__GLASGOW_HASKELL_LLVM__` into an integer again (3b13a04)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix expected output for T7786 (a24092f)
git at git.haskell.org
- [commit: ghc] master: validate: Add --build-only (4d2b15d)
git at git.haskell.org
- [commit: ghc] master: runghc: use executeFile to run ghc process on POSIX (42f1d86)
git at git.haskell.org
- [commit: ghc] master: Mark #6132 as broken on OS X (3630ad3)
git at git.haskell.org
- [commit: ghc] master: Ignore output from derefnull and divbyzero on Darwin (8cab9bd)
git at git.haskell.org
- [commit: ghc] master: testsuite: Mark test for #12355 as unbroken on Darwin. (eda5a4a)
git at git.haskell.org
- [commit: ghc] master: DynFlags: Fix absolute import path to generated header (e9104d4)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (3fc2e85)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (503d94c)
git at git.haskell.org
- [commit: ghc] master: Update Cabal submodule to latest version. (22c6b7f)
git at git.haskell.org
- [commit: ghc] master: runghc: Fix import of System.Process on Windows (8952cc3)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (a7b2939)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (30c432d)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp bytecode: Add more ASSERT (3909506)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (bd6f68d)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp bytecode: Add more ASSERT (ef1168b)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (e2bdc4e)
git at git.haskell.org
- [commit: ghc] master: genapply: update source file in autogenerated text (7a6731c)
git at git.haskell.org
- [commit: ghc] wip/T12618's head updated: ConApp bytecode: Add more ASSERT (ef1168b)
git at git.haskell.org
- [commit: ghc] master: Mark zipWithAndUnzipM as INLINABLE rather than INLINE (c5d6288)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch2: Remove accidentally-added file (ea631c4)
git at git.haskell.org
- [commit: ghc] master: Bring Note in TcDeriv up to date (e4cf962)
git at git.haskell.org
- [commit: ghc] master: Improve error handling in TcRnMonad (465c6c5)
git at git.haskell.org
- [commit: ghc] master: Remove unused T12124.srderr (58ecdf8)
git at git.haskell.org
- [commit: ghc] master: Refactor TcDeriv and TcGenDeriv (4a03012)
git at git.haskell.org
- [commit: ghc] master: RegAlloc: Make some pattern matched complete (a2bedb5)
git at git.haskell.org
- [commit: ghc] master,wip/T12618: Remove dead code “mkHsConApp” (57a207c)
git at git.haskell.org
- [commit: ghc] wip/T12618: Actually desugar to ConApp (f17b59e)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: Include dc worker id in free variables (5a7d036)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp bytecode: Add more ASSERT (e7d8c5a)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (dead code as of yet) (67814af)
git at git.haskell.org
- [commit: ghc] wip/T12618: knownCon: Use ConApp in unfolding of scrutinee (c3e1cb0)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: Include dc worker id in dffvExpr (8fa2420)
git at git.haskell.org
- [commit: ghc] wip/T12618: Use ConApp in tagToEnumRule (8399e73)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkDataConRep: Do not interleave applying arguments and unboxers (f10cbcb)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkCoreConApps: Warn about unsaturated use (6c7668e)
git at git.haskell.org
- [commit: ghc] wip/T12618: Get rid of unitDataConId (use ConApp instead) (3733c4d)
git at git.haskell.org
- [commit: ghc] wip/T12618: Lint: Complain about saturated uses of the data con worker (a40b103)
git at git.haskell.org
- [commit: ghc] wip/T12618: DataCon wrapper: Use ConApp in the body (b486662)
git at git.haskell.org
- [commit: ghc] wip/T12618: Always use ConApp in CoreSyn (32b4719)
git at git.haskell.org
- [commit: ghc] wip/T12618: Handle ConApp in "Eliminate Identity Case" (d192218)
git at git.haskell.org
- [commit: ghc] wip/T12618: Deserialize interface tuples to ConApp (ef7fc1a)
git at git.haskell.org
- [commit: ghc] wip/T12618: Create a simple wrapper for built-in types as well (395db23)
git at git.haskell.org
- [commit: ghc] wip/T12618: Always build a wrapper for data types (39185a4)
git at git.haskell.org
- [commit: ghc] wip/T12618: Desugar: Use Coercible worker, not wrapper (5be97a0c)
git at git.haskell.org
- [commit: ghc] wip/T12618: Reserve a unique for the wrapper of a wired in DataCon (916c152)
git at git.haskell.org
- [commit: ghc] wip/T12618: CorePrep: Stop creating weird bindings for data constructor workers (36143d4)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkCoreConApps: Do not use ConApp for newtypes (ba8341c)
git at git.haskell.org
- [commit: ghc] wip/T12618: New Lint Check: No data con workers any more, please (70e58e8)
git at git.haskell.org
- [commit: ghc] wip/T12618: Use dataConWrapId in unsaturated uses of mkCoreConApps (1aa69bf)
git at git.haskell.org
- [commit: ghc] wip/T12618: Use ConApp when creating True resp. False (65ba986)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp: More Linting (3f42e87)
git at git.haskell.org
- [commit: ghc] wip/T12618: mkSimpleDataConRep: No wrapper for newtypes (48877da)
git at git.haskell.org
- [commit: ghc] wip/T12618's head updated: Use ConApp when creating True resp. False (65ba986)
git at git.haskell.org
- [commit: ghc] master: Add compact to packages so it gets cleaned on make clean. (cbe11d5)
git at git.haskell.org
- [commit: ghc] master: Fix memory leak from #12664 (e41b9c6)
git at git.haskell.org
- [commit: ghc] master: Don't suggest deprecated flags in error messages (f3be304)
git at git.haskell.org
- [commit: ghc] master: Simplify implementation of wWarningFlags (76aaa6e)
git at git.haskell.org
- [commit: ghc] master: Exclude Cabal PackageTests from gen_contents_index. (887485a)
git at git.haskell.org
- [commit: ghc] master: Remove reexports from ghc-boot, help bootstrap with GHC 8. (940ded8)
git at git.haskell.org
- [commit: ghc] master: The Backpack patch. (00b530d)
git at git.haskell.org
- [commit: ghc] master: Note about external interface changes. (3b9e45e)
git at git.haskell.org
- [commit: ghc] master: Tc267, tests what happens if you forgot to knot-tie. (082991a)
git at git.haskell.org
- [commit: ghc] master: Distinguish between UnitId and InstalledUnitId. (4e8a060)
git at git.haskell.org
- [commit: ghc] master: Make InstalledUnitId be ONLY a FastString. (5bd8e8d)
git at git.haskell.org
- [commit: ghc] master: Update haddock.Cabal perf for Cabal update. (027a086)
git at git.haskell.org
- [commit: ghc] master: Cabal submodule update. (46b78e6)
git at git.haskell.org
- [commit: ghc] master: Report that we support Backpack in --info. (61b143a)
git at git.haskell.org
- [commit: ghc] master: Rework renaming of children in export lists. (e660f4b)
git at git.haskell.org
- [commit: ghc] master: Add trailing comma to fix the build. (f2d80de)
git at git.haskell.org
- [commit: ghc] master: Fix build (21647bc)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Merge remote-tracking branch 'origin/master' into wip/hasfield (4dd3636)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Remove Proxy# argument from GHC.OverloadedLabels.fromLabel (3b80b75)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Remove Proxy# argument from HasField and make poly-kinded (319ec37)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Extend extra_files for hasfieldfail01 (93c1ca8)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Add IsLabel (->) instance (d2df666)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Rename overloadedrecfldsghci01 test to duplicaterecfldsghci01 (f906047)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Reintroduce OverloadedRecordFields extension, with specialised behaviour (307ab8e)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Adapt ORF/OL tests (c6f7c45)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Support combination of OverloadedLabels and RebindableSyntax (fixes #12243) (acd495d)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Add a mysterious reverse to correct evidence for HasField (94a4e8f)
git at git.haskell.org
- [commit: ghc] wip/hasfield's head updated: Add a mysterious reverse to correct evidence for HasField (94a4e8f)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Replace EvExpr with more specific EvSelector in EvTerm (bbf6615)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Remove unnecessary SOURCE imports (4078612)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Check HasField instances to prevent overlap with built-in solving (369a3de)
git at git.haskell.org
- [commit: ghc] wip/hasfield: Remove redundant imports (3aaae48)
git at git.haskell.org
- [commit: ghc] master: Generate a unique symbol for signature object stub files, fixes #12673 (7b060e1)
git at git.haskell.org
- [commit: ghc] master: Do not segfault if no common root can be found (bcd3445)
git at git.haskell.org
- [commit: ghc] master: Cleanup PosixSource.h (8dc72f3)
git at git.haskell.org
- [commit: ghc] master: Default +RTS -qn to the number of cores (6c47f2e)
git at git.haskell.org
- [commit: ghc] master: Turn on -n4m with -A16m or greater (85e81a8)
git at git.haskell.org
- [commit: ghc] master: Escape lambda. (1a9705c)
git at git.haskell.org
- [commit: ghc] master: Orient improvement constraints better (b255ae7)
git at git.haskell.org
- [commit: ghc] master: Rename a parameter; trivial refactor (b5c8963)
git at git.haskell.org
- [commit: ghc] master: Delete orphan where clause (88eb773)
git at git.haskell.org
- [commit: ghc] master: Move zonking out of tcFamTyPats (76a5477)
git at git.haskell.org
- [commit: ghc] master: Improved stats for Trac #1969 (cc5ca21)
git at git.haskell.org
- [commit: ghc] master: More tests for Trac #12522 (a6111b8)
git at git.haskell.org
- [commit: ghc] ghc-8.0: runghc: use executeFile to run ghc process on POSIX (c904258)
git at git.haskell.org
- [commit: ghc] ghc-8.0: runghc: Fix import of System.Process on Windows (9cc5a8f)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Escape lambda. (bdfa8a1)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Improve error handling in TcRnMonad (5662cea)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Orient improvement constraints better (12cfcbe)
git at git.haskell.org
- [commit: ghc] ghc-8.0: More tests for Trac #12522 (801cbb4)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add missing test from D2545 (7643c14)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix memory leak from #12664 (b08ffec)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Do not segfault if no common root can be found (ec05551)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Remove reexports from ghc-boot, help bootstrap with GHC 8. (bdfb901)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Don't ignore addTopDecls in module finalizers. (a77bbb8)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix test output (f168a61)
git at git.haskell.org
- [commit: ghc] branch 'wip/T12618-squashed' created
git at git.haskell.org
- [commit: ghc] wip/T12618: Include constructor in freeNamesIfExpr (cc7e754)
git at git.haskell.org
- [commit: ghc] wip/T12618: isTrueLHsExpr: Match on data con wrapper now (13557d6)
git at git.haskell.org
- [commit: ghc] wip/T12618: Temporarily disable rule shadowing warnings (f0b1873)
git at git.haskell.org
- [commit: ghc] wip/T12618: maybe_substitute: Detect ConApp (5a0b128)
git at git.haskell.org
- [commit: ghc] wip/T12618: Revert "CorePrep: Stop creating weird bindings for data constructor workers" (c9a3415)
git at git.haskell.org
- [commit: ghc] wip/T12618: Do not lint the bodz of the data con worker bindings introduced by CorePrep (7a62038)
git at git.haskell.org
- [commit: ghc] : coreToStgExpr: add con worker to free variables reported (ab230b9)
git at git.haskell.org
- [commit: ghc] : Handle ConApp in inlineBoringOk (518ed79)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (6ef0f7e)
git at git.haskell.org
- [commit: ghc] : cpe_ExprIsTrivial: Nullary Constructors are trivial (d519964)
git at git.haskell.org
- [commit: ghc] : Handle nullary Cons in myCollectArgs (4068e40)
git at git.haskell.org
- [commit: ghc] : Handle nullary constructors in the byte code generator. (2fee127)
git at git.haskell.org
- [commit: ghc] : getIdFromTrivialExpr_maybe: Return dataConWorkId for nullary data cons (75e5dd9)
git at git.haskell.org
- [commit: ghc] : Avoid invalid haddock synatx (33728e8)
git at git.haskell.org
- [commit: ghc] : No lint warning about staticPtr data con worker (891c903)
git at git.haskell.org
- [commit: ghc] : Have a compulary unfolding for unboxed tuple wrappers (557166a)
git at git.haskell.org
- [commit: ghc] : Update some test output (0ae46fe)
git at git.haskell.org
- [commit: ghc] : Nullary data constructors are trivial (11b0d18)
git at git.haskell.org
- [commit: ghc] : Move zonking out of tcFamTyPats (09f72a9)
git at git.haskell.org
- [commit: ghc] : sptModuleInitCode: Look for ConApp (5bdf9d0)
git at git.haskell.org
- [commit: ghc] : Update debugger test output (0a5850d)
git at git.haskell.org
- [commit: ghc] : SetLevels: Do not float nullary data constructors (32a2826)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (6ef0f7e)
git at git.haskell.org
- [commit: ghc] branch 'wip/T12618-squashed' deleted
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (4dcdb0f)
git at git.haskell.org
- [commit: ghc] master: Add test case for #12689 (b5be2ec)
git at git.haskell.org
- [commit: ghc] master: Add a broken test case for #12689 (f8d2c20)
git at git.haskell.org
- [commit: ghc] wip/T12618: Make data con wrappers ConLike (and see what happens) (f8312ea)
git at git.haskell.org
- [commit: ghc] master: Add derived shadows only for Wanted constraints (8fa5f5b)
git at git.haskell.org
- [commit: ghc] master: Comments and equation ordering only (d2959df)
git at git.haskell.org
- [commit: ghc] master: RnExpr: Actually fail if patterns found in expression (bce9908)
git at git.haskell.org
- [commit: ghc] master: testsuite: Bump T1969 allocations (577effd)
git at git.haskell.org
- [commit: ghc] wip/T12618: Make data con wrappers ConLike (and see what happens) (1389be9)
git at git.haskell.org
- [commit: ghc] master: Add test for #12411 (184d7cb)
git at git.haskell.org
- [commit: ghc] master: Add test for #12589 (042c593)
git at git.haskell.org
- [commit: ghc] master: Add test for #12456 (fef1df4)
git at git.haskell.org
- [commit: ghc] master: Add missing @since annotations (57f7a37)
git at git.haskell.org
- [commit: ghc] master: Further improve error handling in TcRn monad (2fdf21b)
git at git.haskell.org
- [commit: ghc] ghc-8.0: RnExpr: Actually fail if patterns found in expression (47ae01b)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add derived shadows only for Wanted constraints (fefc530)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Some tiding up in TcGenDeriv (cec5066)
git at git.haskell.org
- [commit: ghc] ghc-8.0: validate: Add --build-only (5230fa0)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix impredicativity (again) (c93ad55)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix an assertion that could randomly fail (b7d6e20)
git at git.haskell.org
- [commit: ghc] ghc-8.0: testsuite: Bump T1969 expected bytes allocated (59741e4)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add test for #12456 (243994c)
git at git.haskell.org
- [commit: ghc] master: Cabal submodule update. (015e9e3)
git at git.haskell.org
- [commit: ghc] wip/T12618: Introduce ConApp to Core (2670589)
git at git.haskell.org
- [commit: ghc] wip/T12618: Squashed ConApp commit (b5f98af)
git at git.haskell.org
- [commit: ghc] wip/names3: Unique: Simplify encoding of sum uniques (4fcff2d)
git at git.haskell.org
- [commit: ghc] wip/names3: Handle deserialization of tuples, etc specifically (0dfbea4)
git at git.haskell.org
- [commit: ghc] wip/names3: Fix some style issues (38c40f3)
git at git.haskell.org
- [commit: ghc] wip/names3: MkIface: Turn a foldr into a foldl' (6a58e04)
git at git.haskell.org
- [commit: ghc] wip/names3: Fix RnModIface (7803d1b)
git at git.haskell.org
- [commit: ghc] wip/names3's head updated: Fix RnModIface (7803d1b)
git at git.haskell.org
- [commit: ghc] wip/names3: Fix haddock submodule (82f3f6c)
git at git.haskell.org
- [commit: ghc] wip/names3: Fix DFun renaming (37cca26)
git at git.haskell.org
- [commit: ghc] master: Unique: Simplify encoding of sum uniques (1cccb64)
git at git.haskell.org
- [commit: ghc] master: Clean up handling of known-key Names in interface files (34d933d)
git at git.haskell.org
- [commit: ghc] master: MkIface: Turn a foldr into a foldl' (3991da4)
git at git.haskell.org
- [commit: ghc] master: PrelInfo: Fix style (90df91a)
git at git.haskell.org
- [commit: ghc] master: Improve find_lbl panic message (aa06883)
git at git.haskell.org
- [commit: ghc] master: Add missing Semigroup instances for Monoidal datatypes in base (8c6a3d6)
git at git.haskell.org
- [commit: ghc] master: Check for empty entity string in "prim" foreign imports (6c73932)
git at git.haskell.org
- [commit: ghc] master: Build ghc-iserv with --export-dynamic (3ce0e0b)
git at git.haskell.org
- [commit: ghc] master: Make error when deriving an instance for a typeclass less misleading (d5a4e49)
git at git.haskell.org
- [commit: ghc] master: Disable T-signals-child test on single-threaded runtime (0d9524a)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Further improve error handling in TcRn monad (1ef2742)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Disable T-signals-child test on single-threaded runtime (1aaa6f6)
git at git.haskell.org
- [commit: ghc] ghc-8.0: testsuite: Add testcase for #12355 (0f9a8a9)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Check for empty entity string in "prim" foreign imports (5eab189)
git at git.haskell.org
- [commit: ghc] wip/T12618: Have SimpleWrapperUnfoldings (be4a16d)
git at git.haskell.org
- [commit: ghc] wip/T12618: Have SimpleWrapperUnfoldings (6419c31)
git at git.haskell.org
- [commit: ghc] master: Fix Windows build following D2588 (e39589e)
git at git.haskell.org
- [commit: ghc] wip/T12618: magictDict built-in rule: Also match ConApp (27cab4f)
git at git.haskell.org
- [commit: ghc] master: Fix Show derivation in the presence of RebindableSyntax/OverloadedStrings (b501709)
git at git.haskell.org
- [commit: ghc] master: Add a forward reference for a Note (512541b)
git at git.haskell.org
- [commit: ghc] master: Correct name of makeStableName in haddock (afdde48)
git at git.haskell.org
- [commit: ghc] master: Comments about -Wredundant-constraints (3174beb)
git at git.haskell.org
- [commit: ghc] master: Fix comment typo (82b54fc)
git at git.haskell.org
- [commit: ghc] master: Fix shadowing in mkWwBodies (692c8df)
git at git.haskell.org
- [commit: ghc] master: Typo in comment (609d2c8)
git at git.haskell.org
- [commit: ghc] master: Correct order of existentials in pattern synonyms (a693d1c)
git at git.haskell.org
- [commit: ghc] master: Fix wrapping order in matchExpectedConTy (f7278a9)
git at git.haskell.org
- [commit: ghc] master: Test Trac #12681 (1790762)
git at git.haskell.org
- [commit: ghc] master: Add more variants of T3064 (in comments) (156db6b)
git at git.haskell.org
- [commit: ghc] master: Reduce trace output slightly (db71d97)
git at git.haskell.org
- [commit: ghc] master: Comments only (a391a38)
git at git.haskell.org
- [commit: ghc] master: Typos in comments (f43db14)
git at git.haskell.org
- [commit: ghc] master: Re-add accidentally-deleted line (3adaacd)
git at git.haskell.org
- [commit: ghc] master: testsuite: Work around #12554 (9cb4459)
git at git.haskell.org
- [commit: ghc] master: testsuite: Eliminate unnecessary compile_timeout_multiplier (5b55e4b)
git at git.haskell.org
- [commit: ghc] master: testsuite/driver: More Unicode awareness (7d2df32)
git at git.haskell.org
- [commit: ghc] master: testsuite: Mark break011 as broken (deed418)
git at git.haskell.org
- [commit: ghc] master: validate: Allow user to override Python interpreter (17d696f)
git at git.haskell.org
- [commit: ghc] master: testsuite/timeout: Ensure that processes are cleaned up on Windows (c6ee773)
git at git.haskell.org
- [commit: ghc] master: testsuite: Mark T9405 as broken on Windows (3325435)
git at git.haskell.org
- [commit: ghc] master: testsuite/driver: Never symlink on Windows (8bb960e)
git at git.haskell.org
- [commit: ghc] master: testsuite: Mark T10858 as broken on Windows (8b84b4f)
git at git.haskell.org
- [commit: ghc] master: testsuite/driver: Allow threading on Windows (2864ad7)
git at git.haskell.org
- [commit: ghc] master: testsuite: Mark T7037 as broken on Windows (c5c6d80)
git at git.haskell.org
- [commit: ghc] master: Bump parallel submodule (cf5eec3)
git at git.haskell.org
- [commit: ghc] master: Track dep_finsts in exports hash, as it affects downstream deps. (8fa2cdb)
git at git.haskell.org
- [commit: ghc] master: Add option to not retain CAFs to the linker API (f148513)
git at git.haskell.org
- [commit: ghc] master: remove unnecessary ifdef (1275994)
git at git.haskell.org
- [commit: ghc] master: fixup! Add option to not retain CAFs to the linker API (46f5f02)
git at git.haskell.org
- [commit: ghc] wip/T12618: Handle ConApp in more points in the Specializer (74d26f8)
git at git.haskell.org
- [commit: ghc] master: DynamicLoading: Replace map + zip with zipWith (7129861)
git at git.haskell.org
- [commit: ghc] master: ghc/Main.hs: Add import list to DynamicLoading (161f463)
git at git.haskell.org
- [commit: ghc] wip/T12618: Squashed commit of adding ConApp (1c4c643)
git at git.haskell.org
- [commit: ghc] master: fix build failure on Solaris caused by usage of --export-dynamic (fa8940e)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Correct order of existentials in pattern synonyms (5c02b84)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix wrapping order in matchExpectedConTy (bfaa770)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Don't omit any evidence bindings (be94aeb)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add test for #12589 (9467dfa)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add test for #12411 (d84a824)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix shadowing in mkWwBodies (8ab454d)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Fix Show derivation in the presence of RebindableSyntax/OverloadedStrings (d7a1f68)
git at git.haskell.org
- [commit: ghc] master: Add some missing RTS symbols (a3bc93e)
git at git.haskell.org
- [commit: ghc] master: Compute export hash based on ALL transitive orphan modules. (3866481)
git at git.haskell.org
- [commit: ghc] master: cmm/Hoopl/Dataflow: remove unused code (02f2f21)
git at git.haskell.org
- [commit: ghc] master: Test for newtype with unboxed argument (1f09c16)
git at git.haskell.org
- [commit: ghc] master: StgCmmPrim: Add missing write barrier. (2cb8cc2)
git at git.haskell.org
- [commit: ghc] master: configure.ac: Report Unregisterised setting (a6094fa)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (384439f)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: fixup (d96f656)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (51308bc)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (a5b2e8f)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: rts: Add `-Wundef` to CFLAGS and fix warnings (f734afd)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (a154d14)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (1ee8879)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: fixup (2552617)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: wip (ba36d63)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts's head updated: wip (ba36d63)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: rts: Add `-Wundef` to CFLAGS and fix warnings (397fa9a)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: fixup (dc9c1ca)
git at git.haskell.org
- [commit: ghc] wip/erikd/rts: fixup (1e18f88)
git at git.haskell.org
- [commit: ghc] master: New story for abstract data types in hsig files. (518f289)
git at git.haskell.org
- [commit: ghc] master: Support constraint synonym implementations of abstract classes. (7e77c4b)
git at git.haskell.org
- [commit: ghc] master: Only delete instances when merging when there is an exact match. (9df4ce4)
git at git.haskell.org
- [commit: ghc] master: Mark previously failing backpack tests as passing, with correct output. (01490b4)
git at git.haskell.org
- [commit: ghc] master: Fix Mac OS X build by removing space after ASSERT. (c2142ca)
git at git.haskell.org
- [commit: ghc] master: check-cpp: Make it more robust (c23dc61)
git at git.haskell.org
- [commit: ghc] master: Typos in comments (ff225b4)
git at git.haskell.org
- [commit: ghc] wip/T12618: Compress arguments to ConApp (fef52ca)
git at git.haskell.org
- [commit: ghc] wip/T12618: ConApp compression: Fix collectStaticPtrSatArgs (c312228)
git at git.haskell.org
- [commit: ghc] wip/T12618: Compress arguments to ConApp (e1b85d5)
git at git.haskell.org
- [commit: ghc] master: Refactor typechecking of pattern bindings (45bfd1a)
git at git.haskell.org
- [commit: ghc] master: Test Trac #12507 (cdbc73a)
git at git.haskell.org
- [commit: ghc] master: Comments and trivial refactoring (82efad7)
git at git.haskell.org
- [commit: ghc] master: Make TcLevel increase by 1 not 2 (d61c7e8)
git at git.haskell.org
- [commit: ghc] master: A collection of type-inference refactorings. (3f5673f)
git at git.haskell.org
- [commit: ghc] master: Accept 20% dedgradation in Trac #5030 compile time (1f09b24)
git at git.haskell.org
- [commit: ghc] master: Refactor occurrence-check logic (9417e57)
git at git.haskell.org
- [commit: ghc] master: Define emitNewWantedEq, and use it (e1fc5a3)
git at git.haskell.org
- [commit: ghc] master: Improve TcCanonical.unifyWanted and unifyDerived (6ddba64)
git at git.haskell.org
- [commit: ghc] wip/T12618: Fix calculation of res_ty in CoreFVs (d136b6b)
git at git.haskell.org
- [commit: ghc] wip/T12618: Squached ConApp commit (38dbcb1)
git at git.haskell.org
- [commit: ghc] wip/T12618: Compress arguments to ConApp (a875ab3)
git at git.haskell.org
- [commit: ghc] wip/T12618: Cache the analysis of the data con type (201332e)
git at git.haskell.org
- [commit: ghc] master: Add and use a new dynamic-library-dirs field in the ghc-pkg info (f41a8a3)
git at git.haskell.org
- [commit: ghc] branch 'wip/D2471' deleted
git at git.haskell.org
- [commit: ghc] branch 'wip/erikd/cpp-undef' created
git at git.haskell.org
- [commit: ghc] wip/erikd/cpp-undef: Add -Wcpp-undef warning flag (767ee63)
git at git.haskell.org
- [commit: ghc] master: Fix failure in setnumcapabilities001 (#12728) (acc9851)
git at git.haskell.org
- [commit: ghc] master: rts: configure.ac should populate HAVE_LIBNUMA instead of USE_LIBNUMA (1050e46)
git at git.haskell.org
- [commit: ghc] master: Skip T5611 on OSX as it fails non-deterministically. (a662f46)
git at git.haskell.org
- [commit: ghc] master: Add -Wcpp-undef warning flag (3cb32d8)
git at git.haskell.org
- [commit: ghc] master: Refactoring: Delete copied function in backpack/NameShape (6e9a51c)
git at git.haskell.org
- [commit: ghc] master: cmm/Hoopl/Dataflow: minor cleanup (b76cf04)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Test for newtype with unboxed argument (4c8aab8)
git at git.haskell.org
- [commit: ghc] ghc-8.0: Add and use a new dynamic-library-dirs field in the ghc-pkg info (9448e62)
git at git.haskell.org
- [commit: ghc] branch 'wip/erikd/cpp-undef' deleted
git at git.haskell.org
- [commit: ghc] master: rts/package.conf.in: Fix CPP usage (aaede1e)
git at git.haskell.org
- [commit: ghc] master: Refactoring: Replace when (not ...) with unless in ErrUtils (a6bcf87)
git at git.haskell.org
- [commit: ghc] master: rts: Move path utilities to separate source file (f084e68)
git at git.haskell.org
- [commit: ghc] branch 'wip/spj-tc-branch3' created
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Delete bogus comments (1f76501)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: SPJ work in progress (5cd257c)
git at git.haskell.org
- [commit: ghc] master: Prioritise class-level equality costraints (1c4a39d)
git at git.haskell.org
- [commit: ghc] master: Don't instantaite when typechecking a pattern synonym (1221f81)
git at git.haskell.org
- [commit: ghc] master: Take account of kinds in promoteTcType (08ba691)
git at git.haskell.org
- [commit: ghc] master: Test Trac #12174 (03b0b8e)
git at git.haskell.org
- [commit: ghc] master: Test Trac #12081 (853cdae)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Delete bogus comments (ce20685)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: SPJ work in progress (d387268)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: More work in progress (03c0046)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3's head updated: More work in progress (03c0046)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: More work in progress (d8f3bcf)
git at git.haskell.org
- [commit: ghc] master: testsuite: Bump peak_megabytes_allocated for T3064 (a182c0e)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Make a panic into an ASSERT (e26f3b7)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Fix a bug in mk_superclasses_of (20e7432)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Comments only in TcType (fc72e5d)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: More constraint-solver refactoring (42d5eb7)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3's head updated: More constraint-solver refactoring (42d5eb7)
git at git.haskell.org
- [commit: ghc] master: Fundeps work even for unary type classes (801c263)
git at git.haskell.org
- [commit: ghc] wip/spj-tc-branch3: Responding to Richard's comments on Phab (3f8e408)
git at git.haskell.org
- [commit: ghc] master: Delete extraneous backtick in users' guide (9f814b2)
git at git.haskell.org
- [commit: ghc] master: Make traceRn behave more like traceTc (925d178)
git at git.haskell.org
- [commit: ghc] master: rts/linker: Move loadArchive to new source file (488a9ed)
git at git.haskell.org
- [commit: ghc] master: Refine ASSERT in buildPatSyn for the nullary case. (23143f6)
git at git.haskell.org
- [commit: ghc] master: Remove -dtrace-level (48876ae)
git at git.haskell.org
- [commit: ghc] master: CmmUtils: remove the last dataflow functions (b8effa7)
git at git.haskell.org
- [commit: ghc] master: Simple refactor to remove misleading comment (3562727)
git at git.haskell.org
- [commit: ghc] master: Collect coercion variables, not type variables (f9308c2)
git at git.haskell.org
- [commit: ghc] master: Allow levity-polymorpic arrows (eefe86d)
git at git.haskell.org
- [commit: ghc] master: Fix typo in comment (0eb8934)
git at git.haskell.org
- [commit: ghc] master: Revert "rts/linker: Move loadArchive to new source file" (cc29eb5)
git at git.haskell.org
- [commit: ghc] master: Minor doc addition as requested in #12774. (815b837)
git at git.haskell.org
- [commit: ghc] master: Clarify comments on kinds (Trac #12536) (7187ded)
git at git.haskell.org
- [commit: ghc] master: Make it possible to use +RTS -qn without -N (aae2b3d)
git at git.haskell.org
- [commit: ghc] master: Add test for #12732 (60343a4)
git at git.haskell.org
- [commit: ghc] master: Minor refactoring in stg_unpackClosurezh (4b300a3)
git at git.haskell.org
- [commit: ghc] master: Document unpackClosure# primop (5ebcb3a)
git at git.haskell.org
- [commit: ghc] branch 'wip/ghc-7.10-with-timings' created
git at git.haskell.org
- [commit: ghc] wip/ghc-7.10-with-timings: ErrUtils: Add timings to compiler phases (fb40d41)
git at git.haskell.org
- [commit: ghc] ghc-7.10's head updated: ErrUtils: Add timings to compiler phases (fb40d41)
git at git.haskell.org
- [commit: ghc] master: Fix a bug in parallel GC synchronisation (4e088b4)
git at git.haskell.org
- [commit: ghc] master: Zap redundant imports (7ddbdfd)
git at git.haskell.org
- [commit: ghc] master: Typos in comments (80d4a03)
git at git.haskell.org
- [commit: ghc] master: Align GHCi's library search order more closely with LDs (795be0e)
git at git.haskell.org
Last message date:
Mon Oct 31 21:03:41 UTC 2016
Archived on: Mon Oct 31 20:49:00 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).