| Commit message (Expand) | Author | Age | Files | Lines |
* | rts/OSThreads: Fix reference clock of timedWaitConditionwip/T20144 | Ben Gamari | 2021-07-28 | 3 | -13/+46 |
* | rts: Don't rely on configuration when CLEANING=YES | Ben Gamari | 2021-07-28 | 1 | -0/+4 |
* | Hadrian: disable profiled RTS with no_profiled_libs flavour transformer | Sylvain Henry | 2021-07-28 | 1 | -1/+3 |
* | PIC: test for cross-module references | Sylvain Henry | 2021-07-27 | 1 | -7/+4 |
* | Don't abort on representation polymorphism check | Krzysztof Gogolewski | 2021-07-27 | 1 | -1/+1 |
* | Add a regression test for #17697 | Krzysztof Gogolewski | 2021-07-27 | 3 | -0/+15 |
* | Remove some unused names | Krzysztof Gogolewski | 2021-07-27 | 2 | -23/+8 |
* | Simplify FFI code | Krzysztof Gogolewski | 2021-07-27 | 1 | -15/+7 |
* | Re #18087 !6238 Empty line in front of :since: | Andreas Abel | 2021-07-27 | 1 | -0/+3 |
* | Issue #18087: :since: for warnings of ghc 6/7/8 | Andreas Abel | 2021-07-27 | 1 | -0/+113 |
* | Doc: warnings: since: remove minor version number for uniformity | Andreas Abel | 2021-07-27 | 1 | -5/+5 |
* | Doc: tabs to spaces | Andreas Abel | 2021-07-27 | 1 | -2/+2 |
* | Parser: suggest TemplateHaskell on $$(...) (#20157) | Krzysztof Gogolewski | 2021-07-27 | 6 | -0/+23 |
* | Eliminate unnecessary unsafeEqualityProof | Simon Peyton Jones | 2021-07-27 | 4 | -50/+123 |
* | Eta expand through CallStacks | Simon Peyton Jones | 2021-07-27 | 6 | -24/+217 |
* | Make CallStacks work better with RebindableSyntax | Simon Peyton Jones | 2021-07-27 | 13 | -43/+222 |
* | testsuite: Add more debug output on failure to call ghc-pkg | Matthew Pickering | 2021-07-27 | 1 | -1/+1 |
* | hadrian: Call ghc-pkg recache after copying package database into bindist | Matthew Pickering | 2021-07-27 | 1 | -0/+5 |
* | hadrian: Add exe suffix to executables in testsuite | Matthew Pickering | 2021-07-27 | 1 | -4/+4 |
* | hadrian: Install windows bindist by copying in test_hadrian | Matthew Pickering | 2021-07-27 | 1 | -3/+12 |
* | packaging: Don't include configure scripts in windows bindist | Matthew Pickering | 2021-07-27 | 1 | -11/+13 |
* | packaging: Add note about wrappers | Matthew Pickering | 2021-07-27 | 1 | -3/+27 |
* | packaging: Create both versioned and unversioned executables | Matthew Pickering | 2021-07-27 | 3 | -6/+67 |
* | hadrian: Remove special haddock copying rule | Matthew Pickering | 2021-07-27 | 1 | -12/+0 |
* | hadrian: Update hsc2hs wrapper to match current master | Matthew Pickering | 2021-07-27 | 1 | -19/+5 |
* | packaging: Give ghc-pkg the same version as ProjectVersion | Matthew Pickering | 2021-07-27 | 4 | -1/+4 |
* | packaging: Be more precise about which executables to copy and wrappers to cr... | Matthew Pickering | 2021-07-27 | 1 | -14/+43 |
* | validate: Add note for BINDIST variable, GitLab validation; clean up comments | Alina Banerjee | 2021-07-27 | 1 | -3/+15 |
* | validate: check both stage1, stage2 test failures for deciding success of ent... | Alina Banerjee | 2021-07-27 | 1 | -1/+15 |
* | validate: run stage1 tests using stage1 compiler when BINSTIST is false | Alina Banerjee | 2021-07-27 | 1 | -2/+13 |
* | validate: change test ghc based on BINDIST value (YES/NO) | Alina Banerjee | 2021-07-27 | 1 | -1/+7 |
* | validate: update quick-validate flavour for validation with --fast | Alina Banerjee | 2021-07-27 | 3 | -20/+28 |
* | validate: add a debug flag (in both Hadrian and legacy Make) for running tests | Alina Banerjee | 2021-07-27 | 1 | -1/+12 |
* | validate: add flags using Hadrian's user settings for ignoring changes in per... | Alina Banerjee | 2021-07-27 | 1 | -29/+90 |
* | validate: fix #18477, improve syntax & add if-else checks for test outcomes/v... | Alina Banerjee | 2021-07-27 | 1 | -123/+142 |
* | doc: fix copy/paste error | Fraser Tweedale | 2021-07-27 | 1 | -2/+2 |
* | rts: Fix inconsistent signatures for collect_pointers | Ben Gamari | 2021-07-27 | 1 | -1/+1 |
* | rts/OSThreads: Improve error handling consistency | Ben Gamari | 2021-07-27 | 3 | -23/+33 |
* | rts/OSThreads: Ensure that we catch failures from pthread_mutex_lock | Ben Gamari | 2021-07-27 | 1 | -4/+5 |
* | Use pthread if available on linux | Andreas Klebinger | 2021-07-27 | 1 | -4/+2 |
* | Rename itimer to ticker in rts/posix for consistency. | Andreas Klebinger | 2021-07-27 | 6 | -23/+26 |
* | rts: Don't declare libCffi as bundled when using system libffi | Ben Gamari | 2021-07-27 | 3 | -5/+15 |
* | hadrian: Always specify flag values explicitly | Ben Gamari | 2021-07-27 | 3 | -24/+33 |
* | rts: Drop allocateExec and friends | Ben Gamari | 2021-07-27 | 3 | -110/+0 |
* | rts: Introduce and use ExecPage abstraction | Ben Gamari | 2021-07-27 | 17 | -113/+179 |
* | rts/adjustor: Drop redundant commments | Ben Gamari | 2021-07-27 | 5 | -15/+0 |
* | rts: Break up adjustor logic | Ben Gamari | 2021-07-27 | 21 | -1329/+1583 |
* | rts: Move libffi interfaces all to Adjustor | Ben Gamari | 2021-07-27 | 2 | -90/+51 |
* | rts: Document CPP guards | Ben Gamari | 2021-07-27 | 1 | -10/+10 |
* | rename: Avoid unnecessary map lookup | Ben Gamari | 2021-07-27 | 1 | -2/+2 |