Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Iface.Load errors into Iface.Errors module | Alfredo Di Napoli | 2021-04-08 | 1 | -320/+5 |
* | Move HPT in UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -9/+15 |
* | Move unit DBs in UnitEnv | Sylvain Henry | 2021-04-01 | 1 | -2/+8 |
* | Encapsulate the EPS IORef in a newtype | Sylvain Henry | 2021-04-01 | 1 | -28/+0 |
* | Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-design | Alfredo Di Napoli | 2021-03-29 | 1 | -2/+2 |
* | Refactor FinderCache | Sylvain Henry | 2021-03-26 | 1 | -72/+86 |
* | Refactor NameCache | Sylvain Henry | 2021-03-26 | 1 | -27/+24 |
* | Refactor interface loading | Sylvain Henry | 2021-03-26 | 1 | -123/+143 |
* | Don't pass homeUnitId at ExternalPackageState creation time (#10827) | Sylvain Henry | 2021-02-22 | 1 | -11/+5 |
* | Move Hooks into HscEnv | Sylvain Henry | 2021-02-22 | 1 | -3/+5 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 1 | -7/+12 |
* | Remove ErrDoc and MsgDoc | Alfredo Di Napoli | 2021-02-01 | 1 | -11/+11 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 1 | -9/+9 |
* | Move Unit related fields from DynFlags to HscEnv | Sylvain Henry | 2020-12-14 | 1 | -27/+309 |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 1 | -2/+1 |
* | Refactor -dynamic-too handling | Sylvain Henry | 2020-11-06 | 1 | -20/+29 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 1 | -1/+1 |
* | Move loadDecl into IfaceToCore | Sylvain Henry | 2020-10-31 | 1 | -112/+5 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 1 | -20/+40 |
* | Cache HomeUnit in HscEnv (#17957) | Sylvain Henry | 2020-10-09 | 1 | -7/+8 |
* | PmCheck: Disattach COMPLETE pragma lookup from TyCons | Sebastian Graf | 2020-09-12 | 1 | -9/+6 |
* | Add missing primop documentation (#18454) | Krzysztof Gogolewski | 2020-08-28 | 1 | -1/+3 |
* | Refactor UnitId pretty-printing | Sylvain Henry | 2020-08-26 | 1 | -1/+4 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 1 | -22/+27 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 1 | -0/+1 |
* | Add GHC.Platform.Profile | Sylvain Henry | 2020-07-25 | 1 | -1/+2 |
* | DynFlags: store printer in TraceBinIfaceReading | Sylvain Henry | 2020-07-25 | 1 | -5/+9 |
* | Replace HscTarget with Backend | Sylvain Henry | 2020-07-22 | 1 | -2/+3 |
* | Fix duplicated words and typos in comments and user guide | Jan Hrček | 2020-06-28 | 1 | -1/+1 |
* | Clean up haddock hyperlinks of GHC.* (part2) | Takenobu Tani | 2020-06-25 | 1 | -2/+2 |
* | Update compiler | Sylvain Henry | 2020-06-17 | 1 | -5/+11 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -2/+0 |
* | Rename Package into Unit | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | Refactor homeUnit | Sylvain Henry | 2020-06-13 | 1 | -5/+6 |
* | Clarify leaf module names for new module hierarchy | Takenobu Tani | 2020-06-10 | 1 | -1/+1 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -1/+1 |
* | Clean up boot vs non-boot disambiguating types | John Ericson | 2020-06-04 | 1 | -12/+14 |
* | Remove PprStyle param of logging actions | Sylvain Henry | 2020-05-01 | 1 | -1/+1 |
* | Refactor PprDebug handling | Sylvain Henry | 2020-05-01 | 1 | -6/+5 |
* | Unit: split and rename modules | Sylvain Henry | 2020-04-30 | 1 | -1/+1 |
* | Refactoring unit management code | Sylvain Henry | 2020-04-30 | 1 | -14/+14 |
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -9/+9 |
* | GHC.Prim docs: note and test | mniip | 2020-04-23 | 1 | -1/+1 |
* | Add :doc to GHC.Prim | mniip | 2020-04-23 | 1 | -1/+2 |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -6/+6 |
* | Implement extensible interface files | Josh Meredith | 2020-04-12 | 1 | -0/+8 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -3/+3 |
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 1 | -11/+11 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-03-16 | 1 | -3/+3 |
* | Split GHC.Iface.Utils module | Sylvain Henry | 2020-03-11 | 1 | -4/+9 |