| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Ways API instead of Set specific functions | Fendor | 2021-07-21 | 1 | -5/+4 |
* | driver: Fix recompilation for modules importing GHC.Prim | Matthew Pickering | 2021-07-21 | 1 | -0/+3 |
* | driver: Fix interaction of -Wunused-packages and reexported-modules | Matthew Pickering | 2021-07-13 | 2 | -4/+26 |
* | Remove useless .hs-boot | Sylvain Henry | 2021-07-01 | 2 | -13/+0 |
* | driver: Add implicit package dependencies for template-haskell package | Matthew Pickering | 2021-06-25 | 1 | -2/+11 |
* | profiling: Look in RHS of rules for cost centre ticks | Matthew Pickering | 2021-06-16 | 1 | -0/+2 |
* | FinderCache: Also cache file hashing in interface file checks | Matthew Pickering | 2021-06-09 | 2 | -6/+29 |
* | Make Logger independent of DynFlags | Sylvain Henry | 2021-06-07 | 1 | -42/+40 |
* | Driver Rework Patch | Matthew Pickering | 2021-06-03 | 5 | -21/+73 |
* | Refactor driver code; de-duplicate and split APIs (#14095, !5555) | Divam | 2021-05-25 | 1 | -11/+13 |
* | Remove transitive information about modules and packages from interface files | Matthew Pickering | 2021-05-19 | 2 | -21/+118 |
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 3 | -3/+3 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 3 | -6/+0 |
* | Replace CPP assertions with Haskell functions | Sylvain Henry | 2021-05-12 | 1 | -1/+2 |
* | 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini... | Sasha Bogicevic | 2021-05-06 | 1 | -1/+1 |
* | Correct treatment of rexported modules in mkModuleNameProvidersMap | Matthew Pickering | 2021-04-26 | 1 | -2/+1 |
* | Always generate ModDetails from ModIface | Matthew Pickering | 2021-04-14 | 1 | -1/+0 |
* | Constants: add a note and fix minor doc glitches | Sylvain Henry | 2021-04-10 | 1 | -24/+16 |
* | Read constants header instead of global platformConstants | Sylvain Henry | 2021-04-10 | 1 | -2/+27 |
* | Move the EPS into UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -0/+8 |
* | Move HPT in UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -0/+26 |
* | Move unit DBs in UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -7/+28 |
* | Properly initialise UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -4/+22 |
* | Encapsulate the EPS IORef in a newtype | Sylvain Henry | 2021-04-01 | 1 | -3/+45 |
* | Allocate Adjustors and mark them readable in two steps | Moritz Angermann | 2021-03-29 | 1 | -4/+3 |
* | Add UnitId to Target record | Fendor | 2021-03-28 | 1 | -4/+8 |
* | Refactor FinderCache | Sylvain Henry | 2021-03-26 | 2 | -123/+123 |
* | Add -finfo-table-map which maps info tables to source positions | Matthew Pickering | 2021-03-03 | 1 | -1/+1 |
* | ModuleOrigin: print details of module conflict | Sergei Trofimovich | 2021-02-22 | 1 | -3/+5 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 1 | -7/+7 |
* | Add missing .hi-boot dependencies with ghc -M (#14482) | Sylvain Henry | 2021-01-29 | 1 | -0/+8 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 1 | -1/+1 |
* | Fix wrong comment about UnitState | Sylvain Henry | 2021-01-22 | 1 | -5/+1 |
* | Put hole instantiation typechecking in the module graph and fix driver batch ... | John Ericson | 2020-12-28 | 4 | -47/+161 |
* | Move Unit related fields from DynFlags to HscEnv | Sylvain Henry | 2020-12-14 | 5 | -404/+287 |
* | Refactor -dynamic-too handling | Sylvain Henry | 2020-11-06 | 1 | -7/+0 |
* | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 4 | -122/+4 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 4 | -28/+14 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 13 | -0/+2631 |
* | Initial ShortText code and conversion of package db code | Wander Hillen | 2020-10-13 | 2 | -26/+28 |
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 1 | -8/+5 |
* | Expose RTS-only ways (#18651) | Sylvain Henry | 2020-10-09 | 1 | -2/+2 |
* | DynFlags: add UnfoldingOpts and SimpleOpts | Sylvain Henry | 2020-09-09 | 1 | -1/+2 |
* | Remove "Ord FastString" instance | Sylvain Henry | 2020-09-01 | 4 | -17/+14 |
* | Don't store HomeUnit in UnitConfig | Sylvain Henry | 2020-08-31 | 1 | -17/+22 |
* | Refactor UnitId pretty-printing | Sylvain Henry | 2020-08-26 | 6 | -66/+19 |
* | NCG: Dwarf configuration | Sylvain Henry | 2020-08-21 | 1 | -3/+3 |
* | Expose UnitInfoMap as it is part of the public API | Fendor | 2020-08-18 | 1 | -0/+1 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 6 | -137/+351 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 1 | -2/+0 |