summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* D1259wip/rwbarton-D1259Reid Barton2017-03-0135-565/+702
* Change catch# demand signatureDavid Feuer2017-03-0110-70/+102
* rts: Fix buildBen Gamari2017-02-282-1/+2
* Update containers againDavid Feuer2017-02-281-0/+0
* Move isJoinId, isJoinId_maybe to IdSimon Peyton Jones2017-02-287-29/+32
* Mark non-recursive join lambdas as one-shotSimon Peyton Jones2017-02-281-27/+41
* Improve SetLevels for join pointsSimon Peyton Jones2017-02-281-157/+144
* Improve pretty-printing of typesSimon Peyton Jones2017-02-2813-146/+175
* Add VarSet.anyDVarSet, allDVarSetSimon Peyton Jones2017-02-284-11/+17
* Fix redundant import in CSEDavid Feuer2017-02-281-1/+1
* The Early Inline PatchSimon Peyton Jones2017-02-2824-246/+222
* Combine identical case alternatives in CSESimon Peyton Jones2017-02-282-29/+119
* testsuite: Bump down T5837 and T10370 allocationsBen Gamari2017-02-281-1/+3
* Try submodule bumps againBen Gamari2017-02-2812-14/+17
* Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonymsRyan Scott2017-02-283-0/+9
* Drop copy step from the rts/ghc.mkMoritz Angermann2017-02-283-12/+9
* Improve documentation for CreateBCOs Message.Moritz Angermann2017-02-281-0/+3
* iOS: shared objects have .dylib extension.Moritz Angermann2017-02-281-0/+1
* config.mk.in: Disable terminfo support on iOSBen Gamari2017-02-281-3/+6
* Inline data constructor wrappers in phase 2 onlySimon Peyton Jones2017-02-283-85/+103
* Make Specialise work with castsSimon Peyton Jones2017-02-284-19/+126
* Again disable stage0 terminfo on WindowsBen Gamari2017-02-281-0/+2
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-284-23/+44
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-289-7/+40
* Small changes to expression sizing in CoreUnfoldSimon Peyton Jones2017-02-281-2/+10
* When floating, don't box an expression that's okay for speculation (#13338)Reid Barton2017-02-283-4/+45
* Add Eq instances for TrName, ModuleBen Gamari2017-02-282-1/+11
* base: Expose Module from Type.ReflectionBen Gamari2017-02-282-1/+5
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-282-0/+27
* DmdAnal: Clarify reference to Cardinality Analysis paperBen Gamari2017-02-281-1/+1
* Clear import path in --backpack mode to not accidentally pick up source files.Edward Z. Yang2017-02-271-0/+2
* Fix Mac OS X timestamp resolution bug.Edward Z. Yang2017-02-271-0/+5
* Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)Tamar Christina2017-02-281-1/+0
* Stop uniques ending up in SPEC rule namesSimon Peyton Jones2017-02-271-4/+5
* Explicitly capture whether a splice has a dollar prefixAlan Zimmerman2017-02-274-17/+27
* Occurrence-analyse the result of rule firingsSimon Peyton Jones2017-02-263-16/+74
* Add -fspec-constr-keenSimon Peyton Jones2017-02-264-9/+66
* Refactor floating of bindings (fiBind)Simon Peyton Jones2017-02-264-109/+129
* Subtyping for roles in signatures.Edward Z. Yang2017-02-2611-32/+171
* Treat all TyCon with hole names as skolem abstract.Edward Z. Yang2017-02-2618-112/+84
* Remove outdated information about main() in HSrts (#1)Ben Gamari2017-02-261-7/+5
* tests: remove extra_files.py (#12223)Reid Barton2017-02-26202-1017/+790
* tests: manually move some extra_files into *.T filesReid Barton2017-02-2612-49/+44
* Remove extra_files entries for deleted testsReid Barton2017-02-261-15/+0
* Manually move extra_files for tests T9579_*Reid Barton2017-02-262-10/+1
* Bump hpc submodule to allow time-1.8Reid Barton2017-02-261-0/+0
* Ensure that Literals are in rangeJoachim Breitner2017-02-2611-52/+159
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-267-157/+600
* users-guide: Add documentation for JSON profile formatBen Gamari2017-02-261-2/+151
* Move Typeable Binary instances to binary packageBen Gamari2017-02-262-169/+8