summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Implement type applications in patternsCale Gibbard2020-12-142-1/+83
* users guide: Describe GC lifecycle eventsBen Gamari2020-12-112-4/+100
* users guide: Fix syntax errorsBen Gamari2020-12-111-23/+21
* doc: Extra-clarify -fomit-yieldsKirill Elagin2020-12-101-1/+1
* doc: Clarify the default for -fomit-yieldsKirill Elagin2020-12-101-1/+1
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-082-85/+158
* Remove flattening variablesRichard Eisenberg2020-12-013-1/+49
* Set dynamic users-guide TOC spacing (fixes #18554)Tim Barnes2020-11-261-0/+3
* Implement -ddump-c-backend argumentBen Gamari2020-11-221-0/+9
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-213-4/+49
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-7/+11
* Introduce -fprof-callers flagBen Gamari2020-11-212-0/+36
* users-guide: A bit of clean-up in profiling flag documentationBen Gamari2020-11-211-43/+31
* Update user's guide entry on demand analysis and worker/wrapperSebastian Graf2020-11-204-24/+170
* Clarify interruptible FFI wrt masking stateKamil Dworakowski2020-11-201-4/+7
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-151-1/+4
* Enable -fexpose-internal-symbols when debug level >=2Ben Gamari2020-11-112-3/+5
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-111-0/+13
* [AArch64] Aarch64 Always PICMoritz Angermann2020-11-061-2/+4
* Update inlining flags documentationMatthew Pickering2020-11-032-13/+1
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-021-0/+3
* Document that ccall convention doesn't support varargsBen Gamari2020-11-021-0/+15
* Make typechecker equality consider visibility in ForAllTysRyan Scott2020-10-312-20/+20
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-3/+41
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-1/+1
* Minor comments, update linear types docsKrzysztof Gogolewski2020-10-201-4/+14
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+52
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-152-0/+50
* users-guide: Add missing :ghc-flag: directiveBen Gamari2020-10-141-2/+2
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-0/+4
* Remove "Operator sections" from docs/users_guide/bugs.rstVladislav Zavialov2020-10-141-25/+0
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-142-23/+29
* Unification of Nat and NaturalsHaskellMouse2020-10-132-2/+24
* Add a flag to indicate that gcc supports -no-pieKrzysztof Gogolewski2020-10-091-0/+14
* Document -Wderiving-typeableMaxGabriel2020-10-092-1/+14
* Document profiling flags, warning flags, and no-pieRachel2020-10-074-46/+133
* Small documentation fixesKrzysztof Gogolewski2020-10-037-14/+25
* Replaced MkT1 with T1 in type signatures.Icelandjack2020-10-021-2/+2
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Description of flag `-H` was in 'verbosity options', moved to 'misc'.Benjamin Maurer2020-09-291-8/+8
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-292-28/+24
* Various documentation fixesKrzysztof Gogolewski2020-09-259-20/+21
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-0/+5
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-243-53/+46
* Remove the list of loaded modules from the ghci promptHécate2020-09-231-239/+224
* users guide: Fix various documentation issuesBen Gamari2020-09-195-11/+20
* Fix a codeblock in ghci.rstAndreas Klebinger2020-09-191-0/+1
* Fix docs who misstated how the RTS treats size suffixes.Andreas Klebinger2020-09-191-2/+2
* Documented '-m' flags for machine specific instruction extensions.Benjamin Maurer2020-09-172-11/+142
* docs: correct haddock referenceAdam Sandberg Eriksson2020-09-161-2/+2