summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-25877-2733/+2733
* Make Outputable instance for HsDocString usefulMateusz Kowalczyk2014-02-2519-95/+120
* Fix Haddock formattingMateusz Kowalczyk2014-02-241-11/+13
* Fix #8696 - don't generate static intra-package references.Austin Seipp2014-02-246-2/+29
* Fix installation of ghc-split (#8760)Austin Seipp2014-02-201-1/+9
* Add VERSION file to gitignore.Austin Seipp2014-02-201-0/+1
* Fix #8754 again.Austin Seipp2014-02-202-1/+39
* Add a test for d3af980 (#5682)Austin Seipp2014-02-201-2/+3
* Add test case for #8806.Erik de Castro Lopo2014-02-203-0/+18
* Update to primitive-0.5.2.1 (again)Herbert Valerio Riedel2014-02-201-0/+0
* RetainerProfile.c: include missing header (#8810)Sergei Trofimovich2014-02-201-0/+1
* Really fix #5682 (parsing of promoted datacons)Austin Seipp2014-02-202-5/+4
* Fix #8801: exclude extra packages from the sdist.Austin Seipp2014-02-201-0/+4
* Clear up docs regarding LLVM backend (#8792)Austin Seipp2014-02-192-9/+11
* Switch on -dynamic-too with QuasiQuotes as well.Austin Seipp2014-02-191-1/+3
* fix sed expression in build dependencies rules to work well with non-GNU sed ...Karel Gardas2014-02-191-12/+9
* add more information about the nature of support of prefetch primops on none ...Carter Tazio Schonwald2014-02-191-2/+6
* fix build failure on Solaris 10 due to RANLIB being set to ':' by configure (...Karel Gardas2014-02-191-0/+10
* add omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac (fi...Karel Gardas2014-02-191-0/+1
* Update to primitive-0.5.2.1Herbert Valerio Riedel2014-02-191-0/+0
* Call Arity refactoring: fakeBoringCallsJoachim Breitner2014-02-181-11/+6
* Call Arity: Update compiler perf number changesJoachim Breitner2014-02-181-9/+11
* Call arity testcase for #3924Joachim Breitner2014-02-184-0/+25
* Support mutual recursionJoachim Breitner2014-02-183-53/+82
* Call arity: Handle type application correctlyJoachim Breitner2014-02-181-0/+6
* Move unit call arity unittests into subdirectoryJoachim Breitner2014-02-183-0/+0
* Call Arity: Now also done on Top-Level bindsJoachim Breitner2014-02-181-61/+80
* Call Arity refactoring: instance Outputable CountJoachim Breitner2014-02-181-0/+4
* Call Arity refactoring: Factor out callArityBoundJoachim Breitner2014-02-181-33/+38
* Call Arity refactoring: Use a product domainJoachim Breitner2014-02-181-53/+46
* Make CallArity make more use of many-callsJoachim Breitner2014-02-183-102/+184
* Revert "Fix #8754 in a round-about way."Austin Seipp2014-02-181-4/+0
* Revert "Add comments explaining #8754"Austin Seipp2014-02-181-20/+1
* Keep kind-inconsistent Given type equalities (fixes Trac #8705)Simon Peyton Jones2014-02-183-15/+45
* Add some more traceTcS callsSimon Peyton Jones2014-02-181-3/+7
* Allow ($) to return an unlifted type (Trac #8739)Simon Peyton Jones2014-02-188-25/+71
* Use NoGen plan for unboxed-tuple bindingsSimon Peyton Jones2014-02-185-72/+80
* More liberally eta-expand a case-expressionJoachim Breitner2014-02-171-28/+9
* Add comments explaining #8754Austin Seipp2014-02-171-1/+20
* Fix #8770Austin Seipp2014-02-172-6/+15
* Fix #8745 - GND is now -XSafe compatible.Austin Seipp2014-02-1711-101/+8
* Fix #8754 in a round-about way.Austin Seipp2014-02-171-0/+4
* Fix check for TLS support in Storage.cAustin Seipp2014-02-171-2/+2
* Fix installation of hpc (#8735)Austin Seipp2014-02-172-0/+5
* mk/config.mk.in: lower -O2 optimization down to -O1 on UNREGSergei Trofimovich2014-02-171-0/+10
* rts/package.conf.in: fix UNREG on --with-system-libffi when include-dir is pa...Sergei Trofimovich2014-02-171-2/+2
* includes/Stg.h: add declarations for hs_popcnt and frindsSergei Trofimovich2014-02-172-0/+40
* rts/Capability.c: fix crash in -threaded mode on UNREG buildSergei Trofimovich2014-02-171-9/+13
* Fix --enable-unregistered by declaring missing RTS functions (#8748)Sergei Trofimovich2014-02-171-0/+2
* Fix --enable-unregistered by passing NOSMP to .hc compiler (#8748)Sergei Trofimovich2014-02-171-0/+5