| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate -fwarn-hi-shadowing, because it was never implemented and is | Daroc Alden | 2019-10-04 | 3 | -14/+6 |
* | Remove {Build,Host}Platform_NAME from header | John Ericson | 2019-10-04 | 3 | -51/+57 |
* | Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.h | John Ericson | 2019-10-04 | 30 | -388/+383 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 7 | -3/+36 |
* | rules/haddock: Ensure that RTS stats directory exists | Ben Gamari | 2019-10-03 | 1 | -0/+2 |
* | Extend argument of createIOThread to word size | Stefan Schulze Frielinghaus | 2019-10-03 | 1 | -2/+2 |
* | Add new debug flag -DZ | Tobias Guggenmos | 2019-10-03 | 11 | -7/+24 |
* | Improve documentation for runtime debugging flags | Tobias Guggenmos | 2019-10-03 | 1 | -0/+22 |
* | DynFlags: Only warn when split-sections is ignored | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Exclude rts.cabal from source distributions | Ben Gamari | 2019-10-03 | 2 | -0/+2 |
* | testsuite: Mark print037 as fragile, not broken | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Make Haddock submodule remote point to gitlab mirror | John Ericson | 2019-10-03 | 1 | -1/+1 |
* | Improve documentation around empty tuples/lists | Richard Eisenberg | 2019-10-03 | 8 | -56/+132 |
* | Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkp | John Ericson | 2019-10-03 | 6 | -22/+63 |
* | docs String, hyperlink to Data.List | James Brock | 2019-10-03 | 1 | -0/+1 |
* | Fix new compact block allocation in allocateForCompact | Ömer Sinan Ağacan | 2019-10-03 | 3 | -2/+32 |
* | Note [Don't flatten tuples from HsSyn] in MkCore | Richard Eisenberg | 2019-10-03 | 7 | -21/+58 |
* | Merge TcTypeableValidity into TcTypeable, document treatment of casts | Ryan Scott | 2019-10-03 | 8 | -71/+86 |
* | Typo in comment [ci skip]wip/ggreif-typo | Gabor Greif | 2019-10-03 | 1 | -1/+1 |
* | Make small INLINE functions behave properly | Ömer Sinan Ağacan | 2019-10-01 | 2 | -4/+7 |
* | Hadrian: do not cache GHC configure rule | David Eichmann | 2019-10-01 | 1 | -0/+4 |
* | Hadrian: Libffi rule now `produces` dynamic library files. | David Eichmann | 2019-10-01 | 1 | -0/+4 |
* | Refactor some cruft in TcDeriv | Ryan Scott | 2019-10-01 | 1 | -79/+52 |
* | Add testcases inspired by Luke Maranget's pattern match serieswip/add-testcases | Sebastian Graf | 2019-10-01 | 5 | -0/+247 |
* | Add a bunch of testcases for the pattern match checker | Sebastian Graf | 2019-10-01 | 13 | -0/+230 |
* | Bump process submodule | Ben Gamari | 2019-09-30 | 1 | -0/+0 |
* | testsuite: Mark T3389 as broken in hpc way on i386 | Ben Gamari | 2019-09-30 | 1 | -1/+1 |
* | Do not rely on CUSKs in 'base' | Vladislav Zavialov | 2019-09-30 | 2 | -3/+8 |
* | testsuite: Add minimal test for :doc command | Takenobu Tani | 2019-09-30 | 4 | -0/+47 |
* | Move pattern match checker modules to GHC.HsToCore.PmCheck | Sebastian Graf | 2019-09-30 | 13 | -30/+30 |
* | Add help message for GHCi :instances command | Takenobu Tani | 2019-09-30 | 1 | -0/+1 |
* | Fix arguments for unbound binders in RULE application | Simon Peyton Jones | 2019-09-30 | 1 | -64/+38 |
* | Refactor iface file generation: | Ömer Sinan Ağacan | 2019-09-30 | 18 | -387/+813 |
* | `exprOkForSpeculation` for Note [IO hack in the demand analyser] | Sebastian Graf | 2019-09-28 | 1 | -11/+11 |
* | PmCheck: No ConLike instantiation in pmcheck | Sebastian Graf | 2019-09-28 | 5 | -302/+225 |
* | testsuite: Mark TH tests as fragile in LLVM built external-interpreter | Ben Gamari | 2019-09-27 | 1 | -9/+4 |
* | testsuite: Mark T3389 as broken in profiled ways on i386 | Ben Gamari | 2019-09-27 | 1 | -1/+2 |
* | testsuite: Mark hs_try_putmvar003 as fragile in threaded1 | Ben Gamari | 2019-09-27 | 1 | -1/+2 |
* | testsuite: Mark compact_gc as fragile in the ghci way | Ben Gamari | 2019-09-27 | 1 | -1/+1 |
* | Raise minimum GHC version to 8.6 | Daniel Gröber | 2019-09-27 | 1 | -2/+2 |
* | testsuite: Mark cgrun071 as broken on i386 | Ben Gamari | 2019-09-27 | 1 | -1/+4 |
* | Add test for expected dependencies of 'Parser' | Shayne Fletcher | 2019-09-27 | 2 | -0/+65 |
* | PmCheck: Look at precendence to give type signatures to some wildcards | Sebastian Graf | 2019-09-27 | 18 | -65/+85 |
* | Expand description of DataKinds to mention data constructors, and include men... | chris-martin | 2019-09-27 | 1 | -3/+8 |
* | Clarify the purpose and status of the GHC.TypeLits module | chris-martin | 2019-09-27 | 1 | -3/+9 |
* | ghc-prim: Fix documentation of Type | Ben Gamari | 2019-09-27 | 1 | -1/+1 |
* | Just get RTS libs from its package conf | John Ericson | 2019-09-27 | 1 | -19/+0 |
* | configure: Don't depend upon alex in source dist build | Ben Gamari | 2019-09-27 | 1 | -2/+5 |
* | Allow users to disable Unicode with an env var | Ron Mordechai | 2019-09-27 | 2 | -1/+16 |
* | PmCheck: Elaborate what 'model' means in the user guide [skip ci] | Sebastian Graf | 2019-09-27 | 1 | -8/+14 |