summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Major refactor in the handling of equality constraintsSimon Peyton Jones2023-04-1420-1165/+2061
* Stop if type constructors have kind errorsSimon Peyton Jones2023-04-141-1/+7
* Make WordQuotRem2Op ok-for-speculation tooSylvain Henry2023-04-132-3/+6
* Make Int64/Word64 division ok for speculation too.Sylvain Henry2023-04-131-1/+7
* Add quot folding rule (#22152)Sylvain Henry2023-04-132-16/+89
* Add quotRem rules (#22152)Sylvain Henry2023-04-132-0/+65
* Allow generation of TTH syntax with THOleg Grenrus2023-04-121-0/+4
* Clarify a couple of Notes about 'nospec'Simon Peyton Jones2023-04-112-5/+12
* compiler: apply cmm node-splitting for wasm backendCheng Shao2023-04-112-3/+10
* compiler: make WasmCodeGenM an instance of MonadUniqueCheng Shao2023-04-112-6/+14
* Renamer: don't call addUsedGRE on an exact Namesheaf2023-04-073-16/+16