summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-01D1259wip/rwbarton-D1259Reid Barton
2017-03-01Change catch# demand signatureDavid Feuer
2017-03-01rts: Fix buildBen Gamari
2017-03-01Update containers againDavid Feuer
2017-03-01Move isJoinId, isJoinId_maybe to IdSimon Peyton Jones
2017-03-01Mark non-recursive join lambdas as one-shotSimon Peyton Jones
2017-03-01Improve SetLevels for join pointsSimon Peyton Jones
2017-03-01Improve pretty-printing of typesSimon Peyton Jones
2017-03-01Add VarSet.anyDVarSet, allDVarSetSimon Peyton Jones
2017-03-01Fix redundant import in CSEDavid Feuer
2017-02-28The Early Inline PatchSimon Peyton Jones
2017-02-28Combine identical case alternatives in CSESimon Peyton Jones
2017-02-28testsuite: Bump down T5837 and T10370 allocationsBen Gamari
2017-02-28Try submodule bumps againBen Gamari
2017-02-28Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonymsRyan Scott
2017-02-28Drop copy step from the rts/ghc.mkMoritz Angermann
2017-02-28Improve documentation for CreateBCOs Message.Moritz Angermann
2017-02-28iOS: shared objects have .dylib extension.Moritz Angermann
2017-02-28config.mk.in: Disable terminfo support on iOSBen Gamari
2017-02-28Inline data constructor wrappers in phase 2 onlySimon Peyton Jones
2017-02-28Make Specialise work with castsSimon Peyton Jones
2017-02-28Again disable stage0 terminfo on WindowsBen Gamari
2017-02-28rts: Allow profile output path to be specified on RTS command lineBen Gamari
2017-02-28Add flag allowing convenient disabling of terminfo supportBen Gamari
2017-02-28Small changes to expression sizing in CoreUnfoldSimon Peyton Jones
2017-02-28When floating, don't box an expression that's okay for speculation (#13338)Reid Barton
2017-02-28Add Eq instances for TrName, ModuleBen Gamari
2017-02-28base: Expose Module from Type.ReflectionBen Gamari
2017-02-28configure: detect whether -lpthreads is necessary for pthreadsBen Gamari
2017-02-28DmdAnal: Clarify reference to Cardinality Analysis paperBen Gamari
2017-02-28Clear import path in --backpack mode to not accidentally pick up source files.Edward Z. Yang
2017-02-28Fix Mac OS X timestamp resolution bug.Edward Z. Yang
2017-02-28Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)Tamar Christina
2017-02-27Stop uniques ending up in SPEC rule namesSimon Peyton Jones
2017-02-27Explicitly capture whether a splice has a dollar prefixAlan Zimmerman
2017-02-27Occurrence-analyse the result of rule firingsSimon Peyton Jones
2017-02-27Add -fspec-constr-keenSimon Peyton Jones
2017-02-27Refactor floating of bindings (fiBind)Simon Peyton Jones
2017-02-27Subtyping for roles in signatures.Edward Z. Yang
2017-02-27Treat all TyCon with hole names as skolem abstract.Edward Z. Yang
2017-02-26Remove outdated information about main() in HSrts (#1)Ben Gamari
2017-02-26tests: remove extra_files.py (#12223)Reid Barton
2017-02-26tests: manually move some extra_files into *.T filesReid Barton
2017-02-26Remove extra_files entries for deleted testsReid Barton
2017-02-26Manually move extra_files for tests T9579_*Reid Barton
2017-02-26Bump hpc submodule to allow time-1.8Reid Barton
2017-02-26Ensure that Literals are in rangeJoachim Breitner
2017-02-26Add support for concurrent package db access and updatesAndrzej Rybczak
2017-02-26users-guide: Add documentation for JSON profile formatBen Gamari
2017-02-26Move Typeable Binary instances to binary packageBen Gamari