| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce Int16# and Word16# | Abhiroop Sarkar | 2018-11-17 | 1 | -6/+9 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 1 | -11/+22 |
* | Add RubbishLit for absent bindings of UnliftedRep | Sebastian Graf | 2018-10-14 | 1 | -1/+1 |
* | Revert "Add Int8# and Word8#" | Ben Gamari | 2018-10-09 | 1 | -22/+11 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-10-07 | 1 | -11/+22 |
* | Improve generated `GHC.Prim` docs | Alec Theriault | 2018-10-04 | 1 | -0/+3 |
* | Don't show constraint tuples in errors (#14907) | Alec Theriault | 2018-09-25 | 1 | -0/+14 |
* | Coercion Quantification | ningning | 2018-09-15 | 1 | -5/+5 |
* | Refactor (~) to reduce the suerpclass stack | Simon Peyton Jones | 2018-07-27 | 1 | -20/+52 |
* | More refactoring in TcValidity | Simon Peyton Jones | 2018-07-10 | 1 | -1/+1 |
* | Built-in Natural literals in Core | Sylvain Henry | 2018-06-15 | 1 | -3/+3 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -21/+3 |
* | Fix #15214 by listing (~) in isBuiltInOcc_maybe | Ryan Scott | 2018-06-02 | 1 | -0/+3 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 1 | -88/+1 |
* | Lift constructor tag allocation out of a loop | Bartosz Nitka | 2018-01-10 | 1 | -1/+9 |
* | Cache the number of data cons in DataTyCon and SumTyCon | Bartosz Nitka | 2018-01-04 | 1 | -35/+30 |
* | Rename HEq_sc and Coercible_sc to heq_sel and coercible_sel | Matthew Pickering | 2018-01-02 | 1 | -2/+2 |
* | Imrpove comments about equality types | Simon Peyton Jones | 2017-11-08 | 1 | -1/+1 |
* | Track the order of user-written tyvars in DataCon | Ryan Scott | 2017-10-03 | 1 | -7/+12 |
* | Deal with large extra-contraints wildcards | Simon Peyton Jones | 2017-09-25 | 1 | -3/+4 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Small refactor of getRuntimeRep | Simon Peyton Jones | 2017-08-29 | 1 | -2/+2 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -18/+5 |
* | Make ':info Coercible' display an arbitrary string (fixes #12390) | Patrick Dougherty | 2017-07-11 | 1 | -1/+1 |
* | A few typos [ci skip] | Gabor Greif | 2017-06-02 | 1 | -1/+1 |
* | Disable Typeable binding generation for unboxed sums | Ben Gamari | 2017-02-18 | 1 | -2/+5 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 1 | -2/+2 |
* | Typos [ci skip] | Gabor Greif | 2017-02-15 | 1 | -1/+1 |
* | base: Derive Enum, Bounded for VecCount, VecElem | Ben Gamari | 2017-02-01 | 1 | -2/+2 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 1 | -54/+131 |
* | Float unboxed expressions by boxing | Simon Peyton Jones | 2016-12-23 | 1 | -0/+28 |
* | Introduce unboxedSum{Data,Type}Name to template-haskell | Ryan Scott | 2016-12-18 | 1 | -1/+1 |
* | Make unboxedTuple{Type,Data}Name support 0- and 1-tuples | Ryan Scott | 2016-12-15 | 1 | -0/+1 |
* | Revert "Float unboxed expressions by boxing" | Ben Gamari | 2016-12-13 | 1 | -28/+0 |
* | Float unboxed expressions by boxing | Simon Peyton Jones | 2016-12-12 | 1 | -0/+28 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 1 | -12/+18 |
* | Kill Type pretty-printer | Ben Gamari | 2016-11-13 | 1 | -2/+5 |
* | Take account of injectivity when doing fundeps | Simon Peyton Jones | 2016-11-04 | 1 | -0/+5 |
* | Refactor occurrence-check logic | Simon Peyton Jones | 2016-10-21 | 1 | -3/+3 |
* | Clean up handling of known-key Names in interface files | Ben Gamari | 2016-10-13 | 1 | -15/+61 |
* | TysWiredIn: Use dataConWorkerUnique instead of incrUnique | Ben Gamari | 2016-08-31 | 1 | -2/+2 |
* | Fix and document Unique generation for sum TyCon and DataCons | Ömer Sinan Ağacan | 2016-07-21 | 1 | -4/+15 |
* | Comments only | Simon Peyton Jones | 2016-07-21 | 1 | -9/+19 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 1 | -8/+113 |
* | Revert "Clean up interaction between name cache and built-in syntax" | Ben Gamari | 2016-07-20 | 1 | -17/+5 |
* | Clean up interaction between name cache and built-in syntax | Ben Gamari | 2016-07-20 | 1 | -31/+43 |
* | IfaceEnv: Only check for built-in OccNames if mod is GHC.Types | Ben Gamari | 2016-07-16 | 1 | -24/+43 |
* | TysWiredIn: Use UniqFM lookup for built-in OccNames | Ben Gamari | 2016-07-10 | 1 | -27/+25 |
* | Axe RecFlag on TyCons. | Edward Z. Yang | 2016-06-30 | 1 | -25/+24 |
* | s/Invisible/Inferred/g s/Visible/Required/g | Richard Eisenberg | 2016-06-25 | 1 | -1/+1 |