summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Use the eager unifier in the constraint solverwip/T23070-unifySimon Peyton Jones2023-05-1230-1007/+1398
* 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-0914-386/+664
* 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-042-2/+45
* Don't forget to check the parent in an export listsheaf2023-05-031-26/+23
* Add sized primitive literal syntaxBen Orchard2023-05-036-73/+308
* 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-204-56/+638
* 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-1824-395/+730
* 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
* Add import lists to few GHC.Driver.Session importsOleg Grenrus2023-04-164-4/+6
* Transfer DFunId_ness onto specialised bindingsSimon Peyton Jones2023-04-161-41/+78
* Handle ConcreteTvs in inferResultToTypewip/T23153sheaf2023-04-156-31/+53
* Show an error when we cannot default a concrete tyvarKrzysztof Gogolewski2023-04-154-4/+31
* Make approximateWC a bit clevererwip/T22194-flagsSimon Peyton Jones2023-04-141-61/+94
* Improve partial signaturesSimon Peyton Jones2023-04-144-104/+137
* Add some documentation about redundant constraintsSimon Peyton Jones2023-04-142-5/+28