summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Coverage.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: occEnvElts -> nonDetOccEnvEltswip/drop-eltsUFMBen Gamari2021-09-241-1/+1
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-3/+6
* Change representation of field selector occurencesShayne Fletcher2021-05-231-2/+1
* Changes to HsRecField'Shayne Fletcher2021-05-191-4/+4
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-4/+5
* Move loader state into InterpSylvain Henry2021-03-231-3/+4
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-1/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-3/+3
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-3/+3
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-43/+48
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-3/+8
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-031-3/+4
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-1/+5
* 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