summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation fixesKrzysztof Gogolewski2021-01-3015-60/+40
* Fix description of -fregs-graph (not implied by -O2, linked issue was closed)Benjamin Maurer2021-01-301-4/+1
* compare-flags: Strip whitespace from flags read from --show-optionsGHC GitLab CI2021-01-301-2/+2
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-302-3/+19
* Fix parsing of -fstg-lift-lams-non-recKrzysztof Gogolewski2021-01-292-4/+2
* 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