summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-305-0/+29
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-2233-477/+111
* Add a failing test for #13099Reid Barton2017-01-208-0/+65
* Improve suggestion for misspelled flag including '=' (fixes #11789)Daishi Nakajima2017-01-185-0/+17
* testsuite: Really fix recomp001Ben Gamari2017-01-181-1/+1
* testsuite/recomp001: Sleep to ensure that GHC notices file changeBen Gamari2017-01-171-0/+3
* Use latin1 code page on Windows for response files.Tamar Christina2017-01-152-2/+2
* testsuite: Add test for #12971Ben Gamari2016-12-153-0/+11
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-124-0/+17
* Ensure each test inherits the TEST_HC_OPTSPhil Ruffwind2016-12-091-1/+1
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-2913-50/+50
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-1113-50/+50
* Add -Wcpp-undef warning flagErik de Castro Lopo2016-10-224-1/+24
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-16/+16
* Track dep_finsts in exports hash, as it affects downstream deps.Edward Z. Yang2016-10-178-0/+53
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-1/+1
* The Backpack patch.Edward Z. Yang2016-10-0840-513/+15
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-021-1/+0
* Implement deriving strategiesRyan Scott2016-09-301-1/+2
* Print foralls in user formatSimon Peyton Jones2016-09-261-2/+1
* Fix #10923 by fingerprinting optimization level.Edward Z. Yang2016-09-023-1/+14
* Cabal submodule update.Edward Z. Yang2016-08-081-1/+0
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-057-0/+23
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-1/+2
* Add another testcase for #12082Ben Gamari2016-07-201-2/+1
* tidyOccNames: Rename variables fairlyJoachim Breitner2016-07-141-1/+1
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-292-7/+7
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-221-1/+1
* Testsuite: delete TEST_HC_OPTS_NO_RECOMPThomas Miedema2016-06-2025-245/+146
* Testsuite: remove `-fforce-recomp` from default flags (#11980)Thomas Miedema2016-06-202-4/+3
* Testsuite: mark tests expect brokenThomas Miedema2016-06-201-4/+7
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-182-0/+4
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-1/+1
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-151-1/+1
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-131-1/+1
* Skip retc001 on OSXMatthew Pickering2016-06-121-1/+2
* Failing test-case for #12135.ghc-quick3Edward Z. Yang2016-06-056-0/+26
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-033-3/+3
* Testsuite: don't use --interactive in MakefilesThomas Miedema2016-05-272-13/+17
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-261-1/+1
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-1/+0
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-051-1/+1
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-303-0/+7
* Don't require -hide-all-packages for MIN_VERSION_* macrosThomas Miedema2016-03-304-14/+3
* Do not test for existence of the executableKai Harries2016-03-284-4/+4
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-249-0/+140
* Create empty dump files (fixes #10320)Kai Harries2016-03-243-0/+21
* Fix #11624, cannot declare hs-boot if already one in scope.Edward Z. Yang2016-03-113-18/+20
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-272-3/+3
* Print which flag controls emitted desugaring warningsHerbert Valerio Riedel2016-02-271-2/+2