summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use LDFLAGS when compiling ghc-pwdSimon Marlow2014-03-271-1/+7
* Include SRC_CC_OPTS and SRC_LD_OPTS when compiling ghc-cabalSimon Marlow2014-03-271-2/+4
* Pass custom CC and LD opts to Cabal when configuring a packageSimon Marlow2014-03-271-3/+11
* Include EXTRA_LD_OPTS (amongst other things) when linking programsSimon Marlow2014-03-272-23/+30
* Don't perform permission checks for scripts named with -ghci-script (#6017)Simon Marlow2014-03-272-8/+19
* --with-gcc overrides CC_STAGE0 when not cross-compiling (#8498)Simon Marlow2014-03-272-2/+23
* Fixup help textSimon Marlow2014-03-271-2/+2
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-267-30/+95
* Typos in commentsGabor Greif2014-03-254-7/+7
* Suppress uniques for simpl016 to normalise debug outputSimon Peyton Jones2014-03-252-5/+5
* Test Trac #8848Simon Peyton Jones2014-03-255-0/+72
* Comments onlySimon Peyton Jones2014-03-253-9/+7
* Improve the desugaring of RULE left-hand-sides (fixes Trac #8848)Simon Peyton Jones2014-03-252-56/+101
* Eliminate redundant seq's (Trac #8900)Simon Peyton Jones2014-03-241-44/+55
* relnotes: GND is not -XSafe compatible.Austin Seipp2014-03-241-5/+0
* Comments onlySimon Peyton Jones2014-03-242-6/+6
* Implicit parameters should not be allowed in class and instance declarationsSimon Peyton Jones2014-03-248-45/+71
* Flattener preserves synonyms, rewriteEvidence can drop buggy "optimisation"Simon Peyton Jones2014-03-245-34/+51
* Debug tracing onlySimon Peyton Jones2014-03-241-2/+4
* For equalities with incompatible kinds, new IrredCan goes in the inert set, n...Simon Peyton Jones2014-03-241-25/+16
* Comments onlySimon Peyton Jones2014-03-241-1/+1
* Don't export isTcReflCo_maybe (unused)Simon Peyton Jones2014-03-241-1/+1
* Add missing kind-check for tcEqType on forall-typesSimon Peyton Jones2014-03-241-3/+4