| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix panic trying to -ddump-parsed-ast for implicit fixitywip/az/T20846 | Alan Zimmerman | 2021-12-21 | 7 | -8/+185 |
* | Mark `linkwhole` test as expected broken on OpenBSD per #20841 | Greg Steuck | 2021-12-21 | 1 | -0/+1 |
* | Only use -ldl conditionally to fix T3807 | Greg Steuck | 2021-12-21 | 2 | -1/+7 |
* | Use libc++ instead of libstdc++ on openbsd in addition to freebsd | Greg Steuck | 2021-12-21 | 2 | -3/+6 |
* | Give plugins a better interface (#17957) | Sylvain Henry | 2021-12-21 | 15 | -75/+91 |
* | Introduce -dlint flag | Ben Gamari | 2021-12-21 | 2 | -0/+30 |
* | Rename -fcatch-bottoms to -fcatch-nonexhaustive-cases | Ben Gamari | 2021-12-21 | 5 | -10/+11 |
* | rts: Add optional bounds checking in out-of-line primops | Ben Gamari | 2021-12-21 | 1 | -0/+18 |
* | codeGen: Introduce flag to bounds-check array accesses | Ben Gamari | 2021-12-21 | 12 | -1/+242 |
* | testsuite: Ensure that -dcore-lint is not set for compiler performance tests | Matthew Pickering | 2021-12-17 | 1 | -0/+1 |
* | Perf: avoid using (replicateM . length) when possible | Sylvain Henry | 2021-12-17 | 4 | -8/+4 |
* | Demand: `Eq DmdType` modulo `defaultFvDmd` (#20827) | Sebastian Graf | 2021-12-17 | 1 | -5/+35 |
* | Binary: make withBinBuffer safe | Cheng Shao | 2021-12-17 | 1 | -5/+1 |
* | Expand documentation for MulArrowT constructor | Matthew Pickering | 2021-12-17 | 1 | -1/+3 |
* | Fix documentation formatting in Language.Haskell.TH.CodeDo | Matthew Pickering | 2021-12-17 | 1 | -0/+2 |
* | Add regression test for T20189 | Matthew Pickering | 2021-12-17 | 3 | -0/+20 |
* | ci: Use correct metrics baseline | Matthew Pickering | 2021-12-17 | 2 | -3/+13 |
* | Perf: inline exprIsCheapX | Sylvain Henry | 2021-12-17 | 1 | -2/+5 |
* | testsuite: Format metric results with comma separator | Matthew Pickering | 2021-12-17 | 1 | -2/+2 |
* | Change isUnliftedTyCon to marshalablePrimTyCon (#20401) | Krzysztof Gogolewski | 2021-12-17 | 8 | -203/+42 |
* | Regression test for renamer/typechecker performance (#20261) | Ben Gamari | 2021-12-17 | 2 | -0/+1698 |
* | Add a note to base changelog | Cheng Shao | 2021-12-15 | 1 | -0/+4 |
* | base: fix autoconf detection of C pointer types | Cheng Shao | 2021-12-15 | 1 | -2/+2 |
* | base: use `CUIntPtr` instead of `Ptr ()` as the autoconf detected Haskell typ... | Cheng Shao | 2021-12-15 | 1 | -1/+1 |
* | Plugin load order should follow the commandline order (fixes #17884) | Andrei Barbu | 2021-12-15 | 9 | -6/+61 |
* | Test case from #19313 | Joachim Breitner | 2021-12-14 | 3 | -1/+20 |
* | Add OpenBSD to llvm-targets | Greg Steuck | 2021-12-14 | 2 | -0/+9 |
* | CmmToLlvm: rename LCGConfig -> LlvmCgConfig | doyougnu | 2021-12-14 | 9 | -107/+107 |
* | CmmToLlvm.Config: strictify LlvmConfig field | doyougnu | 2021-12-14 | 1 | -2/+3 |
* | LLVM.CodeGen: use fast-string literals | doyougnu | 2021-12-14 | 1 | -34/+145 |
* | SysTools.Tasks Llvm.Types: remove redundant import | doyougnu | 2021-12-14 | 2 | -3/+2 |
* | CmmToLlvm: Remove DynFlags, add LlvmCgConfig | doyougnu | 2021-12-14 | 13 | -226/+251 |
* | libiserv: Rename Lib module to IServ | Ben Gamari | 2021-12-14 | 3 | -3/+3 |
* | ghc-bin: Add --merge-objs mode | Ben Gamari | 2021-12-14 | 13 | -27/+100 |
* | compiler: Use withFile instead of bracket | Ben Gamari | 2021-12-14 | 1 | -2/+1 |
* | compiler: Drop `Maybe ModLocation` from T_MergeForeign | Ben Gamari | 2021-12-14 | 3 | -8/+8 |
* | users-guide: Fix documentation for -shared flag | Ben Gamari | 2021-12-14 | 1 | -3/+4 |
* | Fixes typo in documentation of the Semigroup instance of Equivalence | MichaWiedenmann1 | 2021-12-14 | 1 | -1/+1 |
* | base: fix clockid_t usage when it's a pointer type in C | Cheng Shao | 2021-12-14 | 1 | -4/+5 |
* | Ghci environment: Do not remove shadowed ids | Joachim Breitner | 2021-12-14 | 13 | -48/+199 |
* | fix ambiguity in `const` documentation | alirezaghey | 2021-12-14 | 1 | -1/+1 |
* | rts: update xxhash used by the linker's hashmap | Tamar Christina | 2021-12-14 | 4 | -1047/+4684 |
* | Data.Functor.Classes: fix Ord1 instance for Down | Vaibhav Sagar | 2021-12-14 | 5 | -1/+16 |
* | GHC.Utils.Misc.only: Add doc string. | Andreas Klebinger | 2021-12-14 | 1 | -0/+4 |
* | Respect W^X in Linker.c:preloadObjectFile on OpenBSD | Greg Steuck | 2021-12-12 | 1 | -1/+1 |
* | Use HasCallStack and error in GHC.List and .NonEmpty | Oleg Grenrus | 2021-12-12 | 15 | -86/+170 |
* | Drop --configure from Hadrian docs | Andrey Mokhov | 2021-12-12 | 3 | -28/+4 |
* | gitlab-ci: Bump fedora jobs to use Fedora 33 | Ben Gamari | 2021-12-12 | 1 | -14/+14 |
* | iserv: Remove network dependent parts of libiserv | Matthew Pickering | 2021-12-12 | 9 | -986/+0 |
* | rts: correct stats when running with +RTS -qn1 | Douglas Wilson | 2021-12-12 | 1 | -28/+42 |