| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Word64 use Word64# on every architecture | Sylvain Henry | 2021-11-06 | 36 | -786/+201 |
* | Remove target dependent CPP for Word64/Int64 (#11470) | Sylvain Henry | 2021-11-06 | 17 | -135/+154 |
* | CI: allow perf-nofib to fail | Sylvain Henry | 2021-11-06 | 1 | -2/+4 |
* | Fix Int64ToInt/Word64ToWord rules on 32-bit architectures | Sylvain Henry | 2021-11-06 | 2 | -16/+17 |
* | Add missing Int64/Word64 constant-folding rules | Sylvain Henry | 2021-11-06 | 1 | -0/+16 |
* | i386: fix codegen of 64-bit comparisons | Sylvain Henry | 2021-11-06 | 1 | -14/+21 |
* | Export `withTcPlugins` and `withHoleFitPlugins` | Ziyang Liu | 2021-11-06 | 1 | -0/+2 |
* | Fix boolean confusion with Opt_NoLlvmMangler flag | Matthew Pickering | 2021-11-05 | 1 | -2/+2 |
* | Avoid GHC_STAGE and other include bits | John Ericson | 2021-11-05 | 14 | -22/+33 |
* | make: Futher systematize handling of generated headers | John Ericson | 2021-11-05 | 3 | -26/+12 |
* | Allow CApi FFI calls in GHCi | Matthew Pickering | 2021-11-05 | 5 | -1/+12 |
* | Remove record field from Solo | Simon Peyton Jones | 2021-11-05 | 7 | -41/+23 |
* | Fix deferOutOfScopeVariables for qualified #20472 | CarrieMY | 2021-11-05 | 4 | -10/+22 |
* | Tiny renamings and doc updates | Richard Eisenberg | 2021-11-04 | 2 | -54/+55 |
* | Correct load_load_barrier for risc-v | Takenobu Tani | 2021-11-04 | 1 | -1/+1 |
* | ci: Don't run alpine job in fast-ci | Matthew Pickering | 2021-11-04 | 1 | -0/+2 |
* | Generalize the type of wrapLocSndMA | Vladislav Zavialov | 2021-11-03 | 1 | -4/+13 |
* | hadrian: Use $bindir instead of `dirname $0` in ghci wrapper | ARATA Mizuki | 2021-11-03 | 1 | -2/+1 |
* | EPA: Get rid of bare SrcSpan's in the ParsedSource | Alan Zimmerman | 2021-11-02 | 44 | -312/+408 |
* | Fix #20590 with another application of mkHsContextMaybe | Ryan Scott | 2021-11-02 | 4 | -17/+28 |
* | Treat generated RTS headers in a more consistent manner | John Ericson | 2021-11-02 | 5 | -10/+31 |
* | Remove `includes_GHCCONSTANTS` from make build system | John Ericson | 2021-11-02 | 2 | -3/+0 |
* | Separate some AC_SUBST / AC_DEFINE | John Ericson | 2021-11-02 | 3 | -9/+10 |
* | HsToken for let/in (#19623) | Vladislav Zavialov | 2021-11-02 | 23 | -83/+97 |
* | Update comment in Lint.hs
| Andreas Klebinger | 2021-11-01 | 1 | -1/+1 |
* | configure: Hide error output from --target check | Ben Gamari | 2021-10-31 | 1 | -1/+1 |
* | ghc: Bump Cabal-Version to 1.22 | Ben Gamari | 2021-10-31 | 1 | -1/+1 |
* | Modularize autoconf platform detection | John Ericson | 2021-10-31 | 8 | -164/+200 |
* | Make build system: Put make generated include's in RTS distdirs | John Ericson | 2021-10-31 | 6 | -22/+15 |
* | ghci: Make getModBreaks robust against DotO Unlinked | Ben Gamari | 2021-10-30 | 1 | -1/+6 |
* | User's guide: data family kind-inference changes | sheaf | 2021-10-29 | 1 | -3/+12 |
* | Bignum: add missing rule | Sylvain Henry | 2021-10-29 | 2 | -17/+14 |
* | Add test for T15547 (#15547) | Sylvain Henry | 2021-10-29 | 3 | -0/+74 |
* | make build system: RTS should use dist-install not dist | John Ericson | 2021-10-29 | 8 | -88/+88 |
* | WorkWrap: Update Unfolding with WW'd body prior to `tryWW` (#20510) | Sebastian Graf | 2021-10-29 | 7 | -95/+234 |
* | Add more INLINABLE and INLINE pragmas to `Enum Int*` instances | Sebastian Graf | 2021-10-29 | 3 | -4/+64 |
* | Show family TyCons in mk_dict_error in the case of a single match | Ziyang Liu | 2021-10-29 | 5 | -2/+87 |
* | hadrian: Turn the `static` flavour into a transformer | Ben Gamari | 2021-10-27 | 5 | -63/+54 |
* | base: Note export of Data.Tuple.Solo in changelog | Ben Gamari | 2021-10-27 | 1 | -1/+4 |
* | Compiler dosen't need to know about certain settings from file | John Ericson | 2021-10-27 | 4 | -21/+0 |
* | Make build system: Generalize and/or document distdirs | John Ericson | 2021-10-27 | 5 | -10/+26 |
* | Change CaseAlt and LambdaExpr to FunRhs in deriving Foldable and Traversable ... | Artyom Kuznetsov | 2021-10-26 | 5 | -3/+70 |
* | Don't default type variables in type families | sheaf | 2021-10-26 | 24 | -101/+227 |
* | Warn if unicode bidirectional formatting characters are found in the source (... | Zubin Duggal | 2021-10-26 | 10 | -3/+156 |
* | Tweak descriptions of lines and unlines | Viktor Dukhovni | 2021-10-25 | 1 | -19/+17 |
* | Remove stray reference to `dist-ghcconstants` | John Ericson | 2021-10-25 | 1 | -1/+1 |
* | Fix dangling reference to RtsConfig.h | John Ericson | 2021-10-24 | 1 | -1/+1 |
* | undefined: Neater CallStack in error message | Joachim Breitner | 2021-10-24 | 15 | -22/+13 |
* | EPA: Use LocatedA for ModuleName | Alan Zimmerman | 2021-10-24 | 22 | -58/+59 |
* | DmdAnal: Implement Boxity Analysis (#19871) | Sebastian Graf | 2021-10-24 | 65 | -963/+1883 |