summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin
Commit message (Expand)AuthorAgeFilesLines
* Export singleton function from Data.ListWander Hillen2020-09-191-2/+2
* Wire in constraint tuplesRyan Scott2020-09-193-47/+222
* Use "to" instead of "2" in internal names of conversion opsJohn Ericson2020-09-091-12/+12
* Remove outdated noteSylvain Henry2020-09-021-29/+0
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-5/+5
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-282-20/+106
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-262-171/+141
* mkUnique refactoring (#18362)Aditya Gupta2020-08-228-11/+183
* DynFlags: disentangle OutputableSylvain Henry2020-08-124-2/+8
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-224-14/+6
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-34/+24
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-153-7/+65
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-0/+6
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-3/+8
* Optimise genericIntMul2OpSylvain Henry2020-07-071-1/+9
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-284-4/+4
* Don't generalize when typechecking a tuple sectionKrzysztof Gogolewski2020-06-271-6/+0
* Fix ghc-bignum exceptionsSylvain Henry2020-06-272-45/+11
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-5/+12
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-253-6/+6
* Update compilerSylvain Henry2020-06-175-199/+424
* Various performance improvementsKrzysztof Gogolewski2020-06-171-1/+0
* Linear types (#15981)Krzysztof Gogolewski2020-06-177-33/+171
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+12
* 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