| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor comments, update linear types docs | Krzysztof Gogolewski | 2020-10-20 | 1 | -4/+14 |
* | Implement -Woperator-whitespace (#18834) | Vladislav Zavialov | 2020-10-19 | 1 | -0/+52 |
* | Add flags for annotating Generic{,1} methods INLINE[1] (#11068) | Andrzej Rybczak | 2020-10-15 | 2 | -0/+50 |
* | users-guide: Add missing :ghc-flag: directive | Ben Gamari | 2020-10-14 | 1 | -2/+2 |
* | Add -Wnoncanonical-{monad,monoid}-instances to standardWarnings | Fumiaki Kinoshita | 2020-10-14 | 1 | -0/+4 |
* | Remove "Operator sections" from docs/users_guide/bugs.rst | Vladislav Zavialov | 2020-10-14 | 1 | -25/+0 |
* | Make DataKinds the sole arbiter of kind-level literals (and friends) | Ryan Scott | 2020-10-14 | 2 | -23/+29 |
* | Unification of Nat and Naturals | HaskellMouse | 2020-10-13 | 2 | -2/+24 |
* | Add a flag to indicate that gcc supports -no-pie | Krzysztof Gogolewski | 2020-10-09 | 1 | -0/+14 |
* | Document -Wderiving-typeable | MaxGabriel | 2020-10-09 | 2 | -1/+14 |
* | Document profiling flags, warning flags, and no-pie | Rachel | 2020-10-07 | 4 | -46/+133 |
* | Small documentation fixes | Krzysztof Gogolewski | 2020-10-03 | 7 | -14/+25 |
* | Replaced MkT1 with T1 in type signatures. | Icelandjack | 2020-10-02 | 1 | -2/+2 |
* | Fix typos in comments | Krzysztof Gogolewski | 2020-10-02 | 1 | -1/+1 |
* | Description of flag `-H` was in 'verbosity options', moved to 'misc'. | Benjamin Maurer | 2020-09-29 | 1 | -8/+8 |
* | New linear types syntax: a %p -> b (#18459) | Vladislav Zavialov | 2020-09-29 | 2 | -28/+24 |
* | Various documentation fixes | Krzysztof Gogolewski | 2020-09-25 | 9 | -20/+21 |
* | Improve kind generalisation, error messages | Simon Peyton Jones | 2020-09-24 | 1 | -0/+5 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 3 | -53/+46 |
* | Remove the list of loaded modules from the ghci prompt | Hécate | 2020-09-23 | 1 | -239/+224 |
* | users guide: Fix various documentation issues | Ben Gamari | 2020-09-19 | 5 | -11/+20 |
* | Fix a codeblock in ghci.rst | Andreas Klebinger | 2020-09-19 | 1 | -0/+1 |
* | Fix docs who misstated how the RTS treats size suffixes. | Andreas Klebinger | 2020-09-19 | 1 | -2/+2 |
* | Documented '-m' flags for machine specific instruction extensions. | Benjamin Maurer | 2020-09-17 | 2 | -11/+142 |
* | docs: correct haddock reference | Adam Sandberg Eriksson | 2020-09-16 | 1 | -2/+2 |
* | Include -f{write,validate}-ide-info in the User's Guide flag reference | Ryan Scott | 2020-09-16 | 2 | -0/+16 |
* | Fix rtsopts documentation | DenisFrezzato | 2020-09-15 | 1 | -1/+1 |
* | docs: -B rts option sounds the bell on every GC (#18351) | Adam Sandberg Eriksson | 2020-09-14 | 1 | -1/+1 |
* | PmCheck: Disattach COMPLETE pragma lookup from TyCons | Sebastian Graf | 2020-09-12 | 1 | -23/+0 |
* | Make the forall-or-nothing rule only apply to invisible foralls (#18660) | Ryan Scott | 2020-09-08 | 1 | -11/+16 |
* | [macOS] improved runpath handling | Moritz Angermann | 2020-09-07 | 1 | -0/+18 |
* | Documented the as of yet undocumented '--print-*' GHC flags, | Benjamin Maurer | 2020-09-04 | 4 | -21/+209 |
* | expected-undocumented-flags remove kill flags | Kathryn Spiers | 2020-09-03 | 1 | -2/+0 |
* | users-guide: Color the logo on the front page of the PDF | Takenobu Tani | 2020-08-26 | 1 | -0/+0 |
* | Fix -ddump-stg flag | Sylvain Henry | 2020-08-21 | 1 | -1/+9 |
* | Implement -Wredundant-bang-patterns (#17340) | nineonine | 2020-08-19 | 2 | -0/+59 |
* | users-guide: Rename 8.12 to 9.0 | Takenobu Tani | 2020-08-06 | 8 | -9/+9 |
* | Refactor handling of object merging | Ben Gamari | 2020-08-05 | 1 | -0/+16 |
* | Drop 32-bit Windows support | Ben Gamari | 2020-07-27 | 1 | -0/+5 |
* | fix typo referring to non-existent `-ohidir` flag, should be `-hidir` I think | leiftw | 2020-07-27 | 1 | -1/+1 |
* | Improve NegativeLiterals (#18022, GHC Proposal #344) | Vladislav Zavialov | 2020-07-27 | 2 | -6/+15 |
* | Define type Void# = (# #) (#18441) | Krzysztof Gogolewski | 2020-07-22 | 1 | -0/+3 |
* | Deprecate -fdmd-tx-dict-sel. | Andreas Klebinger | 2020-07-22 | 1 | -2/+2 |
* | Replace broken links to old haskell-prime site by working links to gitlab ins... | BinderDavid | 2020-07-22 | 2 | -2/+2 |
* | Fix dead link to haskell prime discussionghc-9.1-start | David Binder | 2020-07-22 | 1 | -1/+1 |
* | Accumulate Haddock comments in P (#17544, #17561, #8944) | Vladislav Zavialov | 2020-07-21 | 2 | -0/+63 |
* | users-guide: Fix :rts-flag:`--copying-gc` documentation | Ben Gamari | 2020-07-21 | 1 | -0/+1 |
* | Use a newtype `Code` for the return type of typed quotations (Proposal #195) | Matthew Pickering | 2020-07-21 | 2 | -6/+6 |
* | Add release notes entry for #17816 | Krzysztof Gogolewski | 2020-07-21 | 1 | -0/+11 |
* | Fix a typo in existential_quantification.rst | Mark | 2020-07-21 | 1 | -1/+1 |