summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Coverage.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-18/+9
* Refactor LoggerSylvain Henry2021-02-131-4/+6
* Make PatSyn immutableSimon Peyton Jones2021-01-291-6/+5
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Factorize and document binder collect functionsSylvain Henry2021-01-221-9/+9
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-251-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-19/+19
* Split GHC.Driver.TypesSylvain Henry2020-10-291-21/+27
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-7/+6
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-15/+17
* Refactor CLabel pretty-printingSylvain Henry2020-09-231-2/+1
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-4/+0
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-4/+6
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+2
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-5/+7
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-1/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-1/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* Enhance UnitId useSylvain Henry2020-06-131-2/+2
* Coverage: Factor out addMixEntryBen Gamari2020-05-251-26/+20
* Coverage: Don't produce ModBreaks if not HscInterpretedBen Gamari2020-05-251-6/+10
* Coverage: Make ccIndices strictBen Gamari2020-05-251-1/+1
* Coverage: Make tickBoxCount strictBen Gamari2020-05-251-1/+1
* Coverage: Drop redundant ad-hoc boot module checkBen Gamari2020-05-251-2/+1
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-0/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-4/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-171-4/+8
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-12/+10
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-171-2/+2
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-27/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-9/+9
* Modules: Core (#13009)Sylvain Henry2020-03-161-3/+3
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-111-4/+4
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-5/+5
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-10/+10
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+1368