| Commit message (Expand) | Author | Age | Files | Lines |
* | API Annotations: Parens not attached correctly for ClassDeclwip/T16212 | Alan Zimmerman | 2019-01-27 | 5 | -38/+57 |
* | Don't overwrite the set log_action when using --interactive | Matthew Pickering | 2019-01-27 | 1 | -4/+8 |
* | Add @simonmar to various things in CODEOWNERS | Simon Marlow | 2019-01-27 | 1 | -3/+4 |
* | Update CODEOWNERS | Moritz Angermann | 2019-01-27 | 1 | -2/+13 |
* | Add myself to a few more places | Ömer Sinan Ağacan | 2019-01-27 | 1 | -0/+2 |
* | testsuite: Add tests from #11982 | Ben Gamari | 2019-01-27 | 4 | -0/+45 |
* | testsuite: Skip foreignInterruptible in unregisterised way | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | testsuite: Skip T1288_ghci in unregisterised | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | check-api-annotations checks for annotation preceding its span | Alan Zimmerman | 2019-01-27 | 30 | -31/+237 |
* | hadrian: use new-exec to make sure alex & happy are in PATH (#16120) | Adam Sandberg Eriksson | 2019-01-27 | 3 | -2/+8 |
* | Update Cabal submodule to latest master branch tip | Herbert Valerio Riedel | 2019-01-27 | 1 | -0/+0 |
* | Update binary submodule to latest master branch tip | Herbert Valerio Riedel | 2019-01-27 | 1 | -0/+0 |
* | testsuite: Mark hWaitForInput-accurate-socket as requiring unix | Ben Gamari | 2019-01-27 | 1 | -1/+1 |
* | testsuite: Remove directories that already exist when seeding extra_files | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | testsuite: Normalise style | Ben Gamari | 2019-01-27 | 1 | -6/+7 |
* | GhcPlugins: Fix lookup of TH names | Ben Gamari | 2019-01-27 | 1 | -3/+3 |
* | testsuite: Add test for #16104 | Ben Gamari | 2019-01-27 | 9 | -0/+77 |
* | testsuite: Add predicate for CPU feature availability | Ben Gamari | 2019-01-27 | 3 | -0/+79 |
* | Add @sgraf to CODEOWNERS | Sebastian Graf | 2019-01-26 | 1 | -1/+3 |
* | Add Simon and Richard as more CODEOWNERS | Richard Eisenberg | 2019-01-24 | 1 | -0/+3 |
* | gitlab-ci: Explicitly clear dependencies of all jobs | Ben Gamari | 2019-01-23 | 1 | -0/+4 |
* | testsuite: Skip ghcilink002 when unregisterised | Ben Gamari | 2019-01-23 | 1 | -0/+2 |
* | Minor refactor [ci skip] | Gabor Greif | 2019-01-23 | 3 | -6/+6 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 17 | -20/+19 |
* | gitlab-ci: Drop CircleCI jobs | Ben Gamari | 2019-01-23 | 1 | -30/+0 |
* | Error out of invalid Int/Word bit shifts | Alec Theriault | 2019-01-23 | 5 | -29/+82 |
* | gitlab: Collect artifacts on Windows | Ben Gamari | 2019-01-23 | 1 | -0/+10 |
* | Update Darwin CI to use new toplevel --with-intree-gmp configure flag | Alec Theriault | 2019-01-23 | 1 | -1/+1 |
* | Hadrian: support in-tree GMP | Alec Theriault | 2019-01-23 | 11 | -13/+45 |
* | gitlab-ci: Disallow failure | Ben Gamari | 2019-01-23 | 1 | -1/+0 |
* | testsuite: Mark T16180 as broken on Darwin | Ben Gamari | 2019-01-23 | 1 | -1/+1 |
* | testsuite: Mark ghci063 as broken on Darwin | Ben Gamari | 2019-01-23 | 1 | -1/+1 |
* | Hadrian: install patches 'haddock-{html,interface}' | Alec Theriault | 2019-01-23 | 1 | -0/+22 |
* | testsuite: Ensure that config.{msys,cygwin} are initialized | Ben Gamari | 2019-01-23 | 1 | -0/+2 |
* | Add myself to CODEOWNERS for a few files | Joachim Breitner | 2019-01-23 | 1 | -0/+5 |
* | Minor typo in docs for KProxy | Joachim Breitner | 2019-01-23 | 1 | -1/+1 |
* | Fix hadrian prof flavour so that it builds a profiled version of GHC | Matthew Pickering | 2019-01-23 | 1 | -2/+9 |
* | users guide: fix typesetting of pragmas | Ben Price | 2019-01-23 | 1 | -3/+4 |
* | users guide: consistent spelling of inlinable | Ben Price | 2019-01-23 | 1 | -1/+1 |
* | gitlab-ci: Reenable Hadrian build on Windows | Ben Gamari | 2019-01-23 | 1 | -6/+5 |
* | Update transformers module | Herbert Valerio Riedel | 2019-01-22 | 1 | -0/+0 |
* | Fix bogus worker for newtypes | Simon Peyton Jones | 2019-01-22 | 1 | -21/+22 |
* | Extend linker-script workaround to work with musl libc | Samuel Holland | 2019-01-21 | 1 | -1/+1 |
* | Add CODEOWNERS | Ben Gamari | 2019-01-21 | 1 | -0/+22 |
* | gitlab: Add merge request template | Ben Gamari | 2019-01-21 | 1 | -0/+19 |
* | Fix typo in TcRnTypes.hs [skip ci]wip/tc-rn-types-typo | Matthew Pickering | 2019-01-21 | 1 | -2/+2 |
* | Add support for ASM foreign files (.s) in TH (#16180) | Sylvain Henry | 2019-01-20 | 6 | -9/+45 |
* | Remove TODO in HsExpr | Matthew Pickering | 2019-01-20 | 1 | -1/+0 |
* | Mention DerivingStrategies in the warning when DAC and GND are both enabled | Chaitanya Koparkar | 2019-01-20 | 4 | -1/+17 |
* | [T16199] Adds a verify-packages scriptghc-8.9-start | Moritz Angermann | 2019-01-20 | 1 | -0/+20 |