summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Work in progress on better generalisation technologywip/T8995-level-generalisationSimon Peyton Jones2014-04-1410-97/+116
* Fix egregious blunder in the type flattenerSimon Peyton Jones2014-04-106-37/+78
* Suppress uniques to stop output wobbling (test for Trac #8958)Simon Peyton Jones2014-04-092-50/+50
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-093-3/+37
* Improve error reporting for untouchable type variablesSimon Peyton Jones2014-04-086-41/+77
* Test Trac #8963Simon Peyton Jones2014-04-082-0/+10
* Refactor in worker/wrapper generationSimon Peyton Jones2014-04-081-39/+31
* Allow a longer demand signature than aritySimon Peyton Jones2014-04-083-15/+25
* Don't preprocess .s filesSimon Marlow2014-04-083-24/+29
* Add comments & notes explaining the typing of pattern synonym definitionsDr. ERDI Gergo2014-04-081-6/+94
* Improve documentation of GeneralisedNewtypeDerivingSimon Peyton Jones2014-04-081-15/+20
* Zonk the existential type variables in tcPatSynDeclSimon Peyton Jones2014-04-083-15/+24
* Improve tracing slightlySimon Peyton Jones2014-04-081-2/+3
* Clarify bits about role inference in users' guide.Richard Eisenberg2014-04-071-3/+7
* users_guide: note -XPatternSynonyms is required for use sitesAustin Seipp2014-04-071-3/+5
* Derive Typable for promoted data constructors (Trac #8950)Simon Peyton Jones2014-04-076-167/+203
* Include LD_OPTS when building the RTS shared libsSimon Marlow2014-04-071-1/+4
* Ignore repeated loads of the same archive (#8942)Simon Marlow2014-04-071-18/+32
* Update long-out-of-date performance numbers on 32-bitSimon Peyton Jones2014-04-074-24/+47
* Small issue with signatures in a TH splice (fixes Trac #8932)Simon Peyton Jones2014-04-074-2/+29
* Require PatternSynonyms language flag when encountering a use of pattern synonymDr. ERDI Gergo2014-04-067-5/+27
* Add test case for #8950.Richard Eisenberg2014-04-052-0/+19
* Fix #8958.Richard Eisenberg2014-04-057-5/+74
* Disable thin archive support on WindowsSimon Marlow2014-04-041-1/+14
* Test return value of clock_gettime() for errors.Simon Marlow2014-04-041-3/+13
* Fix copy/paste error (#8937)Simon Marlow2014-04-041-1/+1
* windows: Fix #8870Austin Seipp2014-04-041-2/+43
* Revert "Revert ad15c2, which causes Windows seg-faults (Trac #8834)"Austin Seipp2014-04-041-21/+64
* Simplify and tidy up the handling of tuple namesSimon Peyton Jones2014-04-047-136/+167
* With AutoDeriveTypeable, derive for promoted constructors, too.Richard Eisenberg2014-04-041-34/+38
* Update Haddock submoduleMateusz Kowalczyk2014-04-031-0/+0
* Parse the variables in a type signature in the order given (Trac #8945)Simon Peyton Jones2014-04-031-2/+2
* Test Trac #8931Simon Peyton Jones2014-04-033-0/+5
* Fix desguaring of bang patterns (Trac #8952)Simon Peyton Jones2014-04-034-5/+15
* Make sure that polykinded Typeable is defaultable (Trac #8931)Simon Peyton Jones2014-04-031-4/+10
* Update Haddock submoduleMateusz Kowalczyk2014-04-011-0/+0
* Support thin archive formatSimon Marlow2014-04-011-49/+90
* Temporarily fight off build bogons on OS XAustin Seipp2014-03-311-1/+1
* Update Haddock submoduleMateusz Kowalczyk2014-03-311-0/+0
* Add inline versions of copy ops for small arraysJohan Tibell2014-03-301-0/+63
* CopySmallArrayStressTest needs randomJoachim Breitner2014-03-291-1/+1
* Add more missing linker symbolsJohan Tibell2014-03-291-0/+3
* PrimOps.cmm: whitespace onlyJohan Tibell2014-03-291-438/+439
* Add missing symbols to linkerJohan Tibell2014-03-292-1/+9
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-2939-61/+1587
* Remove debugging outputSimon Marlow2014-03-281-1/+0
* Make copy array ops out-of-line by defaultJohan Tibell2014-03-284-38/+124
* rts: remove unused functions, fix validate on OS XAustin Seipp2014-03-271-7/+1
* Use the correct callClobberedRegs on Windows/x64 (#8834)Simon Marlow2014-03-271-0/+3
* increase bounds for T3064Simon Marlow2014-03-271-1/+1