| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ghc-heap: implement WEAK closure type #16974 | Adam Sandberg Eriksson | 2019-07-26 | 7 | -0/+92 |
* | reifyTypeOfThing: panic on impossible cases | Vladislav Zavialov | 2019-07-26 | 1 | -1/+4 |
* | TemplateHaskell: reifyType (#16976) | Vladislav Zavialov | 2019-07-26 | 13 | -1/+104 |
* | Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa... | nineonine | 2019-07-26 | 9 | -13/+58 |
* | Banish reportFloatingViaTvs to the shadow realm (#15831, #16181) | Ryan Scott | 2019-07-26 | 16 | -159/+374 |
* | Printer: add an empty line between bindings in Rec STG binding groups | Ömer Sinan Ağacan | 2019-07-25 | 1 | -1/+1 |
* | Make DefUses = OrdList DefUse | Ryan Scott | 2019-07-25 | 3 | -7/+10 |
* | Drop unused helpers 'mkTyClGroup' and 'emptyTyClGroup' | Vladislav Zavialov | 2019-07-24 | 1 | -13/+1 |
* | ASSERT(vis_flag==ForallInvis) in hsScopedTvs | Vladislav Zavialov | 2019-07-24 | 1 | -8/+53 |
* | gitlab-ci: Fix source tarball job | Ben Gamari | 2019-07-24 | 1 | -3/+5 |
* | Make stage 1 GHC target independent | John Ericson | 2019-07-24 | 4 | -45/+7 |
* | Simon and I like to work in hsSyn, too. | Richard Eisenberg | 2019-07-23 | 1 | -0/+1 |
* | Hadrian: run the testsuite in Windows CI job | Alp Mestanogullari | 2019-07-23 | 3 | -11/+20 |
* | Remove fix-submodules.py | Ömer Sinan Ağacan | 2019-07-23 | 2 | -60/+0 |
* | Make sure to load interfaces when running :instances | Xavier Denis | 2019-07-23 | 5 | -1/+32 |
* | ghc-cabal: Use fromFlagOrDefault instead of fromFlag | Ben Gamari | 2019-07-21 | 1 | -2/+2 |
* | Fix #8487: Debugger confuses variables | Roland Senn | 2019-07-21 | 7 | -13/+79 |
* | Do not ignore events deletion when events to be added are provided (#16916) | Ivan Kasatenko | 2019-07-21 | 4 | -4/+51 |
* | Expose the GhcPrelude module. | Andreas Klebinger | 2019-07-21 | 1 | -3/+1 |
* | hadrian: Remove RTS -Waggregate-return warning | Matthew Pickering | 2019-07-20 | 1 | -1/+0 |
* | Bump nofib submodule. | Andreas Klebinger | 2019-07-20 | 1 | -0/+0 |
* | Line wrap when pp long expressions (fixes #16874) | Alfredo Di Napoli | 2019-07-20 | 5 | -2/+27 |