Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 1 | -5/+3 |
| | | | | | This eliminates most uses of run_command in the testsuite in favor of the more structured makefile_test. | ||||
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -3/+5 |
| | | | | This reverts commit 76c8fd674435a652c75a96c85abbf26f1f221876. | ||||
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -5/+3 |
| | |||||
* | Serialize docstrings to ifaces, display them with new GHCi :doc command | Simon Jakobi | 2018-06-04 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | If `-haddock` is set, we now extract docstrings from the renamed ast and serialize them in the .hi-files. This includes some of the changes from D4749 with the notable exceptions of the docstring lexing and renaming. A currently limited and experimental GHCi :doc command can be used to display docstrings for declarations. The formatting of pretty-printed docstrings is changed slightly, causing some changes in testsuite/tests/haddock. Test Plan: ./validate Reviewers: alexbiehl, hvr, gershomb, harpocrates, bgamari Reviewed By: alexbiehl Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4758 | ||||
* | Mark orphan instances and rules in --show-iface output | Reid Barton | 2017-02-11 | 1 | -0/+1 |
Test Plan: new test Orphans Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3086 |