summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new debug flag -DZwip/zero_on_gcTobias Guggenmos2019-10-0211-7/+24
* Improve documentation for runtime debugging flagsTobias Guggenmos2019-10-021-0/+22
* Make small INLINE functions behave properlyÖmer Sinan Ağacan2019-10-012-4/+7
* Hadrian: do not cache GHC configure ruleDavid Eichmann2019-10-011-0/+4
* Hadrian: Libffi rule now `produces` dynamic library files.David Eichmann2019-10-011-0/+4
* Refactor some cruft in TcDerivRyan Scott2019-10-011-79/+52
* Add testcases inspired by Luke Maranget's pattern match serieswip/add-testcasesSebastian Graf2019-10-015-0/+247
* Add a bunch of testcases for the pattern match checkerSebastian Graf2019-10-0113-0/+230
* Bump process submoduleBen Gamari2019-09-301-0/+0
* testsuite: Mark T3389 as broken in hpc way on i386Ben Gamari2019-09-301-1/+1
* Do not rely on CUSKs in 'base'Vladislav Zavialov2019-09-302-3/+8
* testsuite: Add minimal test for :doc commandTakenobu Tani2019-09-304-0/+47
* Move pattern match checker modules to GHC.HsToCore.PmCheckSebastian Graf2019-09-3013-30/+30
* Add help message for GHCi :instances commandTakenobu Tani2019-09-301-0/+1
* Fix arguments for unbound binders in RULE applicationSimon Peyton Jones2019-09-301-64/+38
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-3018-387/+813
* `exprOkForSpeculation` for Note [IO hack in the demand analyser]Sebastian Graf2019-09-281-11/+11
* PmCheck: No ConLike instantiation in pmcheckSebastian Graf2019-09-285-302/+225
* testsuite: Mark TH tests as fragile in LLVM built external-interpreterBen Gamari2019-09-271-9/+4
* testsuite: Mark T3389 as broken in profiled ways on i386Ben Gamari2019-09-271-1/+2
* testsuite: Mark hs_try_putmvar003 as fragile in threaded1Ben Gamari2019-09-271-1/+2
* testsuite: Mark compact_gc as fragile in the ghci wayBen Gamari2019-09-271-1/+1
* Raise minimum GHC version to 8.6Daniel Gröber2019-09-271-2/+2
* testsuite: Mark cgrun071 as broken on i386Ben Gamari2019-09-271-1/+4
* Add test for expected dependencies of 'Parser'Shayne Fletcher2019-09-272-0/+65
* PmCheck: Look at precendence to give type signatures to some wildcardsSebastian Graf2019-09-2718-65/+85
* Expand description of DataKinds to mention data constructors, and include men...chris-martin2019-09-271-3/+8
* Clarify the purpose and status of the GHC.TypeLits modulechris-martin2019-09-271-3/+9
* ghc-prim: Fix documentation of TypeBen Gamari2019-09-271-1/+1
* Just get RTS libs from its package confJohn Ericson2019-09-271-19/+0
* configure: Don't depend upon alex in source dist buildBen Gamari2019-09-271-2/+5
* Allow users to disable Unicode with an env varRon Mordechai2019-09-272-1/+16
* PmCheck: Elaborate what 'model' means in the user guide [skip ci]Sebastian Graf2019-09-271-8/+14
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-269-16/+71
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-25244-585/+3148
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-254-27/+0
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-2513-358/+383
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-2516-274/+278
* includes/CodeGen.Platform.hs don't include ghcautoconf.hJohn Ericson2019-09-251-1/+0
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-259-4/+59
* Add ghcide configuration filesMatthew Pickering2019-09-243-0/+17
* Fix bounds check in ocResolve_PEi386 for relocation values.Andreas Klebinger2019-09-241-2/+2
* testsuite: Mark threadstatus-9333 as fragile in profthreadedBen Gamari2019-09-241-1/+1
* hadrian: Update source-repositoryBen Gamari2019-09-241-1/+1
* gitlab-ci: Bump ci-imagesBen Gamari2019-09-241-1/+1
* base: Add link to "A reflection on types"Ben Gamari2019-09-241-0/+1
* Fix some duplication in the parserSebastian Graf2019-09-241-20/+4
* Hadrian: Add -haddock option for GHCi's :doc commandTakenobu Tani2019-09-242-2/+2
* Some leftovers from !1732. Comments only [skip ci]Sebastian Graf2019-09-242-3/+4
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-2315-3/+103