summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin
Commit message (Expand)AuthorAgeFilesLines
* Rename Package into Unit (2)Sylvain Henry2020-06-131-1/+1
* Enhance UnitId useSylvain Henry2020-06-132-10/+10
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-5/+2
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-2/+2
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-052-11/+23
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-012-17/+17
* Eta expand un-saturated primopsBen Gamari2020-05-291-20/+72
* Fix "build/elem" RULE.Andreas Klebinger2020-05-291-10/+16
* Remove unused hs-boot fileMatthew Pickering2020-05-241-7/+0
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-05-242-6/+6
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-2/+5
* Fix wording in primops documentation to reflect the correct reasoning:Alexey Kuleshevich2020-05-211-5/+5
* Explicit SpecificityGert-Jan Bottu2020-05-212-6/+31
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-151-10/+16
* Document (->) using inferred quantification for its runtime representations.Baldur Blöndal2020-05-131-2/+16
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-1/+2
* Unit: split and rename modulesSylvain Henry2020-04-305-6/+8
* Refactoring unit management codeSylvain Henry2020-04-301-2/+2
* Make boxed 1-tuples have known keysRyan Scott2020-04-283-8/+48
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2610-29/+27
* GHC.Prim docs: note and testmniip2020-04-231-5/+1
* Include docs for non-primop entries in primops.txt as wellmniip2020-04-232-4/+17
* Add :doc to GHC.Primmniip2020-04-232-1/+19
* Modules (#13009)Sylvain Henry2020-04-1813-0/+12459