summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump Cabal submoduleBen Gamari2021-11-181-3/+0
* testsuite: disable some tests when we don't have dynamic librariesZubin Duggal2021-11-183-3/+6
* Remove DT_Failed stateMatthew Pickering2021-10-1925-16/+259
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-196-0/+20
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-199-0/+74
* Add test for implicit dynamic tooMatthew Pickering2021-10-195-0/+61
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-124-5/+6
* testsuite: Make recomp021 less environment-sensitiveBen Gamari2021-10-122-2/+2
* driver: Fix assertion failure on self-importMatthew Pickering2021-10-104-0/+11
* Fix -E -fno-code undesirable interactions #20439CarrieMY2021-10-082-0/+4
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-064-0/+28
* testsuite: Fix gnu sed-ismBen Gamari2021-09-231-1/+1
* Use an ADT for RecompReasonSylvain Henry2021-09-172-3/+3
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-174-0/+37
* 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