summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant SOURCE importSimon Jakobi2018-10-262-6/+1
* Fix nasty bug in the type free-var finder, at lastSimon Peyton Jones2018-10-268-22/+104
* Fix generalisation for type constructorsSimon Peyton Jones2018-10-262-64/+86
* De-monadise the 'extract' functions in RnTypesSimon Peyton Jones2018-10-263-111/+102
* A little more wibbling to -ddump-typesSimon Peyton Jones2018-10-253-2/+5
* Update core-spec for Coercion QuantificationNingning Xie2018-10-253-2/+12
* Fix comment in TcTypeSimon Peyton Jones2018-10-251-20/+5
* Improve comments, triggered by Trac #15135Simon Peyton Jones2018-10-252-13/+22
* Improve documentation about overlapping instancesSimon Peyton Jones2018-10-251-14/+36
* Remove a zonkTcTyVarToTyVarSimon Peyton Jones2018-10-254-24/+62
* Add comments for StgCse and UnariseSimon Peyton Jones2018-10-252-0/+18
* Test Trac #15648Simon Peyton Jones2018-10-254-0/+61
* Fix some broken links (#15733)Fangyi Zhou2018-10-254-4/+4
* Remove unnecessary free-var-set deletionSimon Peyton Jones2018-10-243-12/+11
* Wibble report a wantedSimon Peyton Jones2018-10-241-1/+4
* Add HasDebugCallStack to ctEvCoecionSimon Peyton Jones2018-10-241-1/+1
* Report a Wanted error even if there are Given onesSimon Peyton Jones2018-10-245-10/+35
* Don't print out undefined coercionsSimon Peyton Jones2018-10-242-1/+5
* Solve equalities in a pattern signatureSimon Peyton Jones2018-10-244-2/+53
* Refactor the treatment of predicate typesSimon Peyton Jones2018-10-2417-120/+282
* Improve output from -ddump-typesSimon Peyton Jones2018-10-2459-207/+119
* Comments and white spaceSimon Peyton Jones2018-10-241-3/+2
* Fix #15792 by not reifying invisible arguments in AppTysRyan Scott2018-10-245-5/+61
* Keep top-level names in typed TH quotes aliveRyan Scott2018-10-244-7/+28
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-245-19/+65
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-246-0/+31
* Bump hsc2hs submoduleBen Gamari2018-10-231-0/+0
* Add 'hadrian/' from commit '45f3bff7016a2a0cd9a5455a882ced984655e90b'Ben Gamari2018-10-23110-0/+10131
|\
| * Fix warnings, improve documentationAndrey Mokhov2018-10-202-27/+58
| * Bump QuickCheck boundAndrey Mokhov2018-10-201-1/+1
| * Merge pull request #700 from snowleopard/alp/ghc-versions-ciAlp Mestanogullari2018-10-091-15/+15
| |\
| | * update GHC versions used on travisAlp Mestanogullari2018-10-091-15/+15
| |/
| * Honour the flavours advertised by the flavours.md document (#691)Alp Mestanogullari2018-10-0211-43/+66
| * Pass 'threaded' flag to the GHC executable (#689)Alp Mestanogullari2018-10-011-1/+5
| * Simplify oracles (#694)Andrey Mokhov2018-09-302-16/+3
| * Rework parsing of Cabal metadata (#692)Andrey Mokhov2018-09-2932-389/+484
| * Build touchy and unlit only in Stage0, copy binaries for later stages (#693)Alp Mestanogullari2018-09-211-0/+3
| * OS X CI scripts: don't use my GHC branch anymore, D5138 has been merged (#690)Alp Mestanogullari2018-09-132-6/+1
| * Add unlit to testsuitePackages (#688)Alp Mestanogullari2018-09-131-1/+2
| * Fix a logic error that kept us from building/linking object files for many wa...Alp Mestanogullari2018-09-121-1/+1
| * Set integer-gmp flag when appropriate (#684)Alp Mestanogullari2018-09-121-2/+3
| * Build more profiling ways by default (#682)Alp Mestanogullari2018-09-101-1/+6
| * Move to GHC 8.4.3 by upgrading the Stackage snapshot (#680)Neil Mitchell2018-09-071-1/+1
| * Fix clean so it works on Windows (#679)Neil Mitchell2018-09-071-1/+3
| * Update OS X scripts to test a GHC patch for #614 (#678)Alp Mestanogullari2018-09-072-1/+5
| * Make the test rule depend on ghc-compact, to make this library's tests pass (...Alp Mestanogullari2018-09-062-8/+2
| * Work around the "can't use Natural in base" problem on a per-flavour basis (#...Alp Mestanogullari2018-09-056-4/+32
| * Remove unwanted '-O0's in Settings.Packages (#674)Alp Mestanogullari2018-09-051-5/+4
| * Fix typosAndrey Mokhov2018-09-041-12/+11
| * Address some issues with the testsuite rules (#672)Alp Mestanogullari2018-09-033-7/+9