summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.10.1-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* users-guide: Drop old release notesBen Gamari2020-02-241-388/+0
* users-guide: Shuffle textBen Gamari2020-02-241-18/+16
* users-guide: Mention dependency on `exceptions` in release notesBen Gamari2020-02-201-0/+1
* 8.10 Release notes for --disable-delayed-os-memory-return [skip ci]Niklas Hambüchen2020-02-201-0/+15
* 8.10 Release notes for atomic .o writes [skip ci]Niklas Hambüchen2020-02-201-0/+15
* users-guide: Fix broken referenceBen Gamari2020-02-141-1/+1
* users-guide: Fix unknown link targetsBen Gamari2020-02-141-2/+2
* 8.10 Release notes for improvements to the pattern-match checker [skip ci]Sebastian Graf2020-02-091-0/+14
* Switch to ReadTheDocs theme for the user-guideSylvain Henry2019-12-251-2/+2
* Make warnings for TH splices opt-inSebastian Graf2019-11-271-1/+12
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-231-0/+4
* Update release notes about #16512 / #17405.Richard Eisenberg2019-11-101-0/+12
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-3/+6
* rts/linker: Ensure that code isn't writableBen Gamari2019-11-041-0/+5
* users-guide: Add some new features and fix warnings for GHC 8.10Takenobu Tani2019-10-291-2/+10
* Fix RankNTypes :ghc-flag: in users guideLuke Lau2019-10-271-2/+2
* eventlog: Dump cost centre stack on each sampleMatthew Pickering2019-10-231-0/+3
* compiler: introduce DynFlags pluginsAlp Mestanogullari2019-10-231-0/+6
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-0/+4
* Mention changes from #16980, #17213 in 8.10.1 release notesRyan Scott2019-10-141-5/+59
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-0/+4
* users-guide: Fix various warningsBen Gamari2019-10-081-1/+1
* users-guide: Refer to language extension flags via :extension:Ben Gamari2019-10-081-1/+1
* Deprecate -fwarn-hi-shadowing, because it was never implemented and isDaroc Alden2019-10-041-0/+4
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-261-5/+6
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-0/+14
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-251-0/+10
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-231-0/+3
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-231-12/+12
* eventlog: Add biographical and retainer profiling tracesMatthew Pickering2019-09-171-0/+5
* Balance parentheses in GHC 8.10.1 release notesRyan Scott2019-08-281-3/+3
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-251-1/+1
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-0/+7
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-091-1/+4
* Add GHCi :instances commandXavier Denis2019-06-041-0/+5
* Fix some warnings in users_guide (incl #16640)Oleg Grenrus2019-05-291-2/+2
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-0/+29
* Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan2019-05-221-0/+7
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-0/+4
* users-guide: Add libraries section to 8.10.1 release notesBen Gamari2019-04-211-0/+40
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-181-0/+6
* docs: mention memcpy optimization for ByteArrays in 8.10.1-notesArtem Pyanykh2019-04-141-4/+5
* docs: add a note about changes in memset unrolling to 8.10.1-notesArtem Pyanykh2019-04-091-0/+5
* Add support for bitreverse primopAlexandre2019-04-011-0/+4
* Visible dependent quantificationRyan Scott2019-03-011-0/+10
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-0/+28
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-0/+45