May 2013 Archives by subject
Starting: Thu May 2 17:28:23 CEST 2013
Ending: Fri May 31 20:03:30 CEST 2013
Messages: 315
- [commit: base] master: Add an __hsbase_ prefix to the MD5 symbols (#7914) (749730c)
Simon Marlow
- [commit: base] master: Add code to convert from representation types, to existentially quantified singletons. (f7fb908)
Iavor Diatchki
- [commit: base] master: Add comprehensive test for codepage encodings+recovery for them (76970e0)
Max Bolingbroke
- [commit: base] master: add Foldable and Traversable instances for Either a and (, ) a (a9a9ce6)
Ross Paterson
- [commit: base] master: Add tests for kind-polymorphic Control.Category (d901b4c)
Austin Seipp
- [commit: base] master: Another build ordering fix (91c2811)
Ian Lynagh
- [commit: base] master: Derive Typeable for RealWorld and (->), now that we can (2d0e1d6)
José Pedro Magalhães
- [commit: base] master: Enable PolyKinds for Control.Category. (b1fc627)
Austin Seipp
- [commit: base] master: Fix build order when building with integer-simple (dc2b8f7)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of http://darcs.haskell.org/packages/base (165f490)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/packages/base (898fd6c)
Iavor Diatchki
- [commit: base] master: Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/packages/base (eb5cb1d)
Iavor Diatchki
- [commit: base] master: More build ordering fixes (d6b6a0a)
Ian Lynagh
- [commit: base] master: Omit T7773 on Msys (26ea882)
Simon Peyton Jones
- [commit: base] master: Redo and cleanup the change replacing `unsafe*` with `toSing` (14bd3c1)
Iavor Diatchki
- [commit: base] master: Revert "Add code to convert from representation types, to existentially quantified singletons." (216d590)
Ian Lynagh
- [commit: base] master: Support for Windows DBCS and new SBCS with MultiByteToWideChar (f982978)
Max Bolingbroke
- [commit: base] master: Update parallel IO manager to handle the invalid files in the same way as previous IO manager. (d754719)
Andreas Voellmy
- [commit: ghc] : Add names for TExp type constructor and unType. (3d0c588)
Geoffrey Mainland
- [commit: ghc] : Add syntactic support for typed expression brackets and splices. (431849e)
Geoffrey Mainland
- [commit: ghc] : Add syntactic support for typed expression brackets and splices. (a1af9a2)
Geoffrey Mainland
- [commit: ghc] : Check the staging restriction in the renamer. (c7b6697)
Geoffrey Mainland
- [commit: ghc] : Consolidate TH renaming. (3c601d7)
Geoffrey Mainland
- [commit: ghc] : Consolidate TH renaming. (47cd50c)
Geoffrey Mainland
- [commit: ghc] : Differentiate typed and untyped splices and brackets in the abstract syntax. (aab6283)
Geoffrey Mainland
- [commit: ghc] : Move renamer splice functionality into a separate module. (4d772a5)
Geoffrey Mainland
- [commit: ghc] : Move renamer splice functionality into a separate module. (c70652a)
Geoffrey Mainland
- [commit: ghc] : Track the typed/untyped distinction in the current TH stage. (2085dc1)
Geoffrey Mainland
- [commit: ghc] : Untabify (1181198)
Geoffrey Mainland
- [commit: ghc] : Untabify (383b7c6)
Geoffrey Mainland
- [commit: ghc] : Untabify (52aa5fc)
Geoffrey Mainland
- [commit: ghc] : Untabify (9cab9f7)
Geoffrey Mainland
- [commit: ghc] : Untabify (df0f026)
Geoffrey Mainland
- [commit: ghc] : Untabify (fcef9f5)
Geoffrey Mainland
- [commit: ghc] branch 'th-new' created
Geoffrey Mainland
- [commit: ghc] ghc-lwc2: Added ConcurrentList specialized for chameneos redux (361e097)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Added debug messages to tease out the unsafe use of withArrayLen. Added comment. (622ae3c)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Added explicit error condition in Chameneos:complement (3eea595)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Added FairShare user-level scheduler. Uses heavy-weight getClockTime. (eb2f919)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Added support for handling cases where SConts migrate capabilities. However, Sieve/ConcurrentListStealing.hs doesn't perform well when compared to Sieve/ConcurrentList.hs. Hmmm.. Perhaps it has to do with bound threads being stolen? (061e541)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Cleaning up tests (b5d895c)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Extending the safe-foreign call fix (previous commit) to ThreadSwitch. During a thread switch, if the source thread had been marked to release the scheduler, this flag is inherited by the target thread (thread being switched to). scheduleHandleThreadSwitch takes care of releasing the scheduler. (2374b6f)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: FairShare scheduling can either be on concrete time or counts (e80c0c8)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Fixed the races in stg_atomicSwitch. Once the atomicSwitch transaction has succeeded, we spin wait till any parallelly running capability that might be giving up control of the target TSO we are switching to has time to perform the necessary cleanup. (f24ff1e)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Fixes for safe-foreign calls. tso->release_ULS added to indicate that the thread resuming after a safe-foreign function all that its user-level scheduler has been already resumed. Hence, the next time this thread enters the scheduler loop, it gives up its scheduler. (b18199d)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Handling corner-cases in resuming schedulers that were blocked on foreign call and blackholes. (cfb7a56)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Minor comment edit to TysPrim. Exposing isSContBound* from LwConc.Substrate. (a23a87e)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Minor edit to get the errno right in resumeThread if the user-level scheduler associated with the thread blocked on the foreign call had already been resumed. (0a6c2b9)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Moved debugPrint (skips IOManager) to LwConc.Substrate (c5b1aee)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Refactor code in LwConc. Added RunQueueStealing. (3bac6cb)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Refactoring tests (fa74214)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Refactoring yieldControlAction such that the SCont being switched away from is available. This is useful for thread accountability, and in general, something essential for debugging and optimizing user-level schedulers. (590bb6a)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removed tabs (4a46649)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removed tabs (dc6968c)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removed tabs from tab free files (406b074)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removed unnecessary branch from unblock thread code (a774fb7)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removing checks from setSContCapability. Races in stg_atomicSwitch causes SCont stealing to fail. (9bfbcf8)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Removing tabs from tab free files (06a8c06)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: RTS Scheduler minor fix: Upcall thread has more priority than other threads on RTS runqueue. (ed49cf3)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Tab fixes (758184a)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc2: Testing time accounting in scheduler (ChameneosRedux). Added default (unit) SCont-local state in newSCont function. (dd4b7b8)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] master: Accept derived Read on an empty data type (Trac #7931) (cf7e2fa)
Simon Peyton Jones
- [commit: ghc] master: Add a primitive for coercing values into dictionaries in a special case. (ac330cb)
Iavor Diatchki
- [commit: ghc] master: Add an echo target to the build system (6f36790)
Ian Lynagh
- [commit: ghc] master: add arm-unknown-linux to platforms which do not support shared libs (8e51a7a)
Ian Lynagh
- [commit: ghc] master: Add some extra debugging info (f7e33ca)
Ian Lynagh
- [commit: ghc] master: Allow deriving Typeable for more tycons (92191a3)
José Pedro Magalhães
- [commit: ghc] master: Build statically when using LLVM. (fc9229d)
Geoffrey Mainland
- [commit: ghc] master: Check for illegal syntax in types (fixes Trac #7943) (cfb9bee)
Simon Peyton Jones
- [commit: ghc] master: Comment typo (b80fcce)
Simon Peyton Jones
- [commit: ghc] master: Comments only (a91e230)
Simon Peyton Jones
- [commit: ghc] master: Comments only (ca2d30c)
Simon Peyton Jones
- [commit: ghc] master: Define chkAppend, and use it (3d81b68)
Simon Peyton Jones
- [commit: ghc] master: Define the right RTS config in the Windows dyn wrapper programs (192c7b7)
Ian Lynagh
- [commit: ghc] master: Do not do an ambiguity check on the type in a GHCi ":kind" command (3d0d8d0)
Simon Peyton Jones
- [commit: ghc] master: Do not duplicate work in SpecConstr (fix Trac #7865) (ed54858)
Simon Peyton Jones
- [commit: ghc] master: Documentation: use new syntax for record GADTs (#7915) (9fc2778)
Simon Peyton Jones
- [commit: ghc] master: Don't link base/rts/... into C wrapper programs (8ed0bda)
Ian Lynagh
- [commit: ghc] master: Don't suppress foralls in the RHS of a type synonym definition! (9e390fd)
Simon Peyton Jones
- [commit: ghc] master: Don't try to build bindist wrappers on Windows (efc515a)
Ian Lynagh
- [commit: ghc] master: Don't try to make windows-installer (b519e00)
Ian Lynagh
- [commit: ghc] master: Don't try to use -dynamic-too on Windows (20d8e8c)
Ian Lynagh
- [commit: ghc] master: Eliminate (given) flatten-skolems in favour of user type variables (db07129)
Simon Peyton Jones
- [commit: ghc] master: Eta-reduce data/newtype family instance axioms (Trac #4185) (827cc50)
Simon Peyton Jones
- [commit: ghc] master: Expose __word_encode{Float,Double}; fixes integer-simple build (e20dfbc)
Ian Lynagh
- [commit: ghc] master: extended ticky to also track "let"s that are not conventional closures (11a85cc)
Nicolas Frisby
- [commit: ghc] master: Fix #5863 (6806906)
José Pedro Magalhães
- [commit: ghc] master: Fix -dynamic-too on Windows (5734f7a)
Ian Lynagh
- [commit: ghc] master: Fix a build problem with integer-simple (fdd552e)
Ian Lynagh
- [commit: ghc] master: Fix a problem caused by very large objects (#7919) (1d3fa86)
Simon Marlow
- [commit: ghc] master: Fix a trailing case in making FamInstTyCon, where the invariant didn't hold, leading to subsequent chaos. Happily an ASSERT caught it. (d0ecba6)
Simon Peyton Jones
- [commit: ghc] master: Fix an all-target call in the build system (eb569b6)
Ian Lynagh
- [commit: ghc] master: Fix build problem: Error: junk `.get_pc_thunk.bx' after expression; trac #7799 (bf6854b)
Ian Lynagh
- [commit: ghc] master: fix comment (#7907) (22574cf)
Simon Marlow
- [commit: ghc] master: Fix crash with large objects (#7919) (d8dd3cf)
Simon Marlow
- [commit: ghc] master: Fix dynamically linked GHC on Windows (a5a52d7)
Ian Lynagh
- [commit: ghc] master: Fix ghci on Windows when GHC is dynamically linked (69a343a)
Ian Lynagh
- [commit: ghc] master: Fix kind quantification (again) (7a7530a)
Simon Peyton Jones
- [commit: ghc] master: Fix parsing export lists (891857a)
Ian Lynagh
- [commit: ghc] master: Fix Read for empty data types (again; Trac #7931) (30059bd)
Simon Peyton Jones
- [commit: ghc] master: Fix the GHC package DLL-splitting (60b86b0)
Ian Lynagh
- [commit: ghc] master: Fix the name of libffi (ba00c33)
Ian Lynagh
- [commit: ghc] master: Fix typechecking of pattern bindings that have type signatures (Trac #7268) (0452021)
Simon Peyton Jones
- [commit: ghc] master: Fix/update SayAnnNames plugin example code. (71aaa3f)
Erik de Castro
- [commit: ghc] master: Generate dependencies for .cmm files properly (dca18dc)
Ian Lynagh
- [commit: ghc] master: Give 'unboundName' a very low binding precedence (efc8ad1)
Simon Peyton Jones
- [commit: ghc] master: Handle -opt<blah> options more consistently (#7909) (1e2b378)
Simon Marlow
- [commit: ghc] master: Improve documentation of kind polymorphism (3722f03)
Simon Peyton Jones
- [commit: ghc] master: Improve error message for existential newtypes (bee30a6)
Simon Peyton Jones
- [commit: ghc] master: Improve pretty-printing of inline-family pragmas; fixes Trac #7906 (1d4704d)
Simon Peyton Jones
- [commit: ghc] master: Improve validity check to give better error message (936001c)
Simon Peyton Jones
- [commit: ghc] master: In doTopReactDict, try lookup even if fundeps work (d31dd88)
Simon Peyton Jones
- [commit: ghc] master: Kill dead code. (089cb62)
Austin Seipp
- [commit: ghc] master: Link to the right RTS whenever we build a .dll on Windows (41e5229)
Ian Lynagh
- [commit: ghc] master: Make 'SPECIALISE instance' work again (1ed0409)
Simon Peyton Jones
- [commit: ghc] master: Make 'undefined' have the magical type 'forall (a:OpenKind).a' (a18ea4f)
Simon Peyton Jones
- [commit: ghc] master: Make -fno-flat-cache use a dynamic, rather than static, flag (0499eac)
Ian Lynagh
- [commit: ghc] master: Make AutoDeriveTypeable derive Typeable instances for promoted data constructors (6cc5bd7)
José Pedro Magalhães
- [commit: ghc] master: Make dynamic GHC no Windows installable too (c6a05a7)
Ian Lynagh
- [commit: ghc] master: Make isPredTy not use typeKind (f3472f5)
Simon Peyton Jones
- [commit: ghc] master: Make reifyInstances expand type synonyms robustly (Trac #7910) (672553e)
Simon Peyton Jones
- [commit: ghc] master: Make splitHsAppTys look through parentheses, fixing Trac #7903 (fe389f5)
Simon Peyton Jones
- [commit: ghc] master: Make sure the RTS is built, even when no programs are being built with stage1 (3d51be4)
Ian Lynagh
- [commit: ghc] master: Make the current module available to labelDynamic (b8447a9)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (7849266)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (9d18aea)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (bb2795d)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (d533da9)
Ian Lynagh
- [commit: ghc] master: Merge win:/cygdrive/c/ghc/git/dt (0aae298)
Ian Lynagh
- [commit: ghc] master: Modernise code in rename/RnEnv.lhs (40cdee7)
Ian Lynagh
- [commit: ghc] master: Modernise some code (a2be710)
Ian Lynagh
- [commit: ghc] master: More work towards dynamic programs on Windows (b35a6ce)
Ian Lynagh
- [commit: ghc] master: Move the genSym stuff from rts into compiler (a08759d)
Ian Lynagh
- [commit: ghc] master: Need to work around #7799 on all i386 platforms, not just Darwin (1227600)
Ian Lynagh
- [commit: ghc] master: Print kinds of non-* tyvar binders in pprTyThing (b94e98a)
Simon Peyton Jones
- [commit: ghc] master: Refactor cmmMakeDynamicReference (7e723a1)
Ian Lynagh
- [commit: ghc] master: Refer to the wiki page in the "Make has restarted itself n times" error (83a9f4f)
Ian Lynagh
- [commit: ghc] master: Refine 'type_determines_value' in Specialise. Fix Trac #7785. (5949ff2)
Simon Peyton Jones
- [commit: ghc] master: Remove a "mappM = mapM" wrapper in typecheck/TcHsSyn.lhs (ee4a534)
Ian Lynagh
- [commit: ghc] master: Remove a "returnM = return" wrapper in typecheck/TcHsSyn.lhs (4e84e51)
Ian Lynagh
- [commit: ghc] master: Remove a redundant wrapper function (8241cdd)
Ian Lynagh
- [commit: ghc] master: Remove an old commented out import (fe427ea)
Ian Lynagh
- [commit: ghc] master: Remove an out-of-date comment (bc5bf1b)
Ian Lynagh
- [commit: ghc] master: Remove obsolete documentation. (b935841)
Austin Seipp
- [commit: ghc] master: Remove redundant cmmMakeDynamicReference' wrapper (1cc96d5)
Ian Lynagh
- [commit: ghc] master: Remove unused __2Int_encodeDouble (a4cc7b1)
Ian Lynagh
- [commit: ghc] master: Reorganize mk/build.mk.sample a little. (c041b62)
Austin Seipp
- [commit: ghc] master: Revert "Fix -dynamic-too on Windows" (2ea79ab)
Ian Lynagh
- [commit: ghc] master: rts_checkSchedStatus: exit the thread, not the process, when Interrupted (674cf90)
Simon Marlow
- [commit: ghc] master: Run ghc-pkg check during validate (26c7d94)
Ian Lynagh
- [commit: ghc] master: set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libs (192a8f9)
Ian Lynagh
- [commit: ghc] master: Simplify ghc-cabal (ff1a16a)
Ian Lynagh
- [commit: ghc] master: Simplify kind generalisation, and fix Trac #7916 (ce89bde)
Simon Peyton Jones
- [commit: ghc] master: Some build system tweaks (315b36b)
Ian Lynagh
- [commit: ghc] master: SpecConstr: seed specialisation of top-level bindings, as with letrecs. (8a58851)
Amos Robinson
- [commit: ghc] master: Stop excluding the dyn way for the dph packages on Windows (2c9cb4d)
Ian Lynagh
- [commit: ghc] master: Treat foreign imported things in CMM as being in this package (4be70f9)
Ian Lynagh
- [commit: ghc] master: Update a comment; spotted by Carter Schonwald (a44978b)
Ian Lynagh
- [commit: ghc] master: Update the name cache when creating new names via DeriveGeneric (ad1bc9d)
José Pedro Magalhães
- [commit: ghc] master: Use NatM_State record fields, rather than matching/constructing the whole type (58dcced)
Ian Lynagh
- [commit: ghc] master: Use new TcHsType.zonkSigType to establish Type invariants (8d49ef1)
Simon Peyton Jones
- [commit: ghc] master: Use the symmetric version of the newtype coercion. (da345e4)
Iavor Diatchki
- [commit: ghc] master: We actually need to use -threaded/-debug when linking /all/ DLLs (b2cae55)
Ian Lynagh
- [commit: ghc] master: We can't use Integer literals when compiling the integer-* package, either (6acfc45)
Ian Lynagh
- [commit: ghc] master: When verbose, give more information about cache status (896d0f1)
Ian Lynagh
- [commit: ghc] master: Whitespace only in typecheck/TcHsSyn.lhs (3a1ecd9)
Ian Lynagh
- [commit: ghc] master: Wibbles to yesterday's "Simplify kind generalisation" patch (09b025e)
Simon Peyton Jones
- [commit: ghc] th-new's head updated: Change the types of typed brackets and splices. (49d1809)
Geoffrey Mainland
- [commit: ghc] th-new's head updated: Change the types of typed brackets and splices. (ddbc2dd)
Geoffrey Mainland
- [commit: ghc] th-new: Add full support for declaration splices. (240c497)
Geoffrey Mainland
- [commit: ghc] th-new: Add full support for declaration splices. (3f1d438)
Geoffrey Mainland
- [commit: ghc] th-new: Add names for TExp type constructor and unType. (25ccf93)
Geoffrey Mainland
- [commit: ghc] th-new: Add names for TExp type constructor and unType. (eacd4b7)
Geoffrey Mainland
- [commit: ghc] th-new: Add support for pattern splices. (6ea5a1a)
Geoffrey Mainland
- [commit: ghc] th-new: Add support for pattern splices. (dc0cb81)
Geoffrey Mainland
- [commit: ghc] th-new: Add support for typed brackets and splices. (363f713)
Geoffrey Mainland
- [commit: ghc] th-new: Add support for typed brackets and splices. (c4f17de)
Geoffrey Mainland
- [commit: ghc] th-new: Add support for typed brackets and splices. (edf965a)
Geoffrey Mainland
- [commit: ghc] th-new: Add syntactic support for typed expression brackets and splices. (e54df3f)
Geoffrey Mainland
- [commit: ghc] th-new: Allow splices to add additional top-level declarations. (1211967)
Geoffrey Mainland
- [commit: ghc] th-new: Allow splices to add additional top-level declarations. (f59519a)
Geoffrey Mainland
- [commit: ghc] th-new: Change the types of typed brackets and splices. (49d1809)
Geoffrey Mainland
- [commit: ghc] th-new: Change the types of typed brackets and splices. (ddbc2dd)
Geoffrey Mainland
- [commit: ghc] th-new: Check the staging restriction in the renamer. (1ba402c)
Geoffrey Mainland
- [commit: ghc] th-new: Check the staging restriction in the renamer. (6d80bb8)
Geoffrey Mainland
- [commit: ghc] th-new: Clean up error context when checking brackets/splices. (25b3476)
Geoffrey Mainland
- [commit: ghc] th-new: Clean up error context when checking brackets/splices. (bdc71c7)
Geoffrey Mainland
- [commit: ghc] th-new: Clean up error context when checking brackets/splices. (dddadf4)
Geoffrey Mainland
- [commit: ghc] th-new: Clean up smart constructors for splices. (48bb7ae)
Geoffrey Mainland
- [commit: ghc] th-new: Clean up smart constructors for splices. (cef1d28)
Geoffrey Mainland
- [commit: ghc] th-new: Code formatting cleanup. (2f993ca)
Geoffrey Mainland
- [commit: ghc] th-new: Code formatting cleanup. (e630fc8)
Geoffrey Mainland
- [commit: ghc] th-new: Consolidate TH renaming. (123bdb4)
Geoffrey Mainland
- [commit: ghc] th-new: Differentiate typed and untyped splices and brackets in the abstract syntax. (3d124c7)
Geoffrey Mainland
- [commit: ghc] th-new: Differentiate typed and untyped splices and brackets in the abstract syntax. (e186dec)
Geoffrey Mainland
- [commit: ghc] th-new: Move renamer splice functionality into a separate module. (a751155)
Geoffrey Mainland
- [commit: ghc] th-new: Run untyped splices in the renamer. (74ac368)
Geoffrey Mainland
- [commit: ghc] th-new: Track TH stage in the renamer. (4e99637)
Geoffrey Mainland
- [commit: ghc] th-new: Track TH stage in the renamer. (7ed67b4)
Geoffrey Mainland
- [commit: ghc] th-new: Track TH stage in the renamer. (98d8c4e)
Geoffrey Mainland
- [commit: ghc] th-new: Track the typed/untyped distinction in the current TH stage. (20590a4)
Geoffrey Mainland
- [commit: ghc] th-new: Track the typed/untyped distinction in the current TH stage. (53d5f6b)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (6ac4ac0)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (705a846)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (8427df1)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (8aeeb8b)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (ac72e8a)
Geoffrey Mainland
- [commit: ghc] th-new: Untabify (d0fe11c)
Geoffrey Mainland
- [commit: ghc] type-nats's head updated: Merge remote-tracking branch 'origin/master' into type-nats (7c4c48c)
Iavor Diatchki
- [commit: ghc] type-nats: Merge remote-tracking branch 'origin/master' into type-nats (7c4c48c)
Iavor Diatchki
- [commit: haddock] master: Fix for #7879. (74c66f5)
Ian Lynagh
- [commit: haddock] master: Use "cp -L" when making $(INPLACE_LIB)/latex too (d15913b)
Ian Lynagh
- [commit: integer-gmp] master: Handle dependencies for .cmm files properly (8c0c77b)
Ian Lynagh
- [commit: integer-simple] master: Fix build (b681077)
Ian Lynagh
- [commit: integer-simple] master: More build fixes (ec58db7)
Ian Lynagh
- [commit: nofib] master: Build system: Remove unused DLL_PEN (6d9c6d2)
Ian Lynagh
- [commit: nofib] master: Change how we find a GHC to test (70672f1)
Ian Lynagh
- [commit: nofib] master: Default to 'ghc' rather than '$(HC)' for BOOT_HC (4445d7b)
Ian Lynagh
- [commit: nofib] master: Don't use -package array everywhere (a0d10e4)
Ian Lynagh
- [commit: nofib] master: Fix booting again (d2711be)
Ian Lynagh
- [commit: nofib] master: Get the value of SplitObjs from the compiler we're using (730aa6b)
Ian Lynagh
- [commit: nofib] master: Make the nofib build system independent of the GHC build system (6e02493)
Ian Lynagh
- [commit: nofib] master: Remove build system code for multiple ways support (0d78412)
Ian Lynagh
- [commit: nofib] master: Remove doc-building support from the build system (4a98a31)
Ian Lynagh
- [commit: nofib] master: Remove references to MKDEPENDC (301adc7)
Ian Lynagh
- [commit: nofib] master: Remove some unused variables (fbf1841)
Ian Lynagh
- [commit: nofib] master: Remove USE_NEW_MKDEPEND_FLAGS (8b39ff5)
Ian Lynagh
- [commit: nofib] master: Tweak the Makefiles (59add55)
Ian Lynagh
- [commit: nofib] master: Update a comment (cb6100f)
Ian Lynagh
- [commit: nofib] master: We don't have to override WERROR now that we don't use the GHC build system (99351bc)
Ian Lynagh
- [commit: parallel] master: Fix bogus test modifier. (950f1d7)
Austin Seipp
- [commit: parallel] master: Fix test names. (c4c6f98)
Austin Seipp
- [commit: parallel] master: Remove trailing whitespace. (f4e401c)
Austin Seipp
- [commit: parallel] master: Remove unnecessary directory for T2185. (a9a7c50)
Austin Seipp
- [commit: stm] master: Fix the names of several tests. (c4f20ea)
Austin Seipp
- [commit: template-haskell] branch 'th-new' created
Geoffrey Mainland
- [commit: template-haskell] th-new: Add a method to the Quasi type class that adds new top-level declarations. (47ada06)
Geoffrey Mainland
- [commit: template-haskell] th-new: Add TExp data type. (79c6851)
Geoffrey Mainland
- [commit: template-haskell] th-new: Add the TExpQ type alias. (b5d7bb8)
Geoffrey Mainland
- [commit: template-haskell] th-new: Make a TExp a wrap a TH.Exp instead of a TH.ExpQ. (55d3503)
Geoffrey Mainland
- [commit: template-haskell] th-new: Properly pretty-print let expressions and do expressions. (a62b7f9)
Geoffrey Mainland
- [commit: testsuite] branch 'th-new' created
Geoffrey Mainland
- [commit: testsuite] master: Add a test for #7373 (b0123eb)
Ian Lynagh
- [commit: testsuite] master: Add a test for 2 trailing commas in the module export list (ae22bd3)
Ian Lynagh
- [commit: testsuite] master: Add a test for shutting down a process with in-calls in progress (640750a)
Simon Marlow
- [commit: testsuite] master: Add stderr output (7dfb38d)
Simon Peyton Jones
- [commit: testsuite] master: Add test for polykinded Control.Category. (ae9f973)
Austin Seipp
- [commit: testsuite] master: Add test for T5863 (48e8390)
José Pedro Magalhães
- [commit: testsuite] master: Add test for T7878 (48dc03b)
José Pedro Magalhães
- [commit: testsuite] master: Adjust tests to match -funbox-small-strict-fields change (83eedab)
Johan Tibell
- [commit: testsuite] master: Better error message (c4e556d)
Simon Peyton Jones
- [commit: testsuite] master: Change how we detect what library ways are available (d047edf)
Ian Lynagh
- [commit: testsuite] master: Explicit kinds in :info command ===> testsuite wibbles (3152092)
Simon Peyton Jones
- [commit: testsuite] master: Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YES (b32d38a)
Ian Lynagh
- [commit: testsuite] master: Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YES (b32d38a)
Páli Gábor János
- [commit: testsuite] master: Fix test for Trac #7931 (f35851f)
Simon Peyton Jones
- [commit: testsuite] master: Improve test T7916 (1a3766b)
Simon Peyton Jones
- [commit: testsuite] master: Improved compiler performance! Reason unknown, but hey, it's good news (aeeb5a0)
Simon Peyton Jones
- [commit: testsuite] master: Improved error message (65ac291)
Simon Peyton Jones
- [commit: testsuite] master: Make test cleaning a little more consistent (7f2eec6)
Ian Lynagh
- [commit: testsuite] master: Make test for T7903 a bit harder! (029a95a)
Simon Peyton Jones
- [commit: testsuite] master: Make the test actually test the bug! (2b1fefe)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (89153a4)
Ian Lynagh
- [commit: testsuite] master: Re-increase the (erratic) max-bytes-used bound for T3294 (7456a2b)
Simon Peyton Jones
- [commit: testsuite] master: Remove CatPairs test. (286314f)
Austin Seipp
- [commit: testsuite] master: Remove junk binary files that should not have been checked in. (68acef7)
Geoffrey Mainland
- [commit: testsuite] master: Test deriving Typeable for promoted data constructors with AutoDeriveTypeable (e5c5252)
José Pedro Magalhães
- [commit: testsuite] master: Test DerivingNewType now passes (245e5c4)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #4185 (c4ea06f)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7268 (76176e6)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7785 (8854b27)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7797 (442cc21)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7809 (0d3fcf2)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7861 (e9aa8a7)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7865 (b6454e2)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7872 (204ea13)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7873 (a087cad)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7875 (0f286ce)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7888 (db17490)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7891 and #7903 (f923892)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7892 (219647b)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7906 (fb63433)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7910 (c432fbc)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7916 (91d5c4d)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7924 (6b30a32)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7931 (1ed0be8)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7937 (083397f)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7939 (254605d)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7943 (d401d27)
Simon Peyton Jones
- [commit: testsuite] master: Tidy up the driver slightly (82ebad7)
Ian Lynagh
- [commit: testsuite] master: unbreak tests (removal of block/unblock) (1527869)
Simon Marlow
- [commit: testsuite] master: Update output for T2604 (a4d191e)
José Pedro Magalhães
- [commit: testsuite] master: Update test for application of (->) to Int# (f29f980)
Simon Peyton Jones
- [commit: testsuite] master: Update test now that undefined has an OpenKind forall (6a0c94f)
Simon Peyton Jones
- [commit: testsuite] master: We no longer quantify over an entirely-unused existential type variable (081af6e)
Simon Peyton Jones
- [commit: testsuite] master: Whoops. :( (e0481fc)
Austin Seipp
- [commit: testsuite] master: Wibble to error message (7debb30)
Simon Peyton Jones
- [commit: testsuite] master: Wibble to error message (d9f7af8)
Simon Peyton Jones
- [commit: testsuite] master: Wibble to simplifier output (4ae7163)
Simon Peyton Jones
- [commit: testsuite] master: Wibbles to error messages (a7b1a57)
Simon Peyton Jones
- [commit: testsuite] th-new's head updated: Fix test wibble. (3f1f5df)
Geoffrey Mainland
- [commit: testsuite] th-new's head updated: Fix test wibble. (d75f37c)
Geoffrey Mainland
- [commit: testsuite] th-new: Adjust tests for new Template Haskell. (49c37cc)
Geoffrey Mainland
- [commit: testsuite] th-new: Adjust tests for new Template Haskell. (9e1ff01)
Geoffrey Mainland
- [commit: testsuite] th-new: Adjust tests for new Template Haskell. (f89b00d)
Geoffrey Mainland
- [commit: testsuite] th-new: Fix test wibble. (3f1f5df)
Geoffrey Mainland
- [commit: testsuite] th-new: Fix test wibble. (d75f37c)
Geoffrey Mainland
- [commit: testsuite] th-new: Fix test wibbles for new Template Haskell. (7832190)
Geoffrey Mainland
- [commit: testsuite] th-new: Fix test wibbles for new Template Haskell. (d780392)
Geoffrey Mainland
- [commit: testsuite] th-new: Fix test wibbles for new Template Haskell. (feffd05)
Geoffrey Mainland
- [commit: testsuite] th-new: Update test to reflect fix for #1201. (46324f4)
Geoffrey Mainland
- [commit: testsuite] th-new: Update test to reflect fix for #1201. (e1ad61d)
Geoffrey Mainland
- [commit: testsuite] th-new: Update tests now that declaration splices are legal everywhere. (2ea5af2)
Geoffrey Mainland
- [commit: testsuite] th-new: Update tests now that declaration splices are legal everywhere. (5860ae9)
Geoffrey Mainland
- [commit: unix] master: Move AC_SUBST([EXTRA_LIBS]) later in configure.ac (c862e71)
Ian Lynagh
Last message date:
Fri May 31 20:03:30 CEST 2013
Archived on: Fri May 31 20:03:40 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).