| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 1 | -7/+11 |
* | Introduce -fprof-callers flag | Ben Gamari | 2020-11-21 | 2 | -0/+36 |
* | users-guide: A bit of clean-up in profiling flag documentation | Ben Gamari | 2020-11-21 | 1 | -43/+31 |
* | Update user's guide entry on demand analysis and worker/wrapper | Sebastian Graf | 2020-11-20 | 4 | -24/+170 |
* | Clarify interruptible FFI wrt masking state | Kamil Dworakowski | 2020-11-20 | 1 | -4/+7 |
* | nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3 | Ben Gamari | 2020-11-15 | 1 | -1/+4 |
* | Enable -fexpose-internal-symbols when debug level >=2 | Ben Gamari | 2020-11-11 | 2 | -3/+5 |
* | codeGen: Produce local symbols for module-internal functions | Ben Gamari | 2020-11-11 | 1 | -0/+13 |
* | [AArch64] Aarch64 Always PIC | Moritz Angermann | 2020-11-06 | 1 | -2/+4 |
* | Update inlining flags documentation | Matthew Pickering | 2020-11-03 | 2 | -13/+1 |
* | Expand type synonyms with :kind! | Simon Peyton Jones | 2020-11-02 | 1 | -0/+3 |
* | Document that ccall convention doesn't support varargs | Ben Gamari | 2020-11-02 | 1 | -0/+15 |
* | Make typechecker equality consider visibility in ForAllTys | Ryan Scott | 2020-10-31 | 2 | -20/+20 |
* | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 1 | -3/+41 |
* | Remove unnecessary gender from comments/docs | Richard Eisenberg | 2020-10-29 | 1 | -1/+1 |
* | 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 |