| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused `Haddock.Utils` functions | Alec Theriault | 2020-03-28 | 1 | -0/+1 |
* | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -8/+6 |
|\ |
|
| * | Fix crash when there are no srcspans in the file due to CPP | Zubin Duggal | 2019-10-07 | 1 | -1/+1 |
| * | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -6/+3 |
| |\ |
|
| | * | `--show-interface` should output to stdout. (#1040) | Alec Theriault | 2019-02-28 | 1 | -1/+2 |
| | * | Load plugins when compiling each module (#983) | Alec Theriault | 2018-12-20 | 1 | -5/+1 |
| * | | Better identifier parsing | Alec Theriault | 2019-02-25 | 1 | -1/+1 |
| * | | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 1 | -1/+2 |
* | | | Refactor for withTiming changes. | Andreas Klebinger | 2019-10-21 | 1 | -5/+5 |
* | | | Remove reference to Opt_SplitObjs flag | Ben Gamari | 2019-03-04 | 1 | -2/+1 |
* | | | Clean up logic for guessing `-B` and `--lib` (#1026) | Alec Theriault | 2019-02-13 | 1 | -76/+71 |
|/ / |
|
* | | Use `.hie` files for the Hyperlinker backend (#977) | Alec Theriault | 2019-01-31 | 1 | -13/+39 |
* | | Merge branch 'ghc-8.6' into ghc-head | Alec Theriault | 2018-11-10 | 1 | -10/+17 |
|\| |
|
| * | Avoid some partiality | Alec Theriault | 2018-10-26 | 1 | -10/+17 |
* | | Merge branch 'ghc-8.6' into ghc-head | Alec Theriault | 2018-10-16 | 1 | -3/+8 |
|\| |
|
| * | Merge branch 'ghc-8.4' into ghc-8.6 | Alec Theriault | 2018-10-16 | 1 | -3/+8 |
| |\ |
|
| | * | Make --package-version optional for --hoogle generation (#899) | Alexander Biehl | 2018-08-06 | 1 | -3/+8 |
| * | | Load plugins when starting a GHC session (#905) | Matthew Pickering | 2018-08-21 | 1 | -1/+5 |
| |/ |
|
* | | Load plugins when starting a GHC session (#905) | Matthew Pickering | 2018-08-21 | 1 | -1/+5 |
* | | Let `haddock-test` bypass interface version check (#890) | Alec Theriault | 2018-07-20 | 1 | -5/+16 |
|/ |
|
* | @since includes package name (#749) | Alec Theriault | 2018-03-27 | 1 | -43/+29 |
* | Useful cost centres, timers and allocation counters (#785) | Alexander Biehl | 2018-03-23 | 1 | -20/+39 |
* | Filter RTS arguments from 'ghc-options' arguments (#725) | Alec Theriault | 2018-02-01 | 1 | -2/+15 |
* | Use the GHC lexer for the Hyperlinker backend (#714) | Alec Theriault | 2018-02-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-10-31 | 1 | -7/+30 |
|\ |
|
| * | Reexported modules: Report warnings if argument cannot be parsed or | alexbiehl | 2017-10-31 | 1 | -7/+10 |
| * | Supported reexported-modules via --reexport flag. | Edward Z. Yang | 2017-10-31 | 1 | -1/+19 |
| * | Put Quickjump behind --quickjump flag (#697) | Alexander Biehl | 2017-10-30 | 1 | -5/+7 |
| * | Add QuickJump version to meta.json (#696) | Alexander Biehl | 2017-10-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/ghc-head' into HEAD | alexbiehl | 2017-10-08 | 1 | -4/+17 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 1 | -18/+29 |
| |\ |
|
| * | | Disable pattern match warnings (#628) | Doug Wilson | 2017-06-03 | 1 | -3/+19 |
| * | | Haddock: Fix broken lazy IO in prologue reading (#615) | Ben Gamari | 2017-05-12 | 1 | -2/+3 |
| * | | Merge pull request #568 from awson/ghc-head | Alex Biehl | 2017-03-23 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Prevent GHC API from doing optimization passes. | Kyrill Briantsev | 2017-01-12 | 1 | -1/+1 |
| * | | | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEAD | Ben Gamari | 2017-03-23 | 1 | -1/+1 |
| |\ \ \ |
|
* | | | | | Write meta.json when generating html output (#676) | Alexander Biehl | 2017-08-30 | 1 | -2/+4 |
| |_|_|/
|/| | | |
|
* | | | | Provide --show-interface option to dump interfaces (#645) | Alexander Biehl | 2017-08-06 | 1 | -0/+7 |
* | | | | Make haddock-library and haddock-api warning free (#626) | Alex Biehl | 2017-05-30 | 1 | -6/+6 |
* | | | | Haddock: Fix broken lazy IO in prologue reading (#615) | Alex Biehl | 2017-05-12 | 1 | -2/+3 |
* | | | | Improve error message | Sergey Vinokurov | 2017-04-29 | 1 | -1/+1 |
* | | | | Travis: Use ghc-8.2.1 on master | alexbiehl | 2017-04-25 | 1 | -9/+16 |
* | | | | Prevent GHC API from doing optimization passes. | Kyrill Briantsev | 2017-04-11 | 1 | -1/+1 |
* | | | | Merge branch 'ghc-head' | Ben Gamari | 2017-03-10 | 1 | -13/+11 |
|\| | |
| |/ /
|/| | |
|
| * | | Kill remaining static flags | Ben Gamari | 2017-02-02 | 1 | -12/+2 |
| |/ |
|
| * | haddock-api: Don't use stdcall calling convention on 64-bit Windows | Ben Gamari | 2016-12-09 | 1 | -1/+9 |
* | | do not create empty src directory | Sebastian Meric de Bellefon | 2016-06-22 | 1 | -1/+1 |
|/ |
|
* | Use -fprint-unicode-syntax when --use-unicode is enabled | Ben Gamari | 2016-02-08 | 1 | -4/+7 |
* | Make sure --mathjax affects all written HTML files | Joachim Breitner | 2016-01-19 | 1 | -1/+1 |
* | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -2/+3 |