summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FastString: Reduce allocations of concatFSwip/T12357-concatBen Gamari2016-07-051-1/+1
* Increase constraint tuple limit to 62 (Trac #10451)Nick Terrell2015-06-144-5/+328
* add type annotations to SrcLoc functionsÖmer Sinan Ağacan2015-06-141-0/+3
* UNREG: fix pprHexVal to emit zeros (#10518)Sergei Trofimovich2015-06-143-2/+9
* Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-134-11/+25
* Testsuite: diff non-whitespace normalised output (#10152)Thomas Miedema2015-06-131-29/+36
* Add versioning section to Backpack docs.Edward Z. Yang2015-06-123-4/+148
* Docs: `-XTypeOperators` (#10175)Thomas Miedema2015-06-121-1/+1
* Docs: it's `gv --orientation=seascape` nowadays (#10497)Thomas Miedema2015-06-121-2/+2
* Fix typo in `traceShowM` haddock comment (#10392)Thomas Miedema2015-06-121-2/+2
* Do not copy stack after stack overflow, refix #8435Flaviu Andrei Csernik (archblob)2015-06-121-0/+1
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-1215-98/+226
* Testsuite: fix the little known CHECK_FILES_WRITTEN=1Thomas Miedema2015-06-121-3/+17
* Squash typos in commentsGabor Greif2015-06-123-3/+3
* docs: Fix unicode alternatives table (fixes #10509).Sebastian Reuße2015-06-121-5/+5
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-126-8/+8
* Revert "Change loadSrcInterface to return a list of ModIface"Edward Z. Yang2015-06-114-96/+38
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-1140-581/+139
* Remove redundant tcg_visible_orphan_mods, it is recorded in imp_orphs.Edward Z. Yang2015-06-115-18/+15
* Add failing test for #9562.Edward Z. Yang2015-06-119-0/+59
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-118-26/+26
* Travis: use apt-get -qThomas Miedema2015-06-111-3/+3
* Testsuite: change some expect_fail tests to expect_brokenThomas Miedema2015-06-119-8/+18
* Testsuite: mention the existence of ticket #10510Thomas Miedema2015-06-111-1/+1
* Testsuite: mark T4945 as expect_broken (#4945)Thomas Miedema2015-06-112-10/+1
* Testsuite: mark tests as expect_broken on win64Thomas Miedema2015-06-113-2/+5
* Testsuite Windows: fix T8172 (#8172)Thomas Miedema2015-06-112-1/+6
* Update submodule process to masterThomas Miedema2015-06-111-0/+0
* Fix DWARF generation for MinGW (#10468)Peter Wortmann2015-06-113-12/+16
* IndTypesPerfMerge no longer seems to requre -M20MSimon Peyton Jones2015-06-111-2/+2
* Another major improvement of "improvement"Simon Peyton Jones2015-06-1130-1361/+1811
* docs: Fix #10416Austin Seipp2015-06-104-4/+4
* make sdist: distclean testsuite for real (#10406)Thomas Miedema2015-06-091-1/+1
* Build: run autoreconf jobs in parallelThomas Miedema2015-06-091-3/+12
* Testsuite: delete expect_fail setups for ghc < 7.1Thomas Miedema2015-06-098-15/+12
* Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-097-19/+11
* Revert "The test runner now also works under the msys-native Python."Thomas Miedema2015-06-092-16/+2
* Always force the exception in enqueued commandsZejun Wu2015-06-095-8/+14
* build: Clean testsuite before sdistAustin Seipp2015-06-091-0/+1
* Refactor wild card renamingThomas Winant2015-06-0949-496/+396
* Revert "docs: Fix #10416"Austin Seipp2015-06-081-1/+1
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-086-13/+50
* Fix the build when SplitObjs=YESThomas Miedema2015-06-061-1/+1
* Fix the sdist buildThomas Miedema2015-06-061-2/+80
* Testsuite: only show output diff when test is expected to passThomas Miedema2015-06-061-11/+17
* docs: Fix #10416Austin Seipp2015-06-051-1/+1
* Fix #10489Richard Eisenberg2015-06-053-10/+15
* Minor code cleanupRichard Eisenberg2015-06-051-8/+2
* Fix #10488 by unwrapping type synonyms.Richard Eisenberg2015-06-051-1/+3
* Travis: allow user forksThomas Miedema2015-06-041-6/+15