summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.2.1-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* Bump version to GHC 9.2.6 and add changelog entriesZubin Duggal2023-02-071-0/+13
* User's guide: data family kind-inference changessheaf2022-01-301-3/+12
* users-guide/relnotes: Mention sized integer changesBen Gamari2022-01-301-0/+11
* user guide: Reintroduce "Included libraries" section in relnotesBen Gamari2021-12-111-0/+45
* Reject GADT pattern matches in arrow notationsheaf2021-10-211-0/+15
* Doc fix #20226: formatting issues in 9.2.1 release notesAndreas Abel2021-09-091-3/+3
* users-guide: Correct markdown for ghc-9.2Takenobu Tani2021-09-091-3/+3
* Revert "Improve error messages involving operators from Data.Type.Ord"Ben Gamari2021-08-171-5/+1
* users-guide: Note ARMv8 NCG in release notesBen Gamari2021-08-051-0/+3
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-08-051-1/+5
* Add 9.2 release note about linear caseRichard Eisenberg2021-07-051-0/+6
* users-guide: Add OverloadedRecordDot and OverloadedRecordUpdate for ghc-9.2Takenobu Tani2021-05-131-0/+9
* [docs] release notes for !4729 + !3678Douglas Wilson2021-05-121-0/+32
* users guide: Fix a few typosBen Gamari2021-04-181-1/+1
* base: Update Unicode data to 13.0.0Ben Gamari2021-03-261-0/+2
* users guide: Note LLVM version requirement in release notesghc-9.3-startBen Gamari2021-03-231-0/+6
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+2
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-0/+19
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-3/+10
* Introduce GHC2021 languageJoachim Breitner2021-03-101-0/+15
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+13
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-2/+5
* Document operator sections' interaction with subsumptionRyan Scott2021-03-091-0/+15
* 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
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-0/+6
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-041-0/+3
* Add release notes for -hi, -finfo-table-map and -fdistinct-constructor-tablesMatthew Pickering2021-03-031-0/+14
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-031-0/+6
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-5/+12
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-1/+4
* Make openFile exception safeDavid Feuer2021-02-221-0/+3
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-181-0/+4
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-1/+15
* Fix typosBrian Wignall2021-02-061-2/+2
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+13
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-301-0/+8
* Remove some redundant validity checks.Richard Eisenberg2021-01-271-0/+4
* Deprecate -h flagMatthew Pickering2021-01-271-0/+3
* docs: Various release notes changesBen Gamari2021-01-071-9/+20
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-0/+3
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-171-1/+29
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-6/+0
* Implement BoxedRep proposalAndrew Martin2020-12-141-0/+6
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-081-0/+5
* Remove flattening variablesRichard Eisenberg2020-12-011-0/+4
* Introduce -fprof-callers flagBen Gamari2020-11-211-0/+4
* Update user's guide entry on demand analysis and worker/wrapperSebastian Graf2020-11-201-1/+1
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-021-0/+3
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-3/+41