summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* ghci: Take editor from VISUAL environment variablewip/T19030Ben Gamari2021-01-292-3/+19
* Fix code formatting in `HasCallStack` sectionDenis Frezzato2021-01-281-1/+1
* Remove some redundant validity checks.Richard Eisenberg2021-01-278-144/+30
* Add a section about failable patterns in the GHC user's guideHécate2021-01-271-0/+31
* Remove -XMonadFailDesugaring referencesHécate2021-01-272-24/+0
* Deprecate -h flagMatthew Pickering2021-01-272-2/+6
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-2/+2
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-221-4/+11
* rts/eventlog: Reset ticky counters after dumping sampleBen Gamari2021-01-171-1/+1
* rts/eventlog: Introduce event to demarcate new ticky sampleBen Gamari2021-01-171-0/+7
* Update expected-undocumented-flags.txtBenjamin Maurer2021-01-101-1/+0
* Document flag -dasm-lint in debugging.rstBenjamin Maurer2021-01-101-0/+7
* gone_wrong.rst: remove duplicate termGreg Steuck2021-01-091-1/+1
* intro.rst: remove duplication of release references and fix a linkGreg Steuck2021-01-091-6/+1
* docs: Various release notes changesBen Gamari2021-01-071-9/+20
* users-guide: Remove space from -ol documentationBen Gamari2021-01-071-2/+2
* rts: Enforce that mark-region isn't used with -hBen Gamari2021-01-071-0/+11
* Docs: Remove reference to `type_applications` in `exts/patterns.rst`Joachim Breitner2021-01-021-1/+0
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-0/+3
* INLINE pragma for patterns (#12178)Cale Gibbard2020-12-311-0/+34
* Document scoping of named wildcard type variablesSimon Peyton Jones2020-12-231-0/+14
* Increase -A default to 4MB.Andreas Klebinger2020-12-221-4/+11
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-201-1/+1
* Correct documentation around -XTypeOperatorsRichard Eisenberg2020-12-201-18/+25
* Add two warnings to -WallTom Ellis2020-12-191-2/+0
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-171-1/+29
* User guide minor typoDavid Eichmann2020-12-171-1/+1
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-153-19/+9
* Implement BoxedRep proposalAndrew Martin2020-12-143-9/+19
* Implement type applications in patternsCale Gibbard2020-12-142-1/+83
* users guide: Describe GC lifecycle eventsBen Gamari2020-12-112-4/+100
* users guide: Fix syntax errorsBen Gamari2020-12-111-23/+21
* doc: Extra-clarify -fomit-yieldsKirill Elagin2020-12-101-1/+1
* doc: Clarify the default for -fomit-yieldsKirill Elagin2020-12-101-1/+1
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-082-85/+158
* Remove flattening variablesRichard Eisenberg2020-12-013-1/+49
* Set dynamic users-guide TOC spacing (fixes #18554)Tim Barnes2020-11-261-0/+3
* Implement -ddump-c-backend argumentBen Gamari2020-11-221-0/+9
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-213-4/+49
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-7/+11
* Introduce -fprof-callers flagBen Gamari2020-11-212-0/+36
* users-guide: A bit of clean-up in profiling flag documentationBen Gamari2020-11-211-43/+31
* Update user's guide entry on demand analysis and worker/wrapperSebastian Graf2020-11-204-24/+170
* Clarify interruptible FFI wrt masking stateKamil Dworakowski2020-11-201-4/+7
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-151-1/+4
* Enable -fexpose-internal-symbols when debug level >=2Ben Gamari2020-11-112-3/+5
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-111-0/+13
* [AArch64] Aarch64 Always PICMoritz Angermann2020-11-061-2/+4
* Update inlining flags documentationMatthew Pickering2020-11-032-13/+1
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-021-0/+3