summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
Commit message (Expand)AuthorAgeFilesLines
* Driver rework pt3: the upsweepMatthew Pickering2021-08-1875-5/+233
* Fix parsing of rpaths which include spaces in runInjectRPathsMatthew Pickering2021-08-181-2/+1
* Fix recomp021 localeSylvain Henry2021-08-101-1/+1
* ghc: Introduce --run modeBen Gamari2021-08-024-0/+13
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-281-2/+2
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-214-0/+12
* driver: Add test for #12983Matthew Pickering2021-07-079-0/+145
* driver: Add test for T14923Matthew Pickering2021-06-253-0/+27
* driver: Add test for #17481Matthew Pickering2021-06-253-0/+37
* [testsuite] mark T3007 broken on darwin.Moritz Angermann2021-06-231-1/+2
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-051-1/+4
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-2/+4
* Driver Rework PatchMatthew Pickering2021-06-03108-16/+771
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-268-0/+51
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-1/+1
* Make tcIfaceCompleteMatch lazier.Zubin Duggal2021-05-255-0/+27
* Add tests for code generation options specified via OPTIONS_GHC in multi modu...Divam2021-05-2013-0/+99
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-3/+5
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-1931-2/+154
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-05-071-1/+2
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-05-071-2/+6
* visually align expected and actual modules nameiori tsu2021-05-031-1/+1
* Add test case for #8144Harry Garrood harry@garrood.me2021-05-035-0/+26
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-294-3/+9
* driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-223-0/+43
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-051-8/+3
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-055-7/+10
* [testsuite/aarch64-darwin] disable T12674Moritz Angermann2021-03-291-1/+3
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-294-9/+9
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-211-3/+8
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-0/+1
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+2
* Add new driver test for use of outdated .o filesHarry Garrood harry@garrood.me2021-03-057-0/+61
* testsuite: Prevent T16318 from picking up .ghciBen Gamari2021-03-041-1/+1
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-0/+1
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-1/+2
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-091-0/+2
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-01-297-0/+44
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-1/+3
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-221-3/+4
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-183-3/+3
* testsuite: Add testcase for #18733Ben Gamari2020-11-116-0/+35
* testsuite: Mark T12971 as fragile on WindowsBen Gamari2020-10-201-1/+1
* Update containers to v0.6.4.1Simon Jakobi2020-10-091-1/+1
* testsuite: Mark T12971 as broken on WindowsBen Gamari2020-09-301-1/+1
* testsuite: Unmark T12971 as broken on WindowsBen Gamari2020-09-201-1/+1
* Fix validation errors (#18510)Krzysztof Gogolewski2020-07-292-3/+3
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+1
* Bump Cabal submoduleBen Gamari2020-07-151-3/+0
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-033-0/+12