| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce -dlint flag | Ben Gamari | 2021-12-21 | 1 | -0/+12 |
* | Rename -fcatch-bottoms to -fcatch-nonexhaustive-cases | Ben Gamari | 2021-12-21 | 1 | -1/+1 |
* | codeGen: Introduce flag to bounds-check array accesses | Ben Gamari | 2021-12-21 | 1 | -0/+12 |
* | Plugin load order should follow the commandline order (fixes #17884) | Andrei Barbu | 2021-12-15 | 1 | -3/+5 |
* | ghc-bin: Add --merge-objs mode | Ben Gamari | 2021-12-14 | 2 | -0/+23 |
* | users-guide: Fix documentation for -shared flag | Ben Gamari | 2021-12-14 | 1 | -3/+4 |
* | Ghci environment: Do not remove shadowed ids | Joachim Breitner | 2021-12-14 | 1 | -0/+40 |
* | docs: Drop old release notes | Ben Gamari | 2021-12-10 | 3 | -929/+0 |
* | Add `Opt_CoreConstantFolding` to turn on constant folding (#20500) | Gergo ERDI | 2021-12-09 | 1 | -0/+11 |
* | More permissive parsing of higher-rank type IPs | sheaf | 2021-12-07 | 1 | -0/+8 |
* | rts: +RTS -DL should imply +RTS -Dl | Ben Gamari | 2021-12-07 | 1 | -0/+1 |
* | Fix user-guide typo | Viktor Dukhovni | 2021-12-07 | 1 | -1/+1 |
* | Add section to the user guide about OS memory usage | Matthew Pickering | 2021-12-06 | 3 | -2/+110 |
* | Revert "Data.List specialization to []" | Matthew Pickering | 2021-12-03 | 1 | -2/+7 |
* | users-guide: Describe requirements of DWARF unwinding | Ben Gamari | 2021-12-01 | 1 | -0/+10 |
* | user-guide: Fix :since: of -XCApiFFI | Ben Gamari | 2021-12-01 | 1 | -1/+1 |
* | Dump non-module specific info to file #20316 | Carrie Xu | 2021-12-01 | 1 | -4/+8 |
* | docs/users_guide/bugs.rst: Rewording | Anton-Latukha | 2021-11-29 | 1 | -3/+3 |
* | Allow boring class declarations in hs-boot files | sheaf | 2021-11-25 | 1 | -3/+25 |
* | Add specific optimization flag for Cmm control flow analysis (#20500) | Gergo ERDI | 2021-11-25 | 1 | -1/+11 |
* | Add specific optimization flag for fast PAP calls (#6084, #20500) | Gergo ERDI | 2021-11-25 | 1 | -0/+1 |
* | Misc cleanup | Krzysztof Gogolewski | 2021-11-25 | 4 | -36/+12 |
* | Add a warning for GADT match + NoMonoLocalBinds (#20485) | Krzysztof Gogolewski | 2021-11-23 | 1 | -1/+27 |
* | Implement -Wforall-identifier (#20609) | Vladislav Zavialov | 2021-11-12 | 1 | -0/+28 |
* | Only pass -pie, -no-pie when linking | Matthew Bauer | 2021-11-11 | 1 | -4/+14 |
* | Clarify hs-boot file default method restrictions | sheaf | 2021-11-10 | 1 | -4/+6 |
* | Improvements to rank_polymorphism.rst | sheaf | 2021-11-10 | 1 | -11/+21 |
* | User's guide: data family kind-inference changes | sheaf | 2021-10-29 | 1 | -3/+12 |
* | Don't default type variables in type families | sheaf | 2021-10-26 | 1 | -3/+3 |
* | Warn if unicode bidirectional formatting characters are found in the source (... | Zubin Duggal | 2021-10-26 | 1 | -0/+18 |
* | DmdAnal: Implement Boxity Analysis (#19871) | Sebastian Graf | 2021-10-24 | 1 | -0/+14 |
* | Introduce Concrete# for representation polymorphism checks | sheaf | 2021-10-17 | 2 | -1/+9 |
* | Null eventlog writer | Oleg Grenrus | 2021-10-15 | 1 | -0/+8 |
* | Reject GADT pattern matches in arrow notation | sheaf | 2021-10-09 | 1 | -0/+15 |
* | Add defaulting plugins. | Andrei Barbu | 2021-10-08 | 2 | -0/+63 |
* | Fix rst syntax mistakes in release notes | Joachim Breitner | 2021-10-07 | 1 | -3/+3 |
* | Disable -dynamic-too if -dynamic is also passed | Matthew Pickering | 2021-10-06 | 1 | -0/+2 |
* | Document interaction between unsafe FFI and GC | Alexander Kjeldaas | 2021-09-29 | 1 | -5/+23 |
* | Documented yet undocumented dump flags #18641 | Benjamin Maurer | 2021-09-28 | 2 | -6/+38 |
* | Remove outdated note about pragma layout | taylorfausak | 2021-09-28 | 1 | -3/+1 |
* | Add `-dsuppress-core-sizes` flag (#20342) | Sylvain Henry | 2021-09-28 | 1 | -0/+8 |
* | Remove unused, undocumented debug/dump flag `-ddump-vt-trace`. See 20403. | Benjamin Maurer | 2021-09-22 | 1 | -1/+0 |
* | users-guide: Improve documentation of ticky events | Ben Gamari | 2021-09-18 | 3 | -1/+13 |
* | Add doc for -dyno, -dynosuf, -dynhisuf | Ziyang Liu | 2021-09-17 | 2 | -3/+26 |
* | Ensure .dyn_hi doesn't overwrite .hi | Ziyang Liu | 2021-09-17 | 1 | -1/+9 |
* | driver: -M allow omitting the -dep-suffix (means empty) (fix #15483) | Artem Pelenitsyn | 2021-09-17 | 1 | -3/+2 |
* | Emit warning if bang is applied to unlifted types | Tito Sacchi | 2021-09-17 | 2 | -0/+20 |
* | Improve error messages involving operators from Data.Type.Ord | Christiaan Baaij | 2021-09-17 | 1 | -0/+4 |
* | Documentation: use https links | Krzysztof Gogolewski | 2021-09-08 | 35 | -85/+85 |
* | Minor doc fixes | Krzysztof Gogolewski | 2021-09-08 | 7 | -90/+56 |