summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in ExactPrint (#22555)wip/T22317Sebastian Graf2022-12-1318-192/+150
* Simplifier: Fix `conSize` estimate (#22317)Sebastian Graf2022-12-135-22/+905
* addHsOuterFamEqnTyVarBinds: use FreshNamesOnly for explicit bindersVladislav Zavialov2022-12-031-1/+1
* Refactor: FreshOrReuse instead of addTyClTyVarBindsVladislav Zavialov2022-12-031-65/+77
* Mark T16916 fragileBryan Richter2022-12-031-1/+1
* Fix linearity checking in LintKrzysztof Gogolewski2022-12-023-15/+35
* Add special case for :Main module in `GHC.IfaceToCore.mk_top_id`Matthew Pickering2022-12-029-1/+58
* ApplicativeDo: Set pattern location before running exhaustiveness checkerMatthew Pickering2022-12-024-1/+18
* Refactor TyCon to have a top-level productSimon Peyton Jones2022-12-0210-513/+463
* CI: Fix CI lintBryan Richter2022-12-011-2/+2
* CI: Remove ARMv7 jobsBryan Richter2022-12-012-273/+69
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-0114-25/+42
* Add a missing varToCoreExpr in etaBodyForJoinPointSimon Peyton Jones2022-12-014-34/+379
* FastString: SAT bucket_matchdoyougnu2022-12-011-9/+8
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-308-7/+37
* DmdAnal: Reflect the `seq` of strict fields of a DataCon worker (#22475)Sebastian Graf2022-11-3010-33/+168
* Move Void to GHC.Base...Oleg Grenrus2022-11-309-70/+69
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-3017-82/+791
* Use mkNakedFunTy in tcPatSynSigSimon Peyton Jones2022-11-306-10/+29
* Be more careful in GHC.Tc.Solver.Interact.solveOneFromTheOtherSimon Peyton Jones2022-11-306-56/+162
* Fix @since annotations on WithDict and Coerciblesheaf2022-11-304-5/+18
* Add Javascript backendSylvain Henry2022-11-29283-1476/+28330
* testsuite: Don't use grep -q in unpack_sums_7Ben Gamari2022-11-295-7/+4
* testsuite: Mark unpack_sums_6 as fragile due to #22504Ben Gamari2022-11-291-1/+1
* Be a bit more selective about floating bottoming expressionsSimon Peyton Jones2022-11-294-43/+196
* Change printing of sized literals to match the proposalKrzysztof Gogolewski2022-11-2930-203/+208
* Killing cc_fundeps, streamlining kind equality orientation, and type equality...Apoorv Ingle2022-11-2920-123/+318
* compiler: remove unused MO_U_MulMayOfloCheng Shao2022-11-286-19/+1
* compiler: generate ccalls for clz/ctz/popcnt in wasm NCGCheng Shao2022-11-283-10/+21
* Move hs_mulIntMayOflo cbits to ghc-primCheng Shao2022-11-285-21/+10
* Redirect output of musttail attribute testWill Hawkins2022-11-261-1/+1
* Fix decomposition of TyConAppswip/T22331Simon Peyton Jones2022-11-256-227/+345
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-25157-553/+812
* Review suggestions for assorted fixes to avoid Data.List.{head,tail}sheaf2022-11-252-6/+8
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-2510-20/+27
* rts: fix missing Arena.h symbols in RtsSymbols.cCheng Shao2022-11-241-0/+4
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-2429-148/+416
* notes: Fix references to HPT space leak noteMatthew Pickering2022-11-231-5/+9
* Check if the SDoc starts with a single quote (#22488)Vladislav Zavialov2022-11-238-17/+123
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-2360-271/+145
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-239-5/+62
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-2310-66/+132
* Add documentation on custom Prelude modules (#22228)Lawton Nichols2022-11-231-3/+42
* Expand Note [Linear types] with the stance on linting linearityArnaud Spiwack2022-11-232-39/+146
* Fix eventlog all optionTeo Camarasu2022-11-231-0/+4
* utils/unlit: adjust parser to match Report specJonathan Dowland2022-11-221-2/+2
* Add unsafePtrEquality# restricted to UnliftedTypesOleg Grenrus2022-11-224-34/+70
* hadrian:Set TNTC when running testsuite.Andreas Klebinger2022-11-221-1/+4
* Optimize getLevity.Andreas Klebinger2022-11-221-3/+8
* Reveiew feedback: improve one of the TODO commentsDuncan Coutts2022-11-221-6/+14