summaryrefslogtreecommitdiff
path: root/testsuite/tests/count-deps
Commit message (Expand)AuthorAgeFilesLines
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-182-0/+4
* Handle records in the renamersheaf2023-03-292-2/+2
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-212-0/+2
* Avoid orphans in STGSimon Peyton Jones2023-01-272-0/+2
* Separate core inlining logic from `Unfolding` type.Andreas Klebinger2023-01-162-0/+2
* Add initial support for LoongArch Architecture.lrzlin2022-12-082-0/+2
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-0/+2
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-112-0/+2
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-082-0/+2
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-032-0/+2
* Class layout info (#19623)Vladislav Zavialov2022-10-232-0/+2
* Interface Files with Core DefinitionsMatthew Pickering2022-10-112-0/+2
* Apply some tricks to speed up core lint.Andreas Klebinger2022-09-282-0/+2
* Diagnostic codes: acccept test changessheaf2022-09-132-0/+2
* Add support for external static plugins (#20964)Sylvain Henry2022-08-102-0/+2
* Refactored Simplify passDominik Peteler2022-07-222-0/+16
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-162-0/+2
* Remove many GHC dependencies from L.H.Sromes2022-07-062-0/+2
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-032-2/+2
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-032-0/+2
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-06-202-0/+2
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-072-0/+2
* Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-countJohn Ericson2022-06-072-2/+2
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-022-2/+4
* Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easierJohn Ericson2022-05-312-2/+4
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-212-2/+4
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-172-2/+6
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-232-2/+5
* Tag inference work.Andreas Klebinger2022-02-122-2/+4
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-042-2/+4
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-312-2/+4
* Rip out SPARC register supportBen Gamari2022-01-292-4/+2
* Use primOpIds cache more often (#20857)Sylvain Henry2022-01-062-2/+6
* Multiple Home UnitsMatthew Pickering2021-12-282-2/+4
* Cmm: DynFlags to CmmConfig refactordoyougnu2021-12-222-4/+2
* Refactor package importsSylvain Henry2021-10-222-2/+4
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-192-6/+2
* Move BreakInfo into own moduleJoachim Breitner2021-10-142-2/+4
* hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't...Zubin Duggal2021-10-131-2/+2
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-012-2/+4
* Driver rework pt3: the upsweepMatthew Pickering2021-08-182-2/+4
* Use Reductions to keep track of rewritingssheaf2021-08-042-2/+4
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-232-2/+4
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-122-2/+4
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-072-2/+6
* Dynflags: introduce DiagOptsSylvain Henry2021-07-012-2/+4
* Put tracing functions into their own moduleSylvain Henry2021-06-222-2/+6
* Make Logger independent of DynFlagsSylvain Henry2021-06-072-2/+4
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-054-0/+565