summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-291-0/+18
* Document release when TypeApplications allowed declaring variables as inferredBoris Lykah2021-05-281-2/+3
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-271-1/+10
* Add 9.2 release note about linear caseRichard Eisenberg2021-05-251-0/+6
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-111-0/+2
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-292-0/+24
* 19079 DerivingVia: incorrectly accepts deriving via types with differing runt...Sasha Bogicevic2021-04-271-3/+5
* Introduce -ddump-verbose-inliningsBen Gamari2021-04-271-5/+10
* docs: add a short up-front description for -O, -n, -qn, -I and -IwAdam Sandberg Ericsson2021-04-261-10/+19
* users guide: Various other cleanupsBen Gamari2021-04-262-10/+26
* users-guide: Document deprecation of -funfolding-keeness-factorBen Gamari2021-04-263-1/+16
* Worker/wrapper: Consistent namesSebastian Graf2021-04-201-1/+1
* users-guide: Add missing FieldSelectors to GHC2021 listBen Gamari2021-04-181-0/+1
* users guide: Sort lists of implied language extensionsBen Gamari2021-04-181-20/+20
* users-guide: Clarify GHC2021 documentationBen Gamari2021-04-181-1/+7
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-181-0/+4
* [docs] release notes for !4729 + !3678Douglas Wilson2021-04-091-1/+33
* Implement proposal 403: Lexer cleanupOleg Grenrus2021-04-051-0/+21
* Data.List specialization to []Oleg Grenrus2021-04-011-7/+2
* users-guide: Correct markdown for ghc-9.2Takenobu Tani2021-03-303-7/+7
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-291-1/+1
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-251-0/+27
* More improvement to MonoLocalBinds documentationSimon Peyton Jones2021-03-231-50/+35
* 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