| Commit message (Expand) | Author | Age | Files | Lines |
* | GHCi supports not-necessarily-lifted join points | Richard Eisenberg | 2019-08-14 | 10 | -36/+130 |
* | Use os.devnull instead of '/dev/null' in the testsuite driver. | Andreas Klebinger | 2019-08-14 | 1 | -4/+26 |
* | Rework the Binary Integer instance. | Andreas Klebinger | 2019-08-14 | 1 | -22/+74 |
* | Fix binary distribution | Tamar Christina | 2019-08-13 | 1 | -1/+0 |
* | Add Foldable, Traversable instances for Uniq(D)FM | Sebastian Graf | 2019-08-13 | 2 | -4/+38 |
* | Reformat comments in StgSyn | Ömer Sinan Ağacan | 2019-08-10 | 1 | -158/+141 |
* | Add test for #16893 | Ömer Sinan Ağacan | 2019-08-10 | 3 | -0/+93 |
* | Add timing on loadInterface | Ben Gamari | 2019-08-10 | 1 | -1/+2 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 13 | -43/+78 |
* | Revert "Make scanr a good producer and consumer" | Ben Gamari | 2019-08-07 | 2 | -18/+2 |
* | testsuite: Add tests for #16943 | Ben Gamari | 2019-08-07 | 5 | -0/+23 |
* | Fix bug preventing information about patterns from being serialized in .hie f... | Zubin Duggal | 2019-08-07 | 11 | -18/+159 |
* | Fix test | mniip | 2019-08-07 | 1 | -1/+1 |
* | Fix documentation | mniip | 2019-08-07 | 1 | -2/+2 |
* | Explicitly number equations when printing axiom incompatibilities | mniip | 2019-08-07 | 3 | -26/+32 |
* | Fix test | mniip | 2019-08-07 | 1 | -9/+7 |
* | Add a -fprint-axiom-incomps option (#15546) | mniip | 2019-08-07 | 8 | -25/+103 |
* | Introduce a type for "platform word size", use it instead of Int | Ömer Sinan Ağacan | 2019-08-06 | 11 | -60/+86 |
* | Remove old/broken(?) .ghci script | Matthew Pickering | 2019-08-06 | 1 | -11/+0 |
* | hadrian: Refactor file patterns for future Shake changes (fixes #17005) | James Foster | 2019-08-06 | 16 | -120/+120 |
* | Remove dead parameter from coreToStgApp | Simon Peyton Jones | 2019-08-06 | 1 | -15/+8 |
* | testsuite: Rework tracking of fragile tests | Ben Gamari | 2019-08-04 | 3 | -7/+18 |
* | configure: Search for LLVM executables with two-number versions | Ben Gamari | 2019-08-04 | 1 | -2/+3 |
* | testsuite: Add testsuite for #16978 | Ben Gamari | 2019-08-04 | 2 | -0/+30 |
* | Don't float unlifted join points to top level | Simon Peyton Jones | 2019-08-04 | 1 | -2/+11 |
* | Update .gitignore | Matthew Pickering | 2019-08-04 | 1 | -1/+11 |
* | gitlab-ci: Manually set SPHINXBUILD on Windows | Ben Gamari | 2019-08-04 | 1 | -0/+1 |
* | Hadrian: make settings, platformConstants, etc dependencies of lib:ghc | Alp Mestanogullari | 2019-08-02 | 4 | -18/+19 |
* | Packages: Add timing for package database initialization | Ben Gamari | 2019-08-02 | 1 | -2/+7 |
* | rts: Always truncate output files | Ben Gamari | 2019-08-02 | 5 | -6/+6 |
* | Add Note [withTiming] in compiler/main/ErrUtils.hs | Alp Mestanogullari | 2019-08-02 | 1 | -0/+95 |
* | compiler: emit finer grained codegen events to eventlog | Alp Mestanogullari | 2019-08-02 | 5 | -48/+64 |
* | docs: fixs -prof links in rts-flags section | Adam Sandberg Eriksson | 2019-08-02 | 1 | -7/+6 |
* | Remove build.nix.sh | Krzysztof Gogolewski | 2019-08-02 | 1 | -34/+0 |
* | Use injectiveVarsOfType to catch dodgy type family instance binders (#17008) | Ryan Scott | 2019-08-02 | 8 | -90/+216 |
* | Rip out 9-year-old pattern variable hack (#17007) | Ryan Scott | 2019-08-02 | 4 | -37/+23 |
* | Add StandaloneDeriving example for DerivingVia. | Andreas Klebinger | 2019-08-02 | 1 | -0/+6 |
* | Fix T16916 CI failures (#16966) | Ivan Kasatenko | 2019-08-01 | 1 | -4/+8 |
* | gitlab-ci: Fix it after upgrade | Ben Gamari | 2019-07-31 | 1 | -2/+2 |
* | Work around redundant import issue | Ben Gamari | 2019-07-31 | 1 | -1/+1 |
* | Move tyConAppNeedsKindSig to Type | Ben Gamari | 2019-07-31 | 4 | -276/+270 |
* | gitignore: Add .mypy_cache | Ben Gamari | 2019-07-31 | 1 | -0/+1 |
* | Break up TyCoRep | Ben Gamari | 2019-07-31 | 29 | -2522/+2658 |
* | Apply a missing substitution in mkEtaWW (#16979) | Simon Peyton Jones | 2019-07-30 | 4 | -8/+287 |
* | Expand the preallocated Int range to [-16,255] | Andreas Klebinger | 2019-07-30 | 2 | -2/+242 |
* | hadrian: Drop a stale limitation tracking issue | Dale Wijnand | 2019-07-29 | 1 | -2/+0 |
* | Add Note [RuntimeRep and PrimRep] in RepType | Richard Eisenberg | 2019-07-29 | 5 | -3/+177 |
* | hadrian: relink to the flavours doc in the ghc repo | Dale Wijnand | 2019-07-28 | 1 | -1/+1 |
* | base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge... | Fumiaki Kinoshita | 2019-07-28 | 2 | -0/+46 |
* | Add regression test for #16946 | nineonine | 2019-07-26 | 2 | -0/+13 |