summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Allow users to disable Unicode with an env varRon Mordechai2019-09-271-0/+11
* PmCheck: Elaborate what 'model' means in the user guide [skip ci]Sebastian Graf2019-09-271-8/+14
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-262-10/+26
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-5/+211
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-251-10/+12
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-252-0/+28
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-232-0/+15
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-237-24/+24
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-5/+5
* users guide: Fix link to let generalization blog postBen Gamari2019-09-191-1/+2
* eventlog: Add biographical and retainer profiling tracesMatthew Pickering2019-09-172-1/+18
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-43/+0
* Fix CONLIKE typotaylorfausak2019-09-141-1/+1
* Fix StandaloneDerivingNingning Xie2019-09-121-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Add a new flag -dno-typeable-binds for debuggingÖmer Sinan Ağacan2019-09-081-0/+12
* Balance parentheses in GHC 8.10.1 release notesRyan Scott2019-08-281-3/+3
* Fix documentationmniip2019-08-071-2/+2
* Explicitly number equations when printing axiom incompatibilitiesmniip2019-08-071-5/+5
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-072-0/+34
* docs: fixs -prof links in rts-flags sectionAdam Sandberg Eriksson2019-08-021-7/+6
* Add StandaloneDeriving example for DerivingVia.Andreas Klebinger2019-08-021-0/+6
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-261-2/+9
* users-guide: corrected -fmax-relevant-binds reverse to be -fno-max-relevant-b...James Foster2019-07-191-3/+3
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-142-6/+6
* Improve doc for :type-at. (#14780)Roland Senn2019-06-271-1/+8
* Add -Wmissing-safe-haskell-mode warningOleg Grenrus2019-06-251-1/+17
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-251-1/+34
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-253-3/+3
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-231-16/+35
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-211-0/+323
* users-guide: Update -Wsafe description for #16689Ben Gamari2019-06-191-1/+2
* users-guide: Fix a variety of broken links and syntaxBen Gamari2019-06-195-19/+30
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-142-0/+98
* users-guide: Fix a few markup issuesBen Gamari2019-06-132-23/+24
* rts/RtsFlags.c: mention that -prof too enables support for +RTS -lAlp Mestanogullari2019-06-111-1/+1
* Warn about unused packagesYuras Shumovich2019-06-112-0/+17
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-092-9/+41
* Add HEAP_PROF_SAMPLE_END event to mark end of samplesMatthew Pickering2019-06-071-0/+8
* Add GHCi :instances commandXavier Denis2019-06-042-0/+37
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-311-3/+23
* Eventlog: Document the fact timestamps are nanosecondsMatthew Pickering2019-05-311-0/+4
* Fix some warnings in users_guide (incl #16640)Oleg Grenrus2019-05-293-3/+11
* Remove stale 8.2.1-notesOleg Grenrus2019-05-291-527/+0
* Minor spelling fixes to users guide.P.C. Shyamshankar2019-05-298-8/+8
* Correct the large tuples section in user's guideJoshua Price2019-05-271-8/+8
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-222-13/+68
* Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan2019-05-222-5/+15
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-0/+4
* users-guide: Fix -rtsopts defaultKirill Elagin2019-05-211-1/+1