summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable new warning for bad CPP #if usagewip/erikd/rtsErik de Castro Lopo2017-03-0421-82/+92
* testsuite: Bump down allocations of T4029Ben Gamari2017-03-031-0/+4
* Add test to ensure that SPEC rules are named deterministicallyBen Gamari2017-03-034-0/+20
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Comments only, in CSE (#13340)Reid Barton2017-03-031-3/+9
* Deserialize IfaceId more lazilyReid Barton2017-03-031-6/+2
* testsuite: Add test for floating-point abs (numrun015)Ben Gamari2017-03-033-0/+31
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-0314-174/+210
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-0315-506/+414
* testsuite: Add comment clarifying intention of completesig04Ben Gamari2017-03-032-1/+2
* testsuite: Bump down allocations for T12707Ben Gamari2017-03-031-1/+2
* Update test completesig04Reid Barton2017-03-032-6/+6
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-0316-192/+66
* testsuite: Fix output due to recent COMPLETE changesBen Gamari2017-03-033-9/+5
* Read COMPLETE sets from external packagesRyan Scott2017-03-0216-66/+192
* Show: Add ShowS for ", "Ben Gamari2017-03-023-3/+7
* testsuite: Move echoing commands in make invocations to VERBOSE=5Reid Barton2017-03-023-4/+6
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-024-5/+30
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-024-0/+15
* Don't float out expressions that are okay for speculationReid Barton2017-03-021-12/+12
* Fix up test results.David Feuer2017-03-022-6/+4
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-027-6/+64
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-025-6/+37
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-0210-6/+146
* Fix T12234 stat mistakesDavid Feuer2017-03-021-3/+2
* Typofix.Edward Z. Yang2017-03-021-1/+1
* Prevent users from defining instances for abstract classes.Edward Z. Yang2017-03-028-0/+31
* Fix roles merging to apply only to non-rep-injective types.Edward Z. Yang2017-03-027-2/+111
* Properly represent abstract classes in Class and IfaceDeclEdward Z. Yang2017-03-0214-129/+315
* Injective type families imply nominal injectivity, but NOT rep injEdward Z. Yang2017-03-021-1/+1
* Disallow non-nullary constraint synonyms on class.Edward Z. Yang2017-03-025-75/+112
* More comments on role subtyping, unsoundness fix.Edward Z. Yang2017-03-026-1/+134
* Extend Windows runtime loader libsearchTamar Christina2017-03-022-5/+11
* Prohibit RULES changing constructorsDavid Feuer2017-03-029-37/+50
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-029-53/+58
* User manual: Fix GADT paper linkÖmer Sinan Ağacan2017-03-021-1/+1
* testsuite: Mark T13340 as fixedBen Gamari2017-03-021-1/+1
* Properly acquire locks on not yet existing package databasesAndrzej Rybczak2017-03-022-10/+42
* SymbolExtras: A bit of spring cleaningBen Gamari2017-03-022-11/+9
* Typeable: Rename KindRep bindings to $krep...Ben Gamari2017-03-0213-180/+180
* Bump bytes allocated for T12234David Feuer2017-03-021-0/+1
* Fix expected result from T13143David Feuer2017-03-021-27/+25
* Document interaction between ApplicativeDo and existentials (#13242)Simon Marlow2017-03-021-0/+36
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-0147-230/+321
* 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