summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
Commit message (Expand)AuthorAgeFilesLines
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+1
* Add notes to ghc-prim Haddocks that users should not import itTom Ellis2022-09-201-1/+3
* Add native delimited continuations to the RTSAlexis King2022-09-111-3/+4
* Drop make build systemBen Gamari2022-08-251-19/+0
* genprimopcode: Drop ArrayArray# referencesBen Gamari2022-08-061-2/+0
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-05-301-1/+6
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-7/+30
* genprimopcode: Replace LaTeX documentation syntax with HaddockAlexis King2022-05-042-204/+5
* genprimopcode: Support Unicode properlyAlexis King2022-05-042-20/+36
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-061-1/+5
* Refactor: make primtypes independent of PrimRepsKrzysztof Gogolewski2022-03-301-3/+3
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-0/+1
* Improve out-of-order inferred type variablessheaf2022-03-022-19/+73
* Reinstallable GHCZubin Duggal2022-02-211-1/+2
* Perf: use SmallArray for primops' Ids cache (#20857)Sylvain Henry2022-01-061-2/+2
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-2/+2
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+1
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-231-2/+8
* Make some simple primops levity-polymorphicsheaf2021-06-041-6/+8
* genprimopcode: fix bootstrap errorsSylvain Henry2021-05-132-4/+3
* Fix genprimopcode warningSylvain Henry2021-04-301-1/+1
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-9/+9
* Move absentError into ghc-prim.Andreas Klebinger2021-02-261-1/+1
* genprimopcode: Add a second levity-polymorphic tyvarBen Gamari2021-02-141-0/+3
* primops: Generate ByteArray# index/read/write primopsBen Gamari2020-10-311-0/+144
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-282-4/+3
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-265-24/+2
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-2/+0
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-0/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+2
* GHC.Prim docs: note and testmniip2020-04-231-0/+16
* Include docs for non-primop entries in primops.txt as wellmniip2020-04-231-8/+5
* Add :doc to GHC.Primmniip2020-04-231-14/+32
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-1/+1
* Make BCO# liftedBen Gamari2019-12-031-1/+1
* Fix typosBrian Wignall2019-11-231-1/+1
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-251-7/+0
* Add MonadFail instance for ParserMErik de Castro Lopo2019-06-241-0/+11
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-071-1/+7
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+2
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-221-8/+0
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-1/+3
* Add Int8# and Word8#Michal Terepeta2018-11-021-0/+2
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-2/+0