summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Modules: Types (#13009)Sylvain Henry2020-03-29305-1457/+20569
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-1/+3
* DynFlags refactoring IIISylvain Henry2020-03-2538-838/+860
* Do not panic on linker errorsPeter Trommler2020-03-251-3/+5
* Remove -fkill-absence and -fkill-one-shot flagsSebastian Graf2020-03-252-9/+2
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-232-19/+36
* Update core spec to reflect changes to Core.Richard Eisenberg2020-03-205-12/+65
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-205-45/+95
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-1960-2318/+2530
* PmCheck: Use ConLikeSet to model negative infoSebastian Graf2020-03-192-17/+45
* Modules: Core operations (#13009)Sylvain Henry2020-03-1848-76/+30319
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-176-26/+49
* Don't update ModDetails with CafInfos when opts are disabledÖmer Sinan Ağacan2020-03-171-1/+1
* Implement mapTyCo like foldTyCoSimon Peyton Jones2020-03-171-71/+90
* Modules: Core (#13009)Sylvain Henry2020-03-16123-381/+22901
* Add a -no-haddock flag.Judah Jacobson2020-03-151-0/+1
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-1536-1720/+1984
* Remove some dead codeBrian Foley2020-03-154-45/+2
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-143-9/+4
* Improve CSE.combineAltsSimon Peyton Jones2020-03-141-4/+21
* Simple refactor of cheapEqExprSimon Peyton Jones2020-03-141-16/+14
* Fix LintSimon Peyton Jones2020-03-141-56/+107
* Rename isDllNameSylvain Henry2020-03-133-12/+9
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-123-33/+53
* pretty-printer: Do not print ApplicativeDo joinKirill Elagin2020-03-121-4/+3
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-124-14/+21
* Use a Set to represent WaysSylvain Henry2020-03-118-40/+44
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-118-66/+79
* Refactor GHC.Driver.Session (Ways and Flags)Sylvain Henry2020-03-1110-706/+752
* Split GHC.Iface.Utils moduleSylvain Henry2020-03-1112-1401/+1421
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-107-13/+13
* Misc cleanupKrzysztof Gogolewski2020-03-101-32/+0
* Clarify a Lint messageBen Price2020-03-101-3/+2
* Use InstanceSigs in GND/DerivingVia-generated code (#17899)Ryan Scott2020-03-091-1/+2
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-021-1/+41
* Remove dead codeKrzysztof Gogolewski2020-03-021-6/+1
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-293-15/+64
* Simplify IfaceIdInfo typeÖmer Sinan Ağacan2020-02-295-43/+11
* Refactor runtime interpreter codeSylvain Henry2020-02-298-203/+298
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-291-36/+7
* plugins: Ensure that loadInterface plugins can see annotationsBen Gamari2020-02-291-2/+3
* Monotonic locations (#17632)Vladislav Zavialov2020-02-2912-38/+39
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-2711-152/+173
* Modules: Core (#13009)Sylvain Henry2020-02-2678-211/+18219
* Remove dead codeKrzysztof Gogolewski2020-02-263-6/+2
* Treat coercions as arguments for floating and inliningAlexis King2020-02-261-3/+25
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-2471-4/+28475
* Comments, small refactorKrzysztof Gogolewski2020-02-243-47/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-2412-55/+62
* Modules: Driver (#13009)Sylvain Henry2020-02-21129-169/+22933