summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Introduce -dlint flagBen Gamari2021-12-211-0/+12
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-1/+1
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-211-0/+12
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-151-3/+5
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-142-0/+23
* users-guide: Fix documentation for -shared flagBen Gamari2021-12-141-3/+4
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-141-0/+40
* docs: Drop old release notesBen Gamari2021-12-103-929/+0
* Add `Opt_CoreConstantFolding` to turn on constant folding (#20500)Gergo ERDI2021-12-091-0/+11
* More permissive parsing of higher-rank type IPssheaf2021-12-071-0/+8
* rts: +RTS -DL should imply +RTS -DlBen Gamari2021-12-071-0/+1
* Fix user-guide typoViktor Dukhovni2021-12-071-1/+1
* Add section to the user guide about OS memory usageMatthew Pickering2021-12-063-2/+110
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-2/+7
* users-guide: Describe requirements of DWARF unwindingBen Gamari2021-12-011-0/+10
* user-guide: Fix :since: of -XCApiFFIBen Gamari2021-12-011-1/+1
* Dump non-module specific info to file #20316Carrie Xu2021-12-011-4/+8
* docs/users_guide/bugs.rst: RewordingAnton-Latukha2021-11-291-3/+3
* Allow boring class declarations in hs-boot filessheaf2021-11-251-3/+25
* Add specific optimization flag for Cmm control flow analysis (#20500)Gergo ERDI2021-11-251-1/+11
* Add specific optimization flag for fast PAP calls (#6084, #20500)Gergo ERDI2021-11-251-0/+1
* Misc cleanupKrzysztof Gogolewski2021-11-254-36/+12
* Add a warning for GADT match + NoMonoLocalBinds (#20485)Krzysztof Gogolewski2021-11-231-1/+27
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-0/+28
* Only pass -pie, -no-pie when linkingMatthew Bauer2021-11-111-4/+14
* Clarify hs-boot file default method restrictionssheaf2021-11-101-4/+6
* Improvements to rank_polymorphism.rstsheaf2021-11-101-11/+21
* User's guide: data family kind-inference changessheaf2021-10-291-3/+12
* Don't default type variables in type familiessheaf2021-10-261-3/+3
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-261-0/+18
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-241-0/+14
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-172-1/+9
* Null eventlog writerOleg Grenrus2021-10-151-0/+8
* Reject GADT pattern matches in arrow notationsheaf2021-10-091-0/+15
* Add defaulting plugins.Andrei Barbu2021-10-082-0/+63
* Fix rst syntax mistakes in release notesJoachim Breitner2021-10-071-3/+3
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-061-0/+2
* Document interaction between unsafe FFI and GCAlexander Kjeldaas2021-09-291-5/+23
* Documented yet undocumented dump flags #18641Benjamin Maurer2021-09-282-6/+38
* Remove outdated note about pragma layouttaylorfausak2021-09-281-3/+1
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-281-0/+8
* Remove unused, undocumented debug/dump flag `-ddump-vt-trace`. See 20403.Benjamin Maurer2021-09-221-1/+0
* users-guide: Improve documentation of ticky eventsBen Gamari2021-09-183-1/+13
* Add doc for -dyno, -dynosuf, -dynhisufZiyang Liu2021-09-172-3/+26
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-171-1/+9
* driver: -M allow omitting the -dep-suffix (means empty) (fix #15483)Artem Pelenitsyn2021-09-171-3/+2
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-172-0/+20
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-0/+4
* Documentation: use https linksKrzysztof Gogolewski2021-09-0835-85/+85
* Minor doc fixesKrzysztof Gogolewski2021-09-087-90/+56