summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
Commit message (Expand)AuthorAgeFilesLines
* Add -fsuppress-error-contexts to disable printing error contexts in errorswip/diagnostics-configMatthew Pickering2022-10-183-0/+12
* Teach -fno-code about -fprefer-byte-codeMatthew Pickering2022-10-1113-22/+27
* Interface Files with Core DefinitionsMatthew Pickering2022-10-1125-0/+262
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-0/+1
* Diagnostic codes: acccept test changessheaf2022-09-1323-52/+50
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-311-5/+1
* Print constraints in quotes (#21167)Swann Moreau2022-08-193-9/+9
* Fix #22048 where we failed to drop rules for -fomit-interface-pragmas.Andreas Klebinger2022-08-192-0/+12
* driver: Honour -x optionMatthew Pickering2022-08-183-0/+12
* Fix equality operator in jspace testMatthew Pickering2022-08-051-2/+2
* Fix leaks in --make mode when there are module loopsMatthew Pickering2022-08-044-0/+98
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-07-286-7/+12
* testsuite: Skip test cases involving -S when testing unregisterised GHCCheng Shao2022-07-252-6/+6
* Implement DeepSubsumptionSimon Peyton Jones2022-07-251-0/+1
* driver: Fix implementation of -SMatthew Pickering2022-07-193-0/+10
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-066-0/+18
* Vendor filepath inside template-haskellMatthew Pickering2022-07-051-9/+8
* ghci: Support :set prompt in multi replMatthew Pickering2022-07-042-0/+4
* Add test for T21682Matthew Pickering2022-06-092-0/+4
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-2/+2
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* driver: Make -no-keep-o-files -no-keep-hi-files work in --make modeMatthew Pickering2022-05-105-2/+24
* testsuite: Add test for #16476Ben Gamari2022-04-276-0/+45
* driver: In oneshot mode, look for interface files in hidirMatthew Pickering2022-04-014-0/+10
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-011-1/+1
* Minor cleanupKrzysztof Gogolewski2022-04-011-1/+0
* Add test for T21035Matthew Pickering2022-03-247-0/+117
* Normalise output of T10970 testMatthew Pickering2022-03-103-3/+3
* Bump submodules: containers, exceptionsVladislav Zavialov2022-03-101-1/+1
* Ticky profiling improvements.Matthew Pickering2022-03-023-3/+3
* driver: Properly add an edge between a .hs and its hs-boot fileMatthew Pickering2022-03-018-32/+34
* driver: Remove needsTemplateHaskellOrQQ from ModuleGraphMatthew Pickering2022-02-237-0/+25
* Use diagnostics for "missing signature" errorssheaf2022-02-201-1/+1
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-205-0/+47
* Always define __GLASGOW_HASKELL_PATCHLEVEL1/2__ macrosMatthew Pickering2022-02-172-0/+7
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-091-1/+1
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-051-0/+1
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-0/+1
* testsuite: Force-enable caret diagnostics in T17786Ben Gamari2022-01-301-1/+1
* Enable :seti in a multi component replMatthew Pickering2022-01-112-0/+3
* Multiple Home UnitsMatthew Pickering2021-12-28197-100/+842
* Properly filter for module visibility in resolvePackageImportMatthew Pickering2021-12-236-2/+38
* Mark `linkwhole` test as expected broken on OpenBSD per #20841Greg Steuck2021-12-211-0/+1
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-147-0/+39
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-0912-0/+128
* Fix several quoting issues in testsuiteMatthew Pickering2021-12-011-2/+2
* Dump non-module specific info to file #20316Carrie Xu2021-12-014-0/+17
* Make T14075 more robustMatthew Pickering2021-11-251-0/+2
* Correct retypechecking in --make modeMatthew Pickering2021-11-258-0/+69
* testsuite: Use libc++ rather than libstdc++ in objcpp-hiBen Gamari2021-11-181-2/+1