summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Remove old test outputsIan Lynagh2012-05-013-22/+0
* Add a type-family for comparing numbers.Iavor S. Diatchki2012-04-301-1/+3
* Fix openFile003 for Win64Ian Lynagh2012-05-011-0/+0
* use mkWeakNoFinalizer# (#5879)Simon Marlow2012-04-272-2/+2
* Don't include sys/timeb.h on FreeBSD.Geoffrey Mainland2012-04-251-1/+1
* DEPRECATE Foreign.Marshal.Error.void (use Control.Monad.void instead)Simon Marlow2012-04-252-2/+2
* Add GHCi monad. Experimental for now.David Terei2012-04-242-0/+45
* Remove hardcoded mangling of the n_capability symbol (#5864)Paolo Capriotti2012-04-241-4/+1
* Add timer initialization for darwin.Paolo Capriotti2012-04-173-12/+27
* Replace getUSecOfDay with monotonic timer (#5865)Paolo Capriotti2012-04-173-16/+57
* Define monotonic time function for Darwin.Paolo Capriotti2012-04-174-2/+42
* Use monotonic time in Event/Manager.hs.Paolo Capriotti2012-04-165-13/+57
* Revert "Add GHCi monad"David Terei2012-04-132-43/+0
* Add GHCi monadDavid Terei2012-04-122-0/+43
* doc tweaksSimon Marlow2012-04-121-3/+4
* move mkWeakThreadId to GHC.Conc.Sync; export it from Control.ConcurrentSimon Marlow2012-04-124-8/+26
* add "Portions obtained from hbc (c) Lennart Augusstson" (#5963)Simon Marlow2012-04-121-0/+1
* bugfix: use forkIOWithUnmask rather than forkIOSimon Marlow2012-04-111-7/+4
* Add testcase for #5930.Paolo Capriotti2012-04-103-0/+13
* Add System.Environment.lookupEnv (#5930)Paolo Capriotti2012-04-101-15/+32
* Whitespace only: convert mixed tabs and spaces to spaces.Evan Laforge2012-04-091-21/+21
* Rewrite to use just one notion of singletons.Iavor S. Diatchki2012-04-081-94/+46
* Rename parAvgBytesCopied to parTotBytesCopiedMikolaj Konarski2012-04-041-3/+3
* Test Trac #5962Simon Peyton Jones2012-03-303-0/+10
* Fix an egregious bug in the fingerprint calculation for TypeRepSimon Peyton Jones2012-03-301-3/+6
* Ensure hGetBufSome does not cause potentially blocking reads (#5843)Paolo Capriotti2012-03-271-1/+2
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-244-4/+63
|\
| * add test for #5943Simon Marlow2012-03-233-0/+45
| * change unsafeDupableInterleaveIO from INLINE to NOINLINE (#5943)Simon Marlow2012-03-231-4/+18
* | Revert IsEven to the way it was.Iavor S. Diatchki2012-03-221-2/+2
* | Fix the type of IsEvenIavor S. Diatchki2012-03-211-2/+2
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-1/+1
|\ \ | |/
| * Fix typo in Data.List.(\\) documentationJoachim Breitner2012-03-191-1/+1
* | Add some useful functions for working with type literals.Iavor S. Diatchki2012-03-191-3/+99
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-182-1/+298
|\ \ | |/
| * Update gitignoreDavid Terei2012-03-141-0/+251
| * Add strict versions of modifyIORef and atomicModifyIORefJoey Adams2012-03-141-1/+47
* | Merge branch 'master' into type-natsIavor S. Diatchki2012-03-13319-1084/+9876
|\ \ | |/
| * Sealed writeChan with mask_ to prevent a theoretical bugJoey Adams2012-03-131-3/+15
| * Avoid making huge Rational's when reading Double/Float; fixes #5688Ian Lynagh2012-03-112-5/+44
| * Copy tests from GHC testsuite; part of #1161.Paolo Capriotti2012-03-09278-0/+9497
| * Make "100e12" not parse as an Integer; part of #5688Ian Lynagh2012-03-011-6/+1
| * Add a readInteger001 testIan Lynagh2012-03-013-0/+10
| * Change how NaN and Infinity are read by lexIan Lynagh2012-03-012-21/+6
| * Add a test for reading DoublesIan Lynagh2012-03-013-0/+18
| * Rename lexNum test to lex001, and expand itIan Lynagh2012-03-014-19/+97
| * Refactor number lexing; part of #5688Ian Lynagh2012-03-013-31/+52
| * Remove some redundant importsIan Lynagh2012-02-294-6/+1
| * Move chr's definition into a new GHC.CharIan Lynagh2012-02-289-8/+22
| * Remove some __HADDOCK__ CPPIan Lynagh2012-02-287-27/+0