| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix array and cleanup conversion primops (#19026) | Sylvain Henry | 2021-03-03 | 1 | -9/+9 |
* | Move absentError into ghc-prim. | Andreas Klebinger | 2021-02-26 | 1 | -1/+1 |
* | genprimopcode: Add a second levity-polymorphic tyvar | Ben Gamari | 2021-02-14 | 1 | -0/+3 |
* | primops: Generate ByteArray# index/read/write primops | Ben Gamari | 2020-10-31 | 1 | -0/+144 |
* | Fix typos in comments | Krzysztof Gogolewski | 2020-10-02 | 1 | -1/+1 |
* | Add missing primop documentation (#18454) | Krzysztof Gogolewski | 2020-08-28 | 2 | -4/+3 |
* | primops: Remove Monadic and Dyadic categories | Krzysztof Gogolewski | 2020-08-26 | 5 | -24/+2 |
* | Define type Void# = (# #) (#18441) | Krzysztof Gogolewski | 2020-07-22 | 1 | -2/+0 |
* | winio: Add IOPort synchronization primitive | Tamar Christina | 2020-07-15 | 1 | -0/+2 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -2/+2 |
* | GHC.Prim docs: note and test | mniip | 2020-04-23 | 1 | -0/+16 |
* | Include docs for non-primop entries in primops.txt as well | mniip | 2020-04-23 | 1 | -8/+5 |
* | Add :doc to GHC.Prim | mniip | 2020-04-23 | 1 | -14/+32 |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -1/+1 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -1/+1 |
* | Add arithmetic exception primops (#14664) | Sylvain Henry | 2020-02-11 | 1 | -0/+1 |
* | Fix more typos, via an improved Levenshtein-style corrector | Brian Wignall | 2020-01-12 | 1 | -1/+1 |
* | Module hierarchy: Iface (cf #13009) | Sylvain Henry | 2020-01-06 | 1 | -1/+1 |
* | Make BCO# lifted | Ben Gamari | 2019-12-03 | 1 | -1/+1 |
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -1/+1 |
* | Remove unneeded CPP now that GHC 8.6 is the minimum | Ryan Scott | 2019-09-25 | 1 | -7/+0 |
* | Add MonadFail instance for ParserM | Erik de Castro Lopo | 2019-06-24 | 1 | -0/+11 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 2 | -4/+4 |
* | Always do the worker/wrapper split for NOINLINEs | Sebastian Graf | 2019-03-07 | 1 | -1/+7 |
* | Add AnonArgFlag to FunTy | Simon Peyton Jones | 2019-02-23 | 1 | -2/+2 |
* | Remove warnings-silencing flags for code generated by Alex | Simon Jakobi | 2018-11-22 | 1 | -8/+0 |
* | Introduce Int16# and Word16# | Abhiroop Sarkar | 2018-11-17 | 1 | -1/+3 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 1 | -0/+2 |
* | Revert "Add Int8# and Word8#" | Ben Gamari | 2018-10-09 | 1 | -2/+0 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-10-07 | 1 | -0/+2 |
* | Set `infixr -1 ->` | Alec Theriault | 2018-10-04 | 1 | -0/+1 |
* | Improve generated `GHC.Prim` docs | Alec Theriault | 2018-10-04 | 3 | -47/+91 |
* | Typofixes [ci skip] | Gabor Greif | 2018-05-29 | 1 | -1/+1 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 2 | -5/+9 |
* | Compact Regions | Giovanni Campagna | 2016-07-20 | 1 | -0/+1 |
* | Address #11471 by putting RuntimeRep in kinds.wip/runtime-rep | Richard Eisenberg | 2016-02-24 | 1 | -57/+57 |
* | Work SourceText in for all integer literals | Alan Zimmerman | 2016-01-16 | 3 | -6/+9 |
* | Add Cabal synopses and descriptions | Ben Gamari | 2016-01-05 | 1 | -2/+8 |
* | drop obsolete/redundant OPTIONS pragma [skip ci] | Herbert Valerio Riedel | 2015-12-29 | 1 | -1/+0 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -1/+1 |
* | Build system: cabalise deriveConstants + genprimopcode | Thomas Miedema | 2015-10-30 | 2 | -3/+26 |
* | Refactor: delete most of the module FastTypes | Thomas Miedema | 2015-08-21 | 1 | -2/+2 |
* | Add Note [Warnings in code generated by Alex] | Thomas Miedema | 2015-07-07 | 1 | -5/+1 |
* | Replace usages of `-w` by `-fno-warn`s | Thomas Miedema | 2015-07-04 | 2 | -15/+11 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -12/+37 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -1/+1 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -1/+1 |
* | Typos in error messages and in comments | Gabor Greif | 2015-04-10 | 2 | -2/+2 |
* | Update list of primops that don't get wrappers (#10191) | Reid Barton | 2015-03-27 | 1 | -6/+4 |
* | Delete vestigial external core code (#9402) | Thomas Miedema | 2015-02-17 | 1 | -120/+0 |