summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix bad multiplicity role in tyConAppFunCo_maybesheaf2023-05-133-4/+10
* Make GHC.Types.Id.Make.shouldUnpackTy a bit more cleverSimon Peyton Jones2023-05-131-63/+142
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-05-134-85/+71
* Cleanup of dynflags override in export renamingBartłomiej Cieślar2023-05-124-71/+73
* Use the eager unifier in the constraint solverSimon Peyton Jones2023-05-1230-1007/+1398
* Move checkAxInstCo to GHC.Core.LintAdam Gundry2023-05-122-57/+64
* Less coercion optimization for non-newtype axiomsAdam Gundry2023-05-121-5/+85
* Fix coercion optimisation for SelCo (#23362)Krzysztof Gogolewski2023-05-121-3/+12
* Allow Core optimizations when interpreting bytecodeKrzysztof Gogolewski2023-05-122-1/+5
* Don't panic in mkNewTyConRhssheaf2023-05-123-26/+43
* JS: refactor jsSaturate to return a saturated JStat (#23328)Josh Meredith2023-05-119-103/+85
* Add fused multiply-add instructionssheaf2023-05-1126-24/+674
* Add a test for #17284Krzysztof Gogolewski2023-05-111-1/+1
* Move "target has RTS linker" out of settingsRodrigo Mesquita2023-05-112-2/+21
* Look both ways when looking for quantified equalitiesSimon Peyton Jones2023-05-114-51/+69
* ghc-prim: Generalize keepAlive#/touch# in state token typeBen Gamari2023-05-101-2/+2
* Adjust AArch64 stackFrameHeaderSizeSven Tennie2023-05-091-7/+6
* JS: add GHC.JS.Optimizer, remove RTS.Printer, add Linker.Optdoyougnu2023-05-0915-387/+666
* Make atomicSwapMutVar# an inline primopwip/ioref-swap-xchgBen Gamari2023-05-092-11/+20
* compiler: Implement atomicSwapIORef with xchgBen Gamari2023-05-093-0/+10
* Add structured error messages for GHC.IfaceToCoreTorsten Schmits2023-05-084-6/+10
* Add structured error messages for GHC.Rename.ModuleTorsten Schmits2023-05-057-62/+181
* docs: Add Note [Timing of plugin initialization]Matthew Pickering2023-05-053-0/+25
* Rework plugin initialisation pointsAaron Allen2023-05-054-14/+25
* driver: Use hooks from plugin_hsc_envMatthew Pickering2023-05-051-1/+1
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-0511-190/+421
* Fix type variable substitution in gen_Newtype_fam_instsRyan Scott2023-05-042-9/+69
* linear types: Don't add external names to the usage envKrzysztof Gogolewski2023-05-043-6/+12
* JavaScript: Correct arguments to h$appendToHsStringALuite Stegeman2023-05-041-1/+1
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-042-505/+527
* JS: fix bounds checking (Issue 23123)Josh Meredith2023-05-041-110/+170
* Validate compatibility of ghcs when loading pluginsromes2023-05-041-6/+13
* Hardwire a better unit-id for ghcromes2023-05-044-10/+73
* Don't forget to check the parent in an export listsheaf2023-05-031-26/+23
* Add sized primitive literal syntaxBen Orchard2023-05-038-74/+326
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-306-220/+448
* Add the Unsatisfiable classsheaf2023-04-2919-77/+496
* JS: change GHC.JS.Transform.identsS/E/V to take a saturated IR (#23304)Josh Meredith2023-04-272-37/+34
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-262-12/+9
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-2623-143/+136
* DmdAnal: Unleash demand signatures of free RULE and unfolding binders (#23208)Sebastian Graf2023-04-264-255/+307
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-259-114/+263
* compiler: don't install signal handlers when the host platform doesn't have s...Cheng Shao2023-04-241-0/+8
* Implement -jsem: parallelism controlled by semaphoressheaf2023-04-205-56/+640
* JS: fix thread-related primopsSylvain Henry2023-04-191-1/+1
* Don't panic in ltPatersonSizesheaf2023-04-181-20/+35
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-1825-395/+732
* Misc cleanupKrzysztof Gogolewski2023-04-177-27/+26
* validDerivPred: Reject exotic constraints in IrredPredsRyan Scott2023-04-172-99/+175
* Account for special GHC.Prim import in warnUnusedPackagesMatthew Pickering2023-04-171-3/+7