summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+2
* Document how GADT patterns are matched from left-to-right, outside-inRyan Scott2021-03-171-1/+82
* Document the interaction between ScopedTypeVariables and StandaloneKindSignat...Ryan Scott2021-03-151-0/+31
* Correct module name in `-fprof-callers` documentationMatthew Pickering2021-03-141-1/+1
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-142-4/+113
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-102-7/+34
* Use GHC2021 as default languageJoachim Breitner2021-03-101-4/+5
* Introduce GHC2021 languageJoachim Breitner2021-03-103-19/+87
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+13
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-102-2/+24
* Document operator sections' interaction with subsumptionRyan Scott2021-03-092-0/+19
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+24
* eventlog: Add changelog entry for BLOCKS_SIZE and MEM_RETURNMatthew Pickering2021-03-081-0/+7
* eventlog: Add BLOCKS_SIZE eventMatthew Pickering2021-03-081-7/+21
* eventlog: Add MEM_RETURN event to give information about fragmentationMatthew Pickering2021-03-081-3/+23
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-073-9/+19
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-064-3/+99
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-041-0/+53
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-042-0/+20
* Add release notes for -hi, -finfo-table-map and -fdistinct-constructor-tablesMatthew Pickering2021-03-031-0/+14
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-6/+7
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-033-2/+79
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+5
* User's Guide: document DefaultSignatures' interaction with subsumptionRyan Scott2021-03-031-25/+118
* Add a flag to dump the FastString tableSylvain Henry2021-03-031-0/+7
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-031-30/+30
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-032-1/+15
* Fix typo in docs [skip ci]Sebastian Graf2021-03-031-1/+1
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-012-5/+40
* Infer multiplicity in case expressionsKrzysztof Gogolewski2021-03-011-4/+5
* users guide: Update mathjax CDN URLBen Gamari2021-02-281-2/+2
* Remove the -xt heap profiling optionMatthew Pickering2021-02-272-18/+4
* rts: Introduce --eventlog-flush-interval flagBen Gamari2021-02-271-0/+9
* Implement -Wambiguous-fieldsAdam Gundry2021-02-262-5/+39
* Update MonoLocalBinds documentationSimon Peyton Jones2021-02-262-11/+28
* Minor fix to QualifiedDo docs about the ApplicativeDo desugaringUtku Demir2021-02-251-3/+3
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-221-3/+4
* Make openFile exception safeDavid Feuer2021-02-221-0/+3
* users guide: Mention that -e can be given multiple timesBen Gamari2021-02-181-2/+3
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-183-8/+12
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-167-5/+149
* Introduce keepAlive primopBen Gamari2021-02-141-0/+17
* Fix example code in Deriving via. songzh2021-02-131-1/+1
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-3/+0
* Add -Wsafe to flags not enabled by -WallFendor2021-02-101-0/+1
* Fix example code of "Making a Haskell library that can be called from foreign...Masahiro Sakai2021-02-101-2/+2
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-092-0/+136
* Fix typosBrian Wignall2021-02-064-6/+6
* The Char kind (#11342)Daniel Rogozin2021-02-062-6/+17
* Fix typo in qualified_do.rstBasile Henry2021-02-051-1/+1